index.rpx.css 1.7 KB

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