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