setting.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .panelTop{
  2. width:100%;
  3. justify-content: flex-start;
  4. height:105rpx;
  5. background-color: #2B2F3A;
  6. }
  7. .panelTop1{
  8. font-size:32rpx;
  9. margin-left: 30rpx;
  10. color:#F0F0F0;
  11. }
  12. .panelTask{
  13. width:100%;
  14. background-color: #228160;
  15. color:#E3E3E3;
  16. font-size:28rpx;
  17. align-items: flex-end;
  18. }
  19. .panelTask .panelTaskItem{
  20. width:720rpx;
  21. height:101rpx;
  22. justify-content: space-between;
  23. }
  24. .panelTask .panelTaskItem2{
  25. margin-right: 30rpx;
  26. }
  27. .lineWidth7201{
  28. background-color: #0E5433;
  29. }
  30. .lineWidth670{
  31. width: 670rpx;
  32. height: 1rpx;
  33. background-color: #0E5433;
  34. }
  35. .universalpic_bell_green_30x30{
  36. width:30rpx;
  37. height:30rpx;
  38. margin-right: 20rpx;
  39. }
  40. .universalpic_file_green_30x30{
  41. width:30rpx;
  42. height:28rpx;
  43. margin-right: 20rpx;
  44. }
  45. .universalpic_help_green_26x26{
  46. width:26rpx;
  47. height:26rpx;
  48. margin-left: 10rpx;
  49. }
  50. .lineWidthAll2{
  51. width:100%;
  52. height:20rpx;
  53. background-color: #CA8770;
  54. }
  55. .panelTitle{
  56. width:100%;
  57. margin-top: 50rpx;
  58. justify-content: space-between;
  59. }
  60. .panelTitle .panelTitle1{
  61. font-size:32rpx;
  62. margin-left: 30rpx;
  63. margin-bottom: 30rpx;
  64. }
  65. .panelTitle .panelTitle2{
  66. font-size:28rpx;
  67. margin-right: 30rpx;
  68. background-color: #1e1e1e;
  69. color:#fff;
  70. border-radius: 22rpx;
  71. text-align: center;
  72. padding: 0 20rpx;
  73. margin-bottom: 32rpx;
  74. }
  75. .panelItem{
  76. width:100%;
  77. justify-content: space-between;
  78. font-size:28rpx;
  79. height:100rpx;
  80. background-color: #fff;
  81. }
  82. .panelItem0{
  83. height:133rpx;
  84. }
  85. .panelItem00{
  86. margin-top: 10rpx;
  87. line-height: 100rpx;
  88. font-size:28rpx;
  89. font-weight: 400;
  90. justify-content: center;
  91. }
  92. .panelItem .panelItem1{
  93. margin-left: 30rpx;
  94. font-weight: 400;
  95. }
  96. .panelItem .panelItem2{
  97. margin-right: 30rpx;
  98. color:#787878;
  99. font-weight: 400;
  100. }
  101. .Arrow{
  102. width:16rpx;
  103. height:26rpx;
  104. margin-left: 30rpx;
  105. }
  106. .text1{
  107. margin-top: 50rpx;
  108. font-size:20rpx;
  109. text-align: center;
  110. }
  111. .text2{
  112. margin-top: 50rpx;
  113. font-size:24rpx;
  114. color:#787878;
  115. }
  116. .panelItemBottom{
  117. margin-top: 300rpx;
  118. }