usercenter.css 912 B

123456789101112131415161718192021222324
  1. .myinfo-wrap{background-color: #fff;padding-bottom: 24rpx;margin-bottom: 24rpx;}
  2. .myinfo{display: flex;align-items: center;margin: 0 24rpx 24rpx;padding: 24rpx 0;border-bottom: 1px solid #eee;}
  3. .myinfo-photo{width: 120rpx;height: 120rpx;margin-right: 24rpx;border-radius: 50%;overflow: hidden;}
  4. .myinfo-photo-img{width: 100%;height: 100%;}
  5. .myinfo-text-name{font-size: 36rpx;font-weight: 400;color: #333;line-height: 50rpx;margin-bottom: 4rpx;}
  6. .myinfo-text-identity{font-size: 30rpx;font-weight: 400;color: #999;line-height: 42rpx;}
  7. .myinfo-focus{display: flex;align-items: center;}
  8. .myinfo-focus-item{flex: 1;text-align: center;}
  9. .myinfo-focus-item .number{font-size: 50rpx;font-weight: 400;line-height: 70rpx;}
  10. .myinfo-focus-item .text{font-size: 26rpx;font-weight: 400;color: #999;line-height: 37rpx;}
  11. .myinfo-focus-myfocus .number{color: #6BBC6D;}
  12. .myinfo-focus-focusme .number{color: #F5A623;}