| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .page{
- background: #F7F7F7;
- position: relative;
- width: 750rpx;
- height: 1650rpx;
- }
- .tabBarLineHeight{
- height: 138rpx;
- }
- .tabBarView{
- position: fixed;
- bottom: 0;
- }
- .backImage{
- width: 750rpx;
- height: 520rpx;
- }
- .content{
- position: absolute;
- top: 138rpx;
- width: 750rpx;
- padding: 0 34rpx;
- }
- .userInfo{
- width: 686rpx;
- height: 152rpx;
- }
- .sudoku{
- width: 686rpx;
- height: 270rpx;
- margin-top: 40rpx;
- border-radius: 15rpx;
- background: #FFFFFF;
- }
- .group{
- width: 686rpx;
- margin-top: 40rpx;
- border-radius: 15rpx;
- background: #FFFFFF;
- padding: 20rpx 0;
- }
- .userPhoto{
- width: 152rpx;
- height: 152rpx;
- border-radius: 76rpx;
- }
- .userTitle{
- margin-left: 24rpx;
- }
- .nickName{
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 48rpx;
- }
- .xinxTitle{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- }
- .balance-name{
- height: 48rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 48rpx;
- margin-top: 20rpx;
- margin-left: 32rpx;
- }
- .name{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- text-align: center;
- }
- .num{
- font-size: 36rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 52rpx;
- text-align: center;
- }
- .balance{
- margin-top: 16rpx;
- }
|