mainlist.wxss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  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: #FFE4B6;
  120. }
  121. .panelHelp2{
  122. width: 710rpx;
  123. height:206rpx;
  124. margin-top: 60rpx;
  125. margin-bottom: 40rpx;
  126. }
  127. .panelHelp21{
  128. width: 100%;
  129. height:116rpx;
  130. border-top-left-radius: 20rpx;
  131. border-top-right-radius: 20rpx;
  132. background-color: #FFE4B6;
  133. }
  134. .panelHelp22{
  135. width: 100%;
  136. height:90rpx;
  137. border-bottom-left-radius: 20rpx;
  138. border-bottom-right-radius: 20rpx;
  139. background-color: #fff;
  140. justify-content: space-between;
  141. }
  142. .Arrow{
  143. width:16rpx;
  144. height:26rpx;
  145. margin:0 30rpx;
  146. }
  147. .universalpic_exclamation_orange_40x40{
  148. width:40rpx;
  149. height:40rpx;
  150. margin-left: 30rpx;
  151. margin-top: 30rpx;
  152. }
  153. .universalpic_exclamation_orange_40x40_2{
  154. margin-left: 0rpx;
  155. margin-top: 0rpx;
  156. }
  157. .panelHelpText{
  158. width:620rpx;
  159. font-size: 20rpx;
  160. font-weight: 500;
  161. color:#4D4D4D;
  162. margin: 30rpx 0 30rpx 30rpx;
  163. }
  164. .panelHelpText2{
  165. width:580rpx;
  166. }
  167. .panelHelp221{
  168. font-size:28rpx;
  169. font-weight: 400;
  170. margin: 0 0 0 30rpx;
  171. }
  172. /* ************************************** */
  173. .panelFolder{
  174. width:100%;
  175. height:500rpx;
  176. position: relative;
  177. }
  178. .cardlist_huawen_750x500{
  179. width:100%;
  180. height:500rpx;
  181. position: absolute;
  182. top:0;
  183. }
  184. .iconClass{
  185. width:300rpx;
  186. height:300rpx;
  187. }
  188. .panelFolder2{
  189. width:100%;
  190. background-color: #fff;
  191. }
  192. .panelFolder21{
  193. width:670rpx;
  194. margin:40rpx 0;
  195. font-size:48rpx;
  196. font-weight: 400;
  197. }
  198. /* ************************************** */
  199. .panelList{
  200. width:100%;
  201. justify-content: flex-start;
  202. margin-bottom: 60rpx;
  203. }
  204. .panelListCategory{
  205. width: 100%;
  206. justify-content: flex-start;
  207. }
  208. .universalpic_calendar_black_30x32{
  209. width:30rpx;
  210. height:32rpx;
  211. margin: 60rpx 20rpx 30rpx 50rpx;
  212. }
  213. .panelListCategoryText{
  214. font-size: 32rpx;
  215. font-weight: 500;
  216. margin: 60rpx 0 30rpx 0;
  217. }
  218. .ScrollView {
  219. width: 100%;
  220. height: 188rpx;
  221. display: flex;
  222. white-space: nowrap;
  223. margin-top: 20rpx;
  224. }
  225. .CellItem {
  226. width: 750rpx;
  227. display: inline-block;
  228. height: 188rpx;
  229. position: relative;
  230. }
  231. .CellHide {
  232. width: 440rpx;
  233. display: inline-block;
  234. height: 188rpx;
  235. position: relative;
  236. }
  237. .CellHide0 {
  238. width: 160rpx;
  239. }
  240. .CellHide00 {
  241. width: 590rpx;
  242. }
  243. .panelListItem{
  244. width:710rpx;
  245. height:188rpx;
  246. background-color: #fff;
  247. border-radius: 10rpx;
  248. justify-content: flex-start;
  249. position: absolute;
  250. top: 0;
  251. left: 20rpx;
  252. }
  253. .panelListItem1{
  254. width:650rpx;
  255. height:80rpx;
  256. margin-top: 30rpx;
  257. justify-content: flex-start;
  258. }
  259. .panelListItem1Image{
  260. width: 80rpx;
  261. height:80rpx;
  262. margin-right: 30rpx;
  263. border-radius: 6rpx;
  264. }
  265. .panelListItem1ImageNull{
  266. background-color: #F2F2F2;
  267. }
  268. .universalpic_errorpic_black_30x30{
  269. width:30rpx;
  270. height:30rpx;
  271. }
  272. .panelListItem11{
  273. max-width: 650rpx;
  274. min-width:540rpx;
  275. height:80rpx;
  276. align-items: flex-start;
  277. }
  278. .panelListItem11Name1{
  279. font-size: 30rpx;
  280. font-weight: 500;
  281. overflow: hidden;
  282. }
  283. .panelListItem11Name2{
  284. font-size: 22rpx;
  285. font-weight: 400;
  286. overflow: hidden;
  287. }
  288. .panelListItem2{
  289. width:650rpx;
  290. margin-top: 20rpx;
  291. position: relative;
  292. }
  293. .universalpic_cardlist_gray_22x20{
  294. width:20rpx;
  295. height:20rpx;
  296. position: absolute;
  297. left:0;
  298. top:4rpx;
  299. }
  300. .panelListItem21{
  301. position: absolute;
  302. left:32rpx;
  303. top:0;
  304. font-size:20rpx;
  305. font-weight: 500;
  306. width:164rpx;
  307. overflow: hidden;
  308. color:#787878;
  309. }
  310. .universalpic_star_yellow_20x20{
  311. width:20rpx;
  312. height:20rpx;
  313. position: absolute;
  314. left:216rpx;
  315. top:5rpx;
  316. }
  317. .panelListItem22{
  318. left:256rpx;
  319. }
  320. .panelListItem23{
  321. left:316rpx;
  322. }
  323. .panelListItemLine{
  324. left:396rpx;
  325. top:4rpx;
  326. width:2rpx;
  327. height:20rpx;
  328. position: absolute;
  329. background-color: #d2d2d2;
  330. }
  331. .panelListItem24{
  332. left:418rpx;
  333. }
  334. .panelListItem25{
  335. left:auto;
  336. right:24rpx;
  337. width:155rpx;
  338. text-align: right;
  339. }
  340. .universalpic_arrow_down_black_14x10{
  341. width:14rpx;
  342. height:10rpx;
  343. top:10rpx;
  344. right:0rpx;
  345. position: absolute;
  346. }
  347. .panelMore{
  348. width:710rpx;
  349. height:110rpx;
  350. border-radius: 10rpx;
  351. background-color: #e3e3e3;
  352. text-align: center;
  353. line-height: 110rpx;
  354. font-size:36rpx;
  355. font-weight: 500;
  356. margin-top: 20rpx;
  357. }
  358. .panelEnd{
  359. margin-top: 60rpx;
  360. font-size:36rpx;
  361. color:#787878;
  362. }
  363. .CellHide1 {
  364. height: 188rpx;
  365. justify-content: space-between;
  366. background-color: #F8F8F8;
  367. border-radius: 10rpx;
  368. position: absolute;
  369. top:0;
  370. }
  371. .CellHide10 {
  372. width: 140rpx;
  373. }
  374. .CellHide111{
  375. width:140rpx;
  376. height:188rpx;
  377. text-align: center;
  378. font-size:24rpx;
  379. }
  380. .CellHide112{
  381. color:#FE6659;
  382. }
  383. .CellHide113{
  384. background-color: #FE6659;
  385. color:#fff;
  386. border-top-left-radius: 10rpx;
  387. border-bottom-left-radius: 10rpx;
  388. }
  389. .CellHideLine{
  390. width:2rpx;
  391. height:20rpx;
  392. background-color: #d2d2d2;
  393. }
  394. .panelNull{
  395. width:100%;
  396. margin-bottom: 200rpx;
  397. }
  398. .universalpic_card_none_gray_90x84{
  399. width:90rpx;
  400. height:84rpx;
  401. margin-top: 200rpx;
  402. }
  403. .panelNullText{
  404. font-size:32rpx;
  405. margin-top: 30rpx;
  406. color:#4D4D4D;
  407. text-align: center;
  408. }
  409. .clickCardShowDetail{
  410. position: absolute;
  411. right:0;
  412. bottom:0rpx;
  413. width:282rpx;
  414. height:80rpx;
  415. z-index: 10;
  416. }
  417. /* ************************** */
  418. .MenuContainer{
  419. width: 100%;
  420. justify-content: flex-end;
  421. position: fixed;
  422. bottom: 0;
  423. background-color:rgba(0,0,0,0.66);
  424. z-index: 20;
  425. }
  426. .PanelMenu{
  427. width:710rpx;
  428. border-radius: 20rpx;
  429. background-color: #fff;
  430. font-weight: 400;
  431. font-size: 36rpx;
  432. }
  433. .PanelMenuItem{
  434. width: 100%;
  435. height:110rpx;
  436. }
  437. .PanelMenuLine{
  438. width:100%;
  439. height:1rpx;
  440. background-color: #d2d2d2;
  441. }
  442. .PanelMenuCancel{
  443. height:110rpx;
  444. margin: 20rpx 0;
  445. }
  446. /* *********************** */
  447. .HelpContainer{
  448. background-color:rgba(0,0,0,0.16);
  449. position: fixed;
  450. top:0;
  451. z-index: 100;
  452. }
  453. .HelpContainer .HelpPanel1{
  454. position: fixed;
  455. width:100%;
  456. bottom:0;
  457. background-color: #F8F8F8;
  458. border-top:1rpx solid #b6b6b6;
  459. }
  460. .HelpContainer .HelpPanel11{
  461. width:100%;
  462. height: 100rpx;
  463. justify-content: space-between;
  464. border-bottom:1rpx solid #d2d2d2;
  465. }
  466. .HelpContainer .HelpPanel111{
  467. width:80rpx;
  468. height:80rpx;
  469. margin-left: 20rpx;
  470. }
  471. .universalpic_close_black_24x24{
  472. width:24rpx;
  473. height:24rpx;
  474. }
  475. .HelpContainer .HelpPanel12{
  476. width:100%;
  477. border-top:1rpx solid #D2D2D2;
  478. }
  479. .help_board_tips_richang{
  480. width:630rpx;
  481. height:520rpx;
  482. margin: 80rpx 0;
  483. }
  484. .help_board_tips_jinji{
  485. width:630rpx;
  486. height:761rpx;
  487. margin: 80rpx 0;
  488. }
  489. .help_board_tips_xingbiao{
  490. width:630rpx;
  491. height:454rpx;
  492. margin: 80rpx 0;
  493. }
  494. .help_board_tips_guidang{
  495. width:630rpx;
  496. height:504rpx;
  497. margin: 80rpx 0;
  498. }
  499. /* ************************** */
  500. .PanelOrder{
  501. width: 100%;
  502. background-color: #F8F8F8;
  503. }
  504. .PanelOrder1{
  505. width: 100%;
  506. justify-content: flex-start;
  507. color:#4D4D4D;
  508. }
  509. .PanelOrder11{
  510. font-size: 32rpx;
  511. margin: 60rpx 0 0 30rpx;
  512. }
  513. .PanelOrder2{
  514. width: 100%;
  515. }
  516. .PanelOrderBtn{
  517. border-radius: 10rpx;
  518. height:80rpx;
  519. line-height:80rpx;
  520. min-width: 155rpx;
  521. font-size:24rpx;
  522. text-align: center;
  523. border:2rpx solid #dcdcdc;
  524. margin: 0 15rpx;
  525. background-color: #fff;
  526. color:#1e1e1e;
  527. }
  528. .PanelOrderBtn0{
  529. width:350rpx;
  530. }
  531. .PanelOrderBtn2{
  532. width:330rpx;
  533. }
  534. .PanelOrderBtn4{
  535. width:690rpx;
  536. height:100rpx;
  537. font-size:24rpx;
  538. justify-content: space-between;
  539. margin-bottom: 30rpx;
  540. }
  541. .PanelOrderBtn3{
  542. margin: 0 5rpx;
  543. }
  544. .PanelOrder31{
  545. font-size: 24rpx;
  546. margin: 30rpx 0 20rpx 30rpx;
  547. color:#4D4D4D;
  548. font-weight: 400;
  549. }
  550. .PanelOrder32{
  551. margin-left: 240rpx;
  552. }
  553. .PanelOrderLine60{
  554. height:60rpx;
  555. width:100%;
  556. }
  557. .PanelOrderLine30{
  558. height:30rpx;
  559. width:100%;
  560. }
  561. .PanelOrderBtnText{
  562. margin: 0 30rpx;
  563. }
  564. .PanelBtnSelect{
  565. background-color: #5282FA;
  566. color:#fff;
  567. font-size:36rpx;
  568. }
  569. .PanelBtnSelect2{
  570. background-color: #5282FA;
  571. color:#fff;
  572. font-size:32rpx;
  573. }