setting.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. .line{
  13. width: 100%;
  14. height:30rpx;
  15. }
  16. .panelTask{
  17. width:100%;
  18. background-color: #228160;
  19. color:#E3E3E3;
  20. font-size:28rpx;
  21. align-items: flex-end;
  22. }
  23. .panelTask .panelTaskItem{
  24. width:720rpx;
  25. height:101rpx;
  26. justify-content: space-between;
  27. }
  28. .panelTask .panelTaskItem2{
  29. margin-right: 30rpx;
  30. }
  31. .lineWidth7201{
  32. background-color: #0E5433;
  33. }
  34. .lineWidth670{
  35. width: 670rpx;
  36. height: 1rpx;
  37. background-color: #0E5433;
  38. }
  39. .lineWidthAll2{
  40. width:100%;
  41. height:20rpx;
  42. background-color: #CA8770;
  43. }
  44. .panelTitle{
  45. width:100%;
  46. margin-top: 50rpx;
  47. justify-content: space-between;
  48. }
  49. .panelTitle .panelTitle1{
  50. font-size:32rpx;
  51. margin-left: 30rpx;
  52. margin-bottom: 30rpx;
  53. }
  54. .panelTitle .panelTitle2{
  55. font-size:28rpx;
  56. margin-right: 30rpx;
  57. background-color: #1e1e1e;
  58. color:#fff;
  59. border-radius: 22rpx;
  60. text-align: center;
  61. padding: 0 20rpx;
  62. margin-bottom: 32rpx;
  63. }
  64. .panelItem{
  65. width:100%;
  66. justify-content: space-between;
  67. font-size:28rpx;
  68. height:100rpx;
  69. background-color: #fff;
  70. }
  71. .panelItem0{
  72. height:133rpx;
  73. }
  74. .panelItem00{
  75. margin-top: 10rpx;
  76. line-height: 100rpx;
  77. font-size:28rpx;
  78. font-weight: 400;
  79. justify-content: center;
  80. }
  81. .panelItem .panelItem1{
  82. margin-left: 30rpx;
  83. font-weight: 400;
  84. }
  85. .panelItem .panelItem11{
  86. width: 100%;
  87. line-height: 100rpx;
  88. text-align: center;
  89. color:#FE6659;
  90. }
  91. .panelItem .panelItem2{
  92. margin-right: 30rpx;
  93. color:#787878;
  94. font-weight: 400;
  95. }
  96. .Arrow{
  97. width:16rpx;
  98. height:26rpx;
  99. margin-left: 30rpx;
  100. }
  101. .text1{
  102. margin-top: 50rpx;
  103. font-size:20rpx;
  104. text-align: center;
  105. }
  106. .text2{
  107. margin-top: 50rpx;
  108. font-size:24rpx;
  109. color:#787878;
  110. }
  111. .panelItemBottom{
  112. margin-top: 300rpx;
  113. }
  114. .container2{
  115. background-color: #f8f8f8;
  116. }
  117. .help_board_tips_chongzhi{
  118. width:630rpx;
  119. height: 530rpx;
  120. margin: 100rpx 0;
  121. }
  122. .btnReset{
  123. background: #5282FA;
  124. border-radius: 20rpx;
  125. font-size: 36rpx;
  126. color: #FFFFFF;
  127. text-align: center;
  128. line-height: 100rpx;
  129. width:600rpx;
  130. margin-top: 200rpx;
  131. }