| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .page{
- background: #F9F9F9;
- position: relative;
- }
- .bgImage{
- width: 750rpx;
- height: 520rpx;
- }
- .page1{
- width: 750rpx;
- position: absolute;
- left: 0;
- top: 0;
- }
- .useInfo{
- width: 686rpx;
- height: 152rpx;
- margin-left: 32rpx;
- margin-top: 186rpx;
- }
- .profileView{
- width: 152rpx;
- height: 152rpx;
- border-radius: 76rpx;
- }
- .profile{
- width: 152rpx;
- height: 152rpx;
- border-radius: 76rpx;
- border: 2px solid #ffffff;
- box-sizing: border-box;
- }
- .usermsg{
- width: 500rpx;
- height: 152rpx;
- margin-left: 24rpx;
- }
- .name{
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- margin-top: 24rpx;
- }
- .other{
- font-size: 24rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #333333;
- margin-top: 16rpx;
- }
- .statistics{
- width: 686rpx;
- height: 308rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255,224,92,0.05);
- border-radius: 24rpx;
- margin-left: 32rpx;
- margin-top: 40rpx;
- }
- .statisticsTitle{
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- margin-left: 32rpx;
- margin-top: 20rpx;
- }
- .statisticsItem{
- width: 50%;
- height: 160rpx;
- margin-top: 40rpx;
- }
- .statisticsKey{
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- line-height: 60rpx;
- }
- .statisticsValue{
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- }
- .list{
- width: 638rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- padding: 20rpx 24rpx;
- margin-top: 40rpx;
- margin-left: 32rpx;
- }
|