mainlist.wxss 8.6 KB

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