index.rpx.css 1.9 KB

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