earnings_list.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .panelTop{
  2. position: fixed;
  3. top:0;
  4. width:100%;
  5. background-color: #fff;
  6. z-index: 10;
  7. }
  8. .panelTop1{
  9. width:250rpx;
  10. height:100rpx;
  11. justify-content: flex-end;
  12. }
  13. .text0{
  14. font-size: 36rpx;
  15. }
  16. .line1{
  17. width:144rpx;
  18. height:10rpx;
  19. background-color: #fff;
  20. margin-top:10rpx;
  21. }
  22. .selectItem{
  23. color: #5282FA;
  24. }
  25. .selectItemBG{
  26. background-color: #5282FA;
  27. }
  28. .panel1{
  29. width:711rpx;
  30. margin-top: 60rpx;
  31. background-color: #fff;
  32. border-radius: 20rpx;
  33. }
  34. .text1{
  35. font-size: 36rpx;
  36. margin-top: 40rpx;
  37. color:#4D4D4D;
  38. }
  39. .text10{
  40. color:#FE6659;
  41. }
  42. .text2{
  43. font-size: 64rpx;
  44. margin-top: 10rpx;
  45. color:#4D4D4D;
  46. font-family: 'Roboto-Black';
  47. }
  48. .text3{
  49. font-size: 28rpx;
  50. color:#4D4D4D;
  51. }
  52. .line{
  53. width:650rpx;
  54. height:1rpx;
  55. background-color: #e3e3e3;
  56. margin-top: 30rpx;
  57. }
  58. .panel11{
  59. width:100%;
  60. height: 146rpx;
  61. justify-content: flex-start;
  62. }
  63. .panel111{
  64. margin: 30rpx 0 0 0;
  65. width:650rpx;
  66. justify-content: flex-start;
  67. }
  68. .panel112{
  69. margin: 20rpx 0 0 0;
  70. width:650rpx;
  71. justify-content: flex-start;
  72. }
  73. .text4{
  74. font-size: 24rpx;
  75. color:#787878;
  76. font-weight: 400;
  77. }
  78. .text5{
  79. font-size: 24rpx;
  80. color:#4D4D4D;
  81. margin-left: 30rpx;
  82. }
  83. .panel12{
  84. width:100%;
  85. height: 100rpx;
  86. justify-content: space-between;
  87. }
  88. .text6{
  89. font-size: 28rpx;
  90. color: #1e1e1e;
  91. margin-left: 30rpx;
  92. font-weight: 400;
  93. }
  94. .line2{
  95. width:100%;
  96. height:1rpx;
  97. background-color: #e3e3e3;
  98. }
  99. .Arrow{
  100. width:16rpx;
  101. height:26rpx;
  102. margin-right: 30rpx;
  103. }