index.rpx.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .page{
  2. background-color: #F9F9F9;
  3. }
  4. .statistics{
  5. width: 750rpx;
  6. height: 288rpx;
  7. background-image: url("/static/index/earningBg.png");
  8. /*background-image: url('https://jje.xinyuekj.com.cn/tk/static/index/earningBg.png');*/
  9. background-repeat: no-repeat;
  10. background-size: contain;
  11. }
  12. .gridItem{
  13. width: 248rpx;
  14. height: 104rpx;
  15. margin-top: 40rpx;
  16. }
  17. .title{
  18. font-weight: 400;
  19. font-size: 24rpx;
  20. color: #666666;
  21. line-height: 44rpx;
  22. }
  23. .number{
  24. font-weight: 600;
  25. font-size: 40rpx;
  26. color: #333333;
  27. line-height: 44rpx;
  28. margin-top: 12rpx;
  29. }
  30. .tixian{
  31. width: 200rpx;
  32. height: 64rpx;
  33. background: rgba(255,224,92,0);
  34. border-radius: 32rpx;
  35. border: 2rpx solid #333333;
  36. font-weight: 400;
  37. font-size: 28rpx;
  38. color: #333333;
  39. line-height: 64rpx;
  40. margin-top: 44rpx;
  41. }
  42. .leftBorder{
  43. border-left: 2rpx solid #FFFFFF;
  44. }
  45. .grid1{
  46. width: 750rpx;
  47. height: 160rpx;
  48. background: white;
  49. }
  50. .gridItem1{
  51. width: 186rpx;
  52. height: 98rpx;
  53. margin-top: 32rpx;
  54. }
  55. .number1{
  56. font-weight: 400;
  57. font-size: 32rpx;
  58. color: #333333;
  59. line-height: 44rpx;
  60. }
  61. .leftBorder1{
  62. border-left: 2rpx solid #EEEEEE;
  63. }
  64. .title-h1{
  65. font-weight: 600;
  66. font-size: 32rpx;
  67. color: #333333;
  68. line-height: 44rpx;
  69. padding: 32rpx 0 16rpx 32rpx;
  70. }
  71. .listItem{
  72. width: 686rpx;
  73. margin-left: 32rpx;
  74. padding: 24rpx 0;
  75. border-bottom: 2rpx solid #EEEEEE;
  76. }
  77. .time{
  78. font-weight: 400;
  79. font-size: 24rpx;
  80. color: #999999;
  81. line-height: 44rpx;
  82. }
  83. .listItemMsg{
  84. font-weight: 400;
  85. font-size: 28rpx;
  86. color: #333333;
  87. line-height: 44rpx;
  88. }
  89. .memberNo{
  90. width: 450rpx;
  91. }
  92. .msg{
  93. flex: 1;
  94. }
  95. .seeMore{
  96. font-weight: 400;
  97. font-size: 24rpx;
  98. color: #999999;
  99. line-height: 44rpx;
  100. padding: 10rpx;
  101. }