report.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. .container {
  2. background-color: #E3E3E3;
  3. font-weight: 600;
  4. }
  5. .panel1 {
  6. width: 630rpx;
  7. margin: 40rpx 0 0 0;
  8. align-items: flex-start;
  9. position: relative;
  10. }
  11. .panel11 {
  12. font-size: 24rpx;
  13. color: #787878;
  14. }
  15. .panel12 {
  16. font-size: 24rpx;
  17. color: #787878;
  18. margin-top: 7rpx;
  19. }
  20. .panel13 {
  21. font-size: 48rpx;
  22. color: #2E2E2E;
  23. margin-top: 20rpx;
  24. }
  25. .panel14 {
  26. margin-top: 30rpx;
  27. font-size: 28rpx;
  28. color: #2E2E2E;
  29. }
  30. .panel15 {
  31. font-size: 28rpx;
  32. color: #4d4d4d;
  33. font-weight: 400;
  34. }
  35. .panel16 {
  36. margin-top: 60rpx;
  37. font-size: 24rpx;
  38. color: #1E1E1E;
  39. font-weight: 400;
  40. }
  41. .sysIcon_e01 {
  42. width: 220rpx;
  43. height: 220rpx;
  44. position: absolute;
  45. right: 0;
  46. top: 70rpx;
  47. }
  48. .panelLine1 {
  49. width: 100%;
  50. height: 1rpx;
  51. background-color: #BCBCBC;
  52. margin-top: 30rpx;
  53. }
  54. .panel2 {
  55. width: 690rpx;
  56. margin-top: 60rpx;
  57. background-color: #fff;
  58. border-radius: 0 0 20rpx 20rpx;
  59. }
  60. .panel21 {
  61. width: 100%;
  62. height: 10rpx;
  63. }
  64. .panel22 {
  65. width: 100%;
  66. }
  67. .panel221 {
  68. width: 100%;
  69. height: 120rpx;
  70. justify-content: space-between;
  71. }
  72. .panel2211 {
  73. margin-left: 30rpx;
  74. }
  75. .panel22111 {
  76. font-family: Teko-SemiBold;
  77. font-size: 48rpx;
  78. color: #2E2E2E;
  79. margin: 8rpx 0 0 10rpx;
  80. }
  81. .panel2212 {
  82. margin-right: 30rpx;
  83. }
  84. .panel22121 {
  85. background: #F8F8F8;
  86. border: 3rpx solid #4D4D4D;
  87. border-radius: 10rpx;
  88. font-size: 24rpx;
  89. color: #4D4D4D;
  90. width: 136rpx;
  91. line-height: 50rpx;
  92. text-align: center;
  93. margin-left: 20rpx;
  94. }
  95. .sysIcon_c06 {
  96. width: 20rpx;
  97. height: 20rpx;
  98. margin: 0 30rpx;
  99. }
  100. .panel222 {
  101. width: 100%;
  102. justify-content: flex-end;
  103. align-items: flex-end;
  104. margin-bottom: 40rpx;
  105. border-radius: 0 0 20rpx 20rpx;
  106. }
  107. .panelLine2 {
  108. width: 580rpx;
  109. height: 1rpx;
  110. background-color: #e3e3e3;
  111. }
  112. .panel2221 {
  113. justify-content: space-between;
  114. width: 100%;
  115. }
  116. .panel22211 {
  117. width: 40rpx;
  118. height: 40rpx;
  119. background-color: #f8f8f8;
  120. border-radius: 50%;
  121. margin: 0 30rpx 0 40rpx;
  122. border: 3rpx solid #D2D2D2;
  123. }
  124. .panel22210 {
  125. background-color: #FF8451;
  126. }
  127. .sysIcon_b07 {
  128. width: 20rpx;
  129. height: 20rpx;
  130. }
  131. .panel22212 {
  132. margin: 30rpx 0;
  133. font-weight: 400;
  134. font-size: 28rpx;
  135. color: #2E2E2E;
  136. width: 580rpx;
  137. }
  138. .panel222121 {
  139. font-weight: 600;
  140. }
  141. .panel3 {
  142. width: 630rpx;
  143. margin-top: 60rpx;
  144. font-size: 24rpx;
  145. color: #4D4D4D;
  146. font-weight: 400;
  147. }
  148. .panel31 {
  149. font-weight: 600;
  150. }
  151. .panelFooter {
  152. background: #E3E3E3;
  153. width: 100%;
  154. position: fixed;
  155. bottom: 0;
  156. height: 260rpx;
  157. color: #F2F2F2;
  158. font-size: 24rpx;
  159. }
  160. .panelFooter1 {
  161. width: 570rpx;
  162. height: 140rpx;
  163. background: #1E1E1E;
  164. border-radius: 10rpx 0 0 60rpx;
  165. box-shadow: 0 30rpx 0 0 #0C0C0C, 0 50rpx 0 0 rgba(0, 0, 0, 0.60);
  166. }
  167. .panelFooter10 {
  168. width: 560rpx;
  169. height: 120rpx;
  170. background: rgba(255, 255, 255, 0.08);
  171. border-radius: 5rpx 10rpx 10rpx 50rpx;
  172. }
  173. .panelFooter2 {
  174. width: 160rpx;
  175. height: 140rpx;
  176. background: #1E1E1E;
  177. border-radius: 0 10rpx 60rpx 0;
  178. box-shadow: 0 30rpx 0 0 #0C0C0C, 0 50rpx 0 0 rgba(0, 0, 0, 0.60);
  179. }
  180. .panelFooter20 {
  181. width: 140rpx;
  182. height: 120rpx;
  183. background: rgba(255, 255, 255, 0.08);
  184. border-radius: 10rpx 5rpx 50rpx 10rpx;
  185. }
  186. .panelFooter11 {
  187. font-family: Teko-SemiBold;
  188. font-size: 36rpx;
  189. text-align: center;
  190. }
  191. .sysIcon_b05 {
  192. width: 20rpx;
  193. height: 20rpx;
  194. }
  195. .panelFooter120 {
  196. margin-top: 17rpx;
  197. }
  198. .menuContainer {
  199. width: 100%;
  200. position: fixed;
  201. top: 0;
  202. background: rgba(0, 0, 0, 0.50);
  203. z-index: 10;
  204. justify-content: flex-start;
  205. }
  206. .panelMenu {
  207. position: fixed;
  208. bottom: 70rpx;
  209. width: 690rpx;
  210. min-height: 726rpx;
  211. border-radius: 60rpx;
  212. justify-content: flex-start;
  213. background: #FFFFFF;
  214. box-shadow: 0 20rpx 0 0 #9B9B9B, 0 50rpx 0 0 rgba(0, 0, 0, 0.50);
  215. }
  216. .panelMenu1 {
  217. width: 100%;
  218. margin-top: 40rpx;
  219. align-items: flex-start;
  220. justify-content: space-between;
  221. }
  222. .panelMenu11 {
  223. font-size: 36rpx;
  224. color: #2E2E2E;
  225. width: 580rpx;
  226. margin-left: 60rpx;
  227. }
  228. .panelMenu12 {
  229. width: 60rpx;
  230. height: 60rpx;
  231. margin-right: 40rpx;
  232. border-radius: 50%;
  233. background-color: #f0f0f0;
  234. }
  235. .sysIcon_b03 {
  236. width: 20rpx;
  237. height: 20rpx;
  238. }
  239. .panelMenu2 {
  240. font-size: 24rpx;
  241. color: #787878;
  242. margin: 70rpx 0 20rpx 60rpx;
  243. align-self: start;
  244. }
  245. .panelMenu3 {
  246. width: 100%;
  247. align-items: flex-start;
  248. }
  249. .panelMenu31 {
  250. width: 100%;
  251. height: 100rpx;
  252. justify-content: flex-start;
  253. }
  254. .sysIcon_b04 {
  255. width: 40rpx;
  256. height: 34rpx;
  257. margin: 0 30rpx 0 70rpx;
  258. }
  259. .panelMenu311 {
  260. font-weight: 400;
  261. font-size: 28rpx;
  262. color: #2E2E2E;
  263. justify-content: flex-start;
  264. }
  265. .panelMenu3111 {
  266. width: 444rpx;
  267. }
  268. .panelMenu31111 {
  269. font-weight: 600;
  270. }
  271. .sysIcon_a01 {
  272. width: 16rpx;
  273. height: 26rpx;
  274. }
  275. .panelLine3 {
  276. width: 490rpx;
  277. height: 1rpx;
  278. background-color: #e3e3e3;
  279. margin-left: 140rpx;
  280. }
  281. .panelMenu4 {
  282. width: 590rpx;
  283. height: 90rpx;
  284. background-color: #f0f0f0;
  285. border-radius: 20rpx;
  286. margin-top: 60rpx;
  287. font-size: 36rpx;
  288. font-weight: 600;
  289. }