earnings_list.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .panel1{
  2. width:711rpx;
  3. margin-top: 60rpx;
  4. background-color: #fff;
  5. border-radius: 20rpx;
  6. }
  7. .text1{
  8. font-size: 36rpx;
  9. margin-top: 40rpx;
  10. color:#4D4D4D;
  11. }
  12. .text10{
  13. color:#FE6659;
  14. }
  15. .text2{
  16. font-size: 64rpx;
  17. margin-top: 10rpx;
  18. color:#4D4D4D;
  19. font-family: 'Roboto-Black';
  20. }
  21. .text3{
  22. font-size: 28rpx;
  23. color:#4D4D4D;
  24. }
  25. .line{
  26. width:650rpx;
  27. height:1rpx;
  28. background-color: #e3e3e3;
  29. margin-top: 30rpx;
  30. }
  31. .panel11{
  32. width:100%;
  33. height: 146rpx;
  34. justify-content: flex-start;
  35. }
  36. .panel111{
  37. margin: 30rpx 0 0 0;
  38. width:650rpx;
  39. justify-content: flex-start;
  40. }
  41. .panel112{
  42. margin: 20rpx 0 0 0;
  43. width:650rpx;
  44. justify-content: flex-start;
  45. }
  46. .text4{
  47. font-size: 24rpx;
  48. color:#787878;
  49. font-weight: 400;
  50. }
  51. .text5{
  52. font-size: 24rpx;
  53. color:#4D4D4D;
  54. margin-left: 30rpx;
  55. }
  56. .panel12{
  57. width:100%;
  58. height: 100rpx;
  59. justify-content: space-between;
  60. }
  61. .text6{
  62. font-size: 28rpx;
  63. columns: #1e1e1e;
  64. margin-left: 30rpx;
  65. font-weight: 400;
  66. }
  67. .line2{
  68. width:100%;
  69. height:1rpx;
  70. background-color: #e3e3e3;
  71. }
  72. .Arrow{
  73. width:16rpx;
  74. height:26rpx;
  75. margin-right: 30rpx;
  76. }