index.rpx.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .page{
  2. background: #F7F7F7;
  3. position: relative;
  4. width: 750rpx;
  5. }
  6. .tabBarLineHeight{
  7. height: 138rpx;
  8. }
  9. .tabBarView{
  10. position: fixed;
  11. bottom: 0;
  12. }
  13. .backImage{
  14. width: 750rpx;
  15. height: 520rpx;
  16. }
  17. .content{
  18. position: absolute;
  19. top: 138rpx;
  20. left: 32rpx;
  21. }
  22. .userInfo{
  23. width: 686rpx;
  24. height: 152rpx;
  25. }
  26. .sudoku{
  27. width: 686rpx;
  28. height: 270rpx;
  29. margin-top: 40rpx;
  30. border-radius: 15rpx;
  31. background: #FFFFFF;
  32. }
  33. .group{
  34. width: 686rpx;
  35. margin-top: 40rpx;
  36. border-radius: 15rpx;
  37. background: #FFFFFF;
  38. padding: 20rpx 0;
  39. }
  40. .userPhoto{
  41. width: 152rpx;
  42. height: 152rpx;
  43. border-radius: 76rpx;
  44. }
  45. .userTitle{
  46. margin-left: 24rpx;
  47. }
  48. .nickName{
  49. font-size: 28rpx;
  50. font-family: PingFangSC-Medium, PingFang SC;
  51. font-weight: bold;
  52. color: #333333;
  53. line-height: 48rpx;
  54. }
  55. .xinxTitle{
  56. font-size: 28rpx;
  57. font-family: PingFangSC-Regular, PingFang SC;
  58. font-weight: 400;
  59. color: #333333;
  60. line-height: 40rpx;
  61. }
  62. .balance-name{
  63. height: 48rpx;
  64. font-size: 32rpx;
  65. font-family: PingFangSC-Medium, PingFang SC;
  66. font-weight: bold;
  67. color: #333333;
  68. line-height: 48rpx;
  69. margin-top: 20rpx;
  70. margin-left: 32rpx;
  71. }
  72. .name{
  73. font-size: 24rpx;
  74. font-family: PingFangSC-Regular, PingFang SC;
  75. font-weight: 400;
  76. color: #999999;
  77. line-height: 40rpx;
  78. text-align: center;
  79. }
  80. .num{
  81. font-size: 30rpx;
  82. font-family: DINAlternate-Bold, DINAlternate;
  83. font-weight: bold;
  84. color: #333333;
  85. line-height: 52rpx;
  86. text-align: center;
  87. }
  88. .balance{
  89. margin-top: 16rpx;
  90. }
  91. .qrcodeView{
  92. margin-right: 32rpx;
  93. }
  94. .qrcode{
  95. width: 40rpx;
  96. height: 40rpx;
  97. margin-left: 16rpx;
  98. }
  99. .qrcodeTitle{
  100. font-size: 24rpx;
  101. font-family: PingFangSC-Regular, PingFang SC;
  102. font-weight: 400;
  103. color: #333333;
  104. margin-top: 8rpx;
  105. }
  106. .balanceItem{
  107. width: 33%;
  108. }