mainlist.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. .Null1{
  2. width:100%;
  3. height:100rpx;
  4. }
  5. .panelTopPanel {
  6. width: 100%;
  7. background-color: #fff;
  8. position: fixed;
  9. top: 0;
  10. z-index: 10;
  11. border-bottom: 1rpx solid #d2d2d2;
  12. }
  13. .panelTop {
  14. width: 100%;
  15. height:100rpx;
  16. justify-content: space-between;
  17. }
  18. .panelLeft {
  19. margin-left: 20rpx;
  20. justify-content: flex-start;
  21. }
  22. .panelRight {
  23. margin-right: 10rpx;
  24. justify-content: flex-end;
  25. }
  26. .panelTopSearch{
  27. width:600rpx;
  28. height:70rpx;
  29. background-color: #F2F2F2;
  30. border-radius: 14rpx;
  31. justify-content: flex-start;
  32. }
  33. .universalpic_magnifier_gray_30x30{
  34. width:30rpx;
  35. height:30rpx;
  36. margin-left: 30rpx;
  37. }
  38. .panelTopSearchText{
  39. font-size: 28rpx;
  40. font-weight: 400;
  41. margin-left: 20rpx;
  42. }
  43. .panelTop1 {
  44. width:80rpx;
  45. height:80rpx;
  46. margin-right: 10rpx;
  47. font-size: 28rpx;
  48. font-weight: 400;
  49. }
  50. .panelTop2 {
  51. font-size: 28rpx;
  52. font-weight: 400;
  53. }
  54. .panelTop21 {
  55. font-size: 28rpx;
  56. font-weight: 500;
  57. }
  58. .panelTop3 {
  59. font-size: 28rpx;
  60. font-weight: 500;
  61. }
  62. .panelTop5 {
  63. width: 30rpx;
  64. }
  65. .panelTop4{
  66. height:58rpx;
  67. line-height: 58rpx;
  68. margin: 0 20rpx 0 0;
  69. padding: 0 20rpx;
  70. font-size: 24rpx;
  71. border-radius: 10rpx;
  72. border:1rpx solid #D2D2D2;
  73. text-align: center;
  74. }
  75. .panelTop40{
  76. background-color: #5282FA;
  77. color:#fff;
  78. }
  79. .universalpic_magnifier_black_30x30{
  80. width:30rpx;
  81. height:30rpx;
  82. }
  83. .universalpic_arrow_updown_black_26x22{
  84. width:26rpx;
  85. height:22rpx;
  86. }
  87. .universalpic_light_black_22x30{
  88. width:22rpx;
  89. height:30rpx;
  90. }
  91. .universalpic_arrow_down_black_14x10_0{
  92. width:14rpx;
  93. height:10rpx;
  94. margin-left: 10rpx;
  95. }
  96. .panelHelp{
  97. width:100%;
  98. background-color: #FFF7E9;
  99. justify-content: flex-start;
  100. align-items: flex-start;
  101. }
  102. .panelHelp1{
  103. background-color: #E3FCF3;
  104. }
  105. .universalpic_exclamation_orange_40x40{
  106. width:40rpx;
  107. height:40rpx;
  108. margin-left: 30rpx;
  109. margin-top: 30rpx;
  110. }
  111. .panelHelpText{
  112. width:620rpx;
  113. font-size: 20rpx;
  114. font-weight: 500;
  115. color:#4D4D4D;
  116. margin: 30rpx 0 30rpx 30rpx;
  117. }
  118. /* ************************************** */
  119. .panelFolder{
  120. width:100%;
  121. height:500rpx;
  122. position: relative;
  123. }
  124. .cardlist_huawen_750x500{
  125. width:100%;
  126. height:500rpx;
  127. position: absolute;
  128. top:0;
  129. }
  130. .iconClass{
  131. width:300rpx;
  132. height:300rpx;
  133. }
  134. .panelFolder2{
  135. width:100%;
  136. background-color: #fff;
  137. }
  138. .panelFolder21{
  139. width:670rpx;
  140. margin:40rpx 0;
  141. font-size:48rpx;
  142. font-weight: 400;
  143. }
  144. /* ************************************** */
  145. .panelList{
  146. width:100%;
  147. justify-content: flex-start;
  148. margin-bottom: 60rpx;
  149. }
  150. .panelListCategory{
  151. width: 100%;
  152. justify-content: flex-start;
  153. }
  154. .universalpic_calendar_black_30x32{
  155. width:30rpx;
  156. height:32rpx;
  157. margin: 60rpx 20rpx 30rpx 50rpx;
  158. }
  159. .panelListCategoryText{
  160. font-size: 32rpx;
  161. font-weight: 500;
  162. margin: 60rpx 0 30rpx 0;
  163. }
  164. .ScrollView {
  165. width: 100%;
  166. height: 188rpx;
  167. display: flex;
  168. white-space: nowrap;
  169. margin-top: 20rpx;
  170. }
  171. .CellItem {
  172. width: 750rpx;
  173. display: inline-block;
  174. height: 188rpx;
  175. position: relative;
  176. }
  177. .CellHide {
  178. width: 440rpx;
  179. display: inline-block;
  180. height: 188rpx;
  181. position: relative;
  182. }
  183. .CellHide0 {
  184. width: 160rpx;
  185. }
  186. .CellHide00 {
  187. width: 590rpx;
  188. }
  189. .panelListItem{
  190. width:710rpx;
  191. height:188rpx;
  192. background-color: #fff;
  193. border-radius: 10rpx;
  194. justify-content: flex-start;
  195. position: absolute;
  196. top: 0;
  197. left: 20rpx;
  198. }
  199. .panelListItem1{
  200. width:650rpx;
  201. height:80rpx;
  202. margin-top: 30rpx;
  203. justify-content: flex-start;
  204. }
  205. .panelListItem1Image{
  206. width: 80rpx;
  207. height:80rpx;
  208. margin-right: 30rpx;
  209. border-radius: 6rpx;
  210. }
  211. .panelListItem11{
  212. max-width: 650rpx;
  213. min-width:540rpx;
  214. height:80rpx;
  215. align-items: flex-start;
  216. }
  217. .panelListItem11Name1{
  218. font-size: 30rpx;
  219. font-weight: 500;
  220. overflow: hidden;
  221. }
  222. .panelListItem11Name2{
  223. font-size: 22rpx;
  224. font-weight: 400;
  225. overflow: hidden;
  226. }
  227. .panelListItem2{
  228. width:650rpx;
  229. margin-top: 20rpx;
  230. position: relative;
  231. }
  232. .universalpic_cardlist_gray_22x20{
  233. width:20rpx;
  234. height:20rpx;
  235. position: absolute;
  236. left:0;
  237. top:4rpx;
  238. }
  239. .panelListItem21{
  240. position: absolute;
  241. left:32rpx;
  242. top:0;
  243. font-size:20rpx;
  244. font-weight: 500;
  245. width:164rpx;
  246. overflow: hidden;
  247. color:#787878;
  248. }
  249. .universalpic_star_yellow_20x20{
  250. width:20rpx;
  251. height:20rpx;
  252. position: absolute;
  253. left:216rpx;
  254. top:5rpx;
  255. }
  256. .panelListItem22{
  257. left:256rpx;
  258. }
  259. .panelListItem23{
  260. left:316rpx;
  261. }
  262. .panelListItemLine{
  263. left:396rpx;
  264. top:4rpx;
  265. width:2rpx;
  266. height:20rpx;
  267. position: absolute;
  268. background-color: #d2d2d2;
  269. }
  270. .panelListItem24{
  271. left:418rpx;
  272. }
  273. .panelListItem25{
  274. left:auto;
  275. right:24rpx;
  276. width:155rpx;
  277. text-align: right;
  278. }
  279. .universalpic_arrow_down_black_14x10{
  280. width:14rpx;
  281. height:10rpx;
  282. top:10rpx;
  283. right:0rpx;
  284. position: absolute;
  285. }
  286. .panelMore{
  287. width:710rpx;
  288. height:110rpx;
  289. border-radius: 10rpx;
  290. background-color: #e3e3e3;
  291. text-align: center;
  292. line-height: 110rpx;
  293. font-size:36rpx;
  294. font-weight: 500;
  295. margin-top: 20rpx;
  296. }
  297. .panelEnd{
  298. margin-top: 60rpx;
  299. font-size:36rpx;
  300. color:#787878;
  301. }
  302. .CellHide1 {
  303. height: 188rpx;
  304. justify-content: space-between;
  305. background-color: #F8F8F8;
  306. border-radius: 10rpx;
  307. position: absolute;
  308. top:0;
  309. }
  310. .CellHide10 {
  311. width: 140rpx;
  312. }
  313. .CellHide111{
  314. width:140rpx;
  315. height:188rpx;
  316. text-align: center;
  317. font-size:24rpx;
  318. }
  319. .CellHide112{
  320. color:#FE6659;
  321. }
  322. .CellHide113{
  323. background-color: #FE6659;
  324. color:#fff;
  325. border-top-left-radius: 10rpx;
  326. border-bottom-left-radius: 10rpx;
  327. }
  328. .CellHideLine{
  329. width:2rpx;
  330. height:20rpx;
  331. background-color: #d2d2d2;
  332. }
  333. .panelNull{
  334. width:100%;
  335. margin-bottom: 200rpx;
  336. }
  337. .universalpic_card_none_gray_90x84{
  338. width:90rpx;
  339. height:84rpx;
  340. margin-top: 200rpx;
  341. }
  342. .panelNullText{
  343. font-size:32rpx;
  344. margin-top: 30rpx;
  345. color:#4D4D4D;
  346. text-align: center;
  347. }
  348. .clickCardShowDetail{
  349. position: absolute;
  350. right:0;
  351. bottom:0rpx;
  352. width:282rpx;
  353. height:80rpx;
  354. z-index: 10;
  355. }
  356. /* ************************** */
  357. .MenuContainer{
  358. width: 100%;
  359. justify-content: flex-end;
  360. position: fixed;
  361. bottom: 0;
  362. background-color:rgba(0,0,0,0.66);
  363. z-index: 20;
  364. }
  365. .PanelMenu{
  366. width:710rpx;
  367. border-radius: 20rpx;
  368. background-color: #fff;
  369. font-weight: 400;
  370. font-size: 36rpx;
  371. }
  372. .PanelMenuItem{
  373. width: 100%;
  374. height:110rpx;
  375. }
  376. .PanelMenuLine{
  377. width:100%;
  378. height:1rpx;
  379. background-color: #d2d2d2;
  380. }
  381. .PanelMenuCancel{
  382. height:110rpx;
  383. margin: 20rpx 0;
  384. }
  385. /* *********************** */
  386. .HelpContainer{
  387. background-color:rgba(0,0,0,0.16);
  388. position: fixed;
  389. top:0;
  390. z-index: 100;
  391. }
  392. .HelpContainer .HelpPanel1{
  393. position: fixed;
  394. width:100%;
  395. bottom:0;
  396. background-color: #F8F8F8;
  397. border-top:1rpx solid #b6b6b6;
  398. }
  399. .HelpContainer .HelpPanel11{
  400. width:100%;
  401. height: 100rpx;
  402. justify-content: space-between;
  403. border-bottom:1rpx solid #d2d2d2;
  404. }
  405. .HelpContainer .HelpPanel111{
  406. width:80rpx;
  407. height:80rpx;
  408. margin-left: 20rpx;
  409. }
  410. .universalpic_close_black_24x24{
  411. width:24rpx;
  412. height:24rpx;
  413. }
  414. .HelpContainer .HelpPanel12{
  415. width:100%;
  416. border-top:1rpx solid #D2D2D2;
  417. }
  418. .help_board_tips_richang{
  419. width:630rpx;
  420. height:520rpx;
  421. margin: 80rpx 0;
  422. }
  423. .help_board_tips_jinji{
  424. width:630rpx;
  425. height:761rpx;
  426. margin: 80rpx 0;
  427. }
  428. .help_board_tips_xingbiao{
  429. width:630rpx;
  430. height:454rpx;
  431. margin: 80rpx 0;
  432. }
  433. .help_board_tips_guidang{
  434. width:630rpx;
  435. height:504rpx;
  436. margin: 80rpx 0;
  437. }
  438. /* ************************** */
  439. .PanelOrder{
  440. width: 100%;
  441. background-color: #F8F8F8;
  442. }
  443. .PanelOrder1{
  444. width: 100%;
  445. justify-content: flex-start;
  446. color:#4D4D4D;
  447. }
  448. .PanelOrder11{
  449. font-size: 32rpx;
  450. margin: 60rpx 0 0 30rpx;
  451. }
  452. .PanelOrder2{
  453. width: 100%;
  454. }
  455. .PanelOrderBtn{
  456. border-radius: 10rpx;
  457. height:80rpx;
  458. line-height:80rpx;
  459. min-width: 155rpx;
  460. font-size:24rpx;
  461. text-align: center;
  462. border:2rpx solid #dcdcdc;
  463. margin: 0 15rpx;
  464. background-color: #fff;
  465. color:#1e1e1e;
  466. }
  467. .PanelOrderBtn0{
  468. width:350rpx;
  469. }
  470. .PanelOrderBtn2{
  471. width:330rpx;
  472. }
  473. .PanelOrderBtn4{
  474. width:690rpx;
  475. height:100rpx;
  476. font-size:24rpx;
  477. justify-content: space-between;
  478. margin-bottom: 30rpx;
  479. }
  480. .PanelOrderBtn3{
  481. margin: 0 5rpx;
  482. }
  483. .PanelOrder31{
  484. font-size: 24rpx;
  485. margin: 30rpx 0 20rpx 30rpx;
  486. color:#4D4D4D;
  487. font-weight: 400;
  488. }
  489. .PanelOrder32{
  490. margin-left: 240rpx;
  491. }
  492. .PanelOrderLine60{
  493. height:60rpx;
  494. width:100%;
  495. }
  496. .PanelOrderLine30{
  497. height:30rpx;
  498. width:100%;
  499. }
  500. .PanelOrderBtnText{
  501. margin: 0 30rpx;
  502. }
  503. .PanelBtnSelect{
  504. background-color: #5282FA;
  505. color:#fff;
  506. font-size:36rpx;
  507. }
  508. .PanelBtnSelect2{
  509. background-color: #5282FA;
  510. color:#fff;
  511. font-size:32rpx;
  512. }