index.rpx.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .page{
  2. background: #F7F7F7;
  3. position: relative;
  4. width: 750rpx;
  5. height: 1650rpx;
  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. width: 750rpx;
  22. padding: 0 34rpx;
  23. }
  24. .userInfo{
  25. width: 686rpx;
  26. height: 152rpx;
  27. }
  28. .sudoku{
  29. width: 686rpx;
  30. height: 270rpx;
  31. margin-top: 40rpx;
  32. border-radius: 15rpx;
  33. background: #FFFFFF;
  34. }
  35. .group{
  36. width: 686rpx;
  37. margin-top: 40rpx;
  38. border-radius: 15rpx;
  39. background: #FFFFFF;
  40. padding: 20rpx 0;
  41. }
  42. .userPhoto{
  43. width: 152rpx;
  44. height: 152rpx;
  45. border-radius: 76rpx;
  46. }
  47. .userTitle{
  48. margin-left: 24rpx;
  49. }
  50. .nickName{
  51. font-size: 32rpx;
  52. font-family: PingFangSC-Medium, PingFang SC;
  53. font-weight: bold;
  54. color: #333333;
  55. line-height: 48rpx;
  56. }
  57. .xinxTitle{
  58. font-size: 24rpx;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #333333;
  62. line-height: 40rpx;
  63. }
  64. .balance-name{
  65. height: 48rpx;
  66. font-size: 32rpx;
  67. font-family: PingFangSC-Medium, PingFang SC;
  68. font-weight: bold;
  69. color: #333333;
  70. line-height: 48rpx;
  71. margin-top: 20rpx;
  72. margin-left: 32rpx;
  73. }
  74. .name{
  75. font-size: 24rpx;
  76. font-family: PingFangSC-Regular, PingFang SC;
  77. font-weight: 400;
  78. color: #999999;
  79. line-height: 40rpx;
  80. text-align: center;
  81. }
  82. .num{
  83. font-size: 36rpx;
  84. font-family: DINAlternate-Bold, DINAlternate;
  85. font-weight: bold;
  86. color: #333333;
  87. line-height: 52rpx;
  88. text-align: center;
  89. }
  90. .balance{
  91. margin-top: 16rpx;
  92. }