mainlist.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  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. z-index: 200;
  18. }
  19. .panelLeft {
  20. margin-left: 20rpx;
  21. justify-content: flex-start;
  22. }
  23. .panelRight {
  24. margin-right: 10rpx;
  25. justify-content: flex-end;
  26. }
  27. .btn{
  28. min-width:100rpx;
  29. height:60rpx;
  30. text-align: center;
  31. line-height: 60rpx;
  32. border-radius: 10rpx;
  33. font-size:24rpx;
  34. border:2rpx solid #E3E3E3;
  35. margin-right: 20rpx;
  36. padding:0 20rpx;
  37. }
  38. .btn2{
  39. border:2rpx solid #5282FA;
  40. color:#fff;
  41. background-color: #5282FA;
  42. }
  43. .panelTopSearch{
  44. width:600rpx;
  45. height:70rpx;
  46. background-color: #F2F2F2;
  47. border-radius: 14rpx;
  48. justify-content: flex-start;
  49. }
  50. .universalpic_magnifier_gray_30x30{
  51. width:30rpx;
  52. height:30rpx;
  53. margin-left: 30rpx;
  54. }
  55. .panelTopSearchText{
  56. font-size: 28rpx;
  57. font-weight: 400;
  58. margin-left: 20rpx;
  59. }
  60. .panelTop1 {
  61. width:80rpx;
  62. height:80rpx;
  63. margin-right: 10rpx;
  64. font-size: 28rpx;
  65. font-weight: 400;
  66. }
  67. .panelTop2 {
  68. font-size: 28rpx;
  69. font-weight: 400;
  70. }
  71. .panelTop21 {
  72. font-size: 28rpx;
  73. font-weight: 700;
  74. }
  75. .panelTop3 {
  76. color:#EB5C28;
  77. font-size:28rpx;
  78. font-weight: 700;
  79. }
  80. .panelTop5 {
  81. width: 30rpx;
  82. }
  83. .panelTop6 {
  84. width: 96rpx;
  85. height:80rpx;
  86. color:#EB5C28;
  87. font-size:28rpx;
  88. font-weight: 700;
  89. margin-right: 10rpx;
  90. }
  91. .panelTop4{
  92. height:58rpx;
  93. line-height: 58rpx;
  94. margin: 0 20rpx 0 0;
  95. padding: 0 20rpx;
  96. font-size: 24rpx;
  97. border-radius: 10rpx;
  98. border:1rpx solid #D2D2D2;
  99. text-align: center;
  100. }
  101. .panelTop40{
  102. background-color: #5282FA;
  103. color:#fff;
  104. }
  105. .universalpic_magnifier_black_30x30{
  106. width:30rpx;
  107. height:30rpx;
  108. }
  109. .universalpic_arrow_updown_black_26x22{
  110. width:26rpx;
  111. height:22rpx;
  112. }
  113. .universalpic_light_black_22x30{
  114. width:22rpx;
  115. height:30rpx;
  116. }
  117. .universalpic_arrow_down_black_14x10_0{
  118. width:14rpx;
  119. height:10rpx;
  120. margin-left: 10rpx;
  121. }
  122. .panelHelp{
  123. width:100%;
  124. background-color: #FFF7E9;
  125. justify-content: flex-start;
  126. align-items: flex-start;
  127. }
  128. .panelHelp1{
  129. background-color: #FFE4B6;
  130. }
  131. .panelHelp2{
  132. width: 710rpx;
  133. height:206rpx;
  134. margin-top: 60rpx;
  135. margin-bottom: 40rpx;
  136. }
  137. .panelHelp21{
  138. width: 100%;
  139. height:116rpx;
  140. border-top-left-radius: 20rpx;
  141. border-top-right-radius: 20rpx;
  142. background-color: #FFE4B6;
  143. }
  144. .panelHelp22{
  145. width: 100%;
  146. height:90rpx;
  147. border-bottom-left-radius: 20rpx;
  148. border-bottom-right-radius: 20rpx;
  149. background-color: #fff;
  150. justify-content: space-between;
  151. }
  152. .Arrow{
  153. width:16rpx;
  154. height:26rpx;
  155. margin:0 30rpx;
  156. }
  157. .universalpic_exclamation_orange_40x40{
  158. width:40rpx;
  159. height:40rpx;
  160. margin-left: 30rpx;
  161. margin-top: 30rpx;
  162. }
  163. .universalpic_exclamation_orange_40x40_2{
  164. margin-left: 0rpx;
  165. margin-top: 0rpx;
  166. }
  167. .panelHelpText{
  168. width:620rpx;
  169. font-size: 20rpx;
  170. font-weight: 700;
  171. color:#4D4D4D;
  172. margin: 30rpx 0 30rpx 30rpx;
  173. }
  174. .panelHelpText2{
  175. width:580rpx;
  176. }
  177. .panelHelp221{
  178. font-size:28rpx;
  179. font-weight: 400;
  180. margin: 0 0 0 30rpx;
  181. }
  182. /* ************************************** */
  183. .panelFolder{
  184. width:100%;
  185. height:500rpx;
  186. position: relative;
  187. }
  188. .cardlist_huawen_750x500{
  189. width:100%;
  190. height:500rpx;
  191. position: absolute;
  192. top:0;
  193. }
  194. .iconClass{
  195. width:300rpx;
  196. height:300rpx;
  197. }
  198. .panelFolder2{
  199. width:100%;
  200. background-color: #fff;
  201. }
  202. .panelFolder21{
  203. width:670rpx;
  204. margin:40rpx 0;
  205. font-size:48rpx;
  206. font-weight: 400;
  207. }
  208. /* ************************************** */
  209. .panelList{
  210. width:100%;
  211. justify-content: flex-start;
  212. margin-bottom: 160rpx;
  213. }
  214. .panelListCategory{
  215. width: 100%;
  216. justify-content: flex-start;
  217. }
  218. .universalpic_calendar_black_30x32{
  219. width:30rpx;
  220. height:32rpx;
  221. margin: 60rpx 20rpx 30rpx 50rpx;
  222. }
  223. .panelListCategoryText{
  224. font-size: 32rpx;
  225. font-weight: 700;
  226. margin: 60rpx 0 30rpx 0;
  227. }
  228. .ScrollView {
  229. width: 100%;
  230. height: 188rpx;
  231. display: flex;
  232. white-space: nowrap;
  233. margin-top: 20rpx;
  234. }
  235. .CellItem {
  236. width: 750rpx;
  237. display: inline-block;
  238. height: 188rpx;
  239. position: relative;
  240. }
  241. .CellHide {
  242. width: 440rpx;
  243. display: inline-block;
  244. height: 188rpx;
  245. position: relative;
  246. }
  247. .CellHide0 {
  248. width: 160rpx;
  249. }
  250. .CellHide00 {
  251. width: 590rpx;
  252. }
  253. .CellHide2{
  254. display: inline-block;
  255. width:70rpx;
  256. height:188rpx;
  257. position: relative;
  258. }
  259. .CellHide21{
  260. width:70rpx;
  261. height:188rpx;
  262. position: absolute;
  263. top:0;
  264. left:0;
  265. justify-content: flex-end;
  266. }
  267. .CellHide3{
  268. display: inline-block;
  269. width:750rpx;
  270. height:188rpx;
  271. position: absolute;
  272. top:0;
  273. left:70rpx;
  274. z-index: 10;
  275. }
  276. .CellHide2NullSelected{
  277. width:36rpx;
  278. height:36rpx;
  279. border-radius: 50%;
  280. border: 3rpx solid #D2D2D2;
  281. background-color: #f8f8f8;
  282. }
  283. .CellHide2Selected{
  284. width:36rpx;
  285. height:36rpx;
  286. border-radius: 50%;
  287. border: 3rpx solid #EB5C28;
  288. background-color: #EB5C28;
  289. }
  290. .universalpic_checked_white_22x17{
  291. width:22rpx;
  292. height:17rpx;
  293. }
  294. .panelListItem{
  295. width:710rpx;
  296. height:188rpx;
  297. background-color: #fff;
  298. border-radius: 10rpx;
  299. justify-content: flex-start;
  300. position: absolute;
  301. top: 0;
  302. left: 20rpx;
  303. }
  304. .panelListItem1{
  305. width:650rpx;
  306. height:80rpx;
  307. margin-top: 30rpx;
  308. justify-content: flex-start;
  309. }
  310. .panelListItem1Image{
  311. width: 80rpx;
  312. height:80rpx;
  313. margin-right: 30rpx;
  314. border-radius: 6rpx;
  315. }
  316. .panelListItem1ImageNull{
  317. background-color: #F2F2F2;
  318. }
  319. .universalpic_errorpic_black_30x30{
  320. width:30rpx;
  321. height:30rpx;
  322. }
  323. .panelListItem11{
  324. width:540rpx;
  325. max-width: 650rpx;
  326. height:80rpx;
  327. align-items: flex-start;
  328. position: relative;
  329. }
  330. .panelListItem11Name1{
  331. width: 100%;
  332. font-size: 30rpx;
  333. font-weight: 700;
  334. overflow-x: hidden;
  335. white-space: nowrap;
  336. }
  337. .panelListItem11Name2{
  338. width: 100%;
  339. font-size: 22rpx;
  340. font-weight: 400;
  341. overflow-x: hidden;
  342. white-space: nowrap;
  343. }
  344. .sysIcon_e05{
  345. position: absolute;
  346. right:-30rpx;
  347. top:0;
  348. width:60rpx;
  349. height:80rpx;
  350. }
  351. .panelListItem2{
  352. width:650rpx;
  353. margin-top: 20rpx;
  354. position: relative;
  355. }
  356. .universalpic_cardlist_gray_22x20{
  357. width:20rpx;
  358. height:20rpx;
  359. position: absolute;
  360. left:0;
  361. top:4rpx;
  362. }
  363. .panelListItem21{
  364. position: absolute;
  365. left:32rpx;
  366. top:0;
  367. font-size:20rpx;
  368. font-weight: 700;
  369. width:164rpx;
  370. overflow: hidden;
  371. color:#787878;
  372. }
  373. .universalpic_star_yellow_20x20{
  374. width:20rpx;
  375. height:20rpx;
  376. position: absolute;
  377. left:216rpx;
  378. top:5rpx;
  379. }
  380. .panelListItem22{
  381. left:256rpx;
  382. }
  383. .panelListItem23{
  384. left:316rpx;
  385. }
  386. .panelListItemLine{
  387. left:396rpx;
  388. top:4rpx;
  389. width:2rpx;
  390. height:20rpx;
  391. position: absolute;
  392. background-color: #d2d2d2;
  393. }
  394. .panelListItem24{
  395. left:418rpx;
  396. }
  397. .panelListItem25{
  398. left:auto;
  399. right:24rpx;
  400. width:155rpx;
  401. text-align: right;
  402. }
  403. .universalpic_arrow_down_black_14x10{
  404. width:14rpx;
  405. height:10rpx;
  406. top:10rpx;
  407. right:0rpx;
  408. position: absolute;
  409. }
  410. .panelMore{
  411. width:710rpx;
  412. height:110rpx;
  413. border-radius: 10rpx;
  414. background-color: #e3e3e3;
  415. text-align: center;
  416. line-height: 110rpx;
  417. font-size:36rpx;
  418. font-weight: 700;
  419. margin-top: 20rpx;
  420. }
  421. .panelEnd{
  422. margin-top: 60rpx;
  423. font-size:36rpx;
  424. color:#787878;
  425. }
  426. .CellHide1 {
  427. height: 188rpx;
  428. justify-content: space-between;
  429. background-color: #F8F8F8;
  430. border-radius: 10rpx;
  431. position: absolute;
  432. top:0;
  433. }
  434. .CellHide10 {
  435. width: 140rpx;
  436. }
  437. .CellHide111{
  438. width:140rpx;
  439. height:188rpx;
  440. text-align: center;
  441. font-size:24rpx;
  442. }
  443. .CellHide112{
  444. color:#FE6659;
  445. }
  446. .CellHide113{
  447. background-color: #FE6659;
  448. color:#fff;
  449. border-top-left-radius: 10rpx;
  450. border-bottom-left-radius: 10rpx;
  451. }
  452. .CellHideLine{
  453. width:2rpx;
  454. height:20rpx;
  455. background-color: #d2d2d2;
  456. }
  457. .panelNull{
  458. width:100%;
  459. margin-bottom: 200rpx;
  460. }
  461. .universalpic_card_none_gray_90x84{
  462. width:90rpx;
  463. height:84rpx;
  464. margin-top: 200rpx;
  465. }
  466. .panelNullText{
  467. font-size:32rpx;
  468. margin-top: 30rpx;
  469. color:#4D4D4D;
  470. text-align: center;
  471. }
  472. .clickCardShowDetail{
  473. position: absolute;
  474. right:0;
  475. bottom:0rpx;
  476. width:282rpx;
  477. height:80rpx;
  478. z-index: 10;
  479. }
  480. /* ************************** */
  481. .MenuContainer{
  482. width: 100%;
  483. justify-content: flex-end;
  484. position: fixed;
  485. bottom: 0;
  486. background-color:rgba(0,0,0,0.66);
  487. z-index: 200;
  488. }
  489. .PanelMenu{
  490. width:710rpx;
  491. border-radius: 20rpx;
  492. background-color: #fff;
  493. font-weight: 400;
  494. font-size: 36rpx;
  495. }
  496. .PanelMenuItem{
  497. width: 100%;
  498. height:110rpx;
  499. }
  500. .PanelMenuLine{
  501. width:100%;
  502. height:1rpx;
  503. background-color: #d2d2d2;
  504. }
  505. .PanelMenuCancel{
  506. height:110rpx;
  507. margin: 20rpx 0;
  508. }
  509. /* *********************** */
  510. .HelpContainer{
  511. background-color:rgba(0,0,0,0.16);
  512. position: fixed;
  513. top:0;
  514. z-index: 200;
  515. }
  516. .HelpContainer .HelpPanel1{
  517. position: fixed;
  518. width:100%;
  519. bottom:0;
  520. background-color: #F8F8F8;
  521. border-top:1rpx solid #b6b6b6;
  522. }
  523. .HelpContainer .HelpPanel11{
  524. width:100%;
  525. height: 100rpx;
  526. justify-content: space-between;
  527. border-bottom:1rpx solid #d2d2d2;
  528. }
  529. .HelpContainer .HelpPanel111{
  530. width:80rpx;
  531. height:80rpx;
  532. margin-left: 20rpx;
  533. }
  534. .universalpic_close_black_24x24{
  535. width:24rpx;
  536. height:24rpx;
  537. }
  538. .HelpContainer .HelpPanel12{
  539. width:100%;
  540. border-top:1rpx solid #D2D2D2;
  541. }
  542. .help_board_tips_richang{
  543. width:630rpx;
  544. height:520rpx;
  545. margin: 80rpx 0;
  546. }
  547. .help_board_tips_jinji{
  548. width:630rpx;
  549. height:761rpx;
  550. margin: 80rpx 0;
  551. }
  552. .help_board_tips_xingbiao{
  553. width:630rpx;
  554. height:454rpx;
  555. margin: 80rpx 0;
  556. }
  557. .help_board_tips_guidang{
  558. width:630rpx;
  559. height:504rpx;
  560. margin: 80rpx 0;
  561. }
  562. /* ************************** */
  563. .PanelOrder{
  564. width: 100%;
  565. background-color: #F8F8F8;
  566. }
  567. .PanelOrder1{
  568. width: 100%;
  569. justify-content: flex-start;
  570. color:#4D4D4D;
  571. }
  572. .PanelOrder11{
  573. font-size: 32rpx;
  574. margin: 60rpx 0 0 30rpx;
  575. }
  576. .PanelOrder2{
  577. width: 100%;
  578. }
  579. .PanelOrderBtn{
  580. border-radius: 10rpx;
  581. height:80rpx;
  582. line-height:80rpx;
  583. min-width: 155rpx;
  584. font-size:24rpx;
  585. text-align: center;
  586. border:2rpx solid #dcdcdc;
  587. margin: 0 15rpx;
  588. background-color: #fff;
  589. color:#1e1e1e;
  590. }
  591. .PanelOrderBtn0{
  592. width:350rpx;
  593. }
  594. .PanelOrderBtn2{
  595. width:330rpx;
  596. }
  597. .PanelOrderBtn4{
  598. width:690rpx;
  599. height:100rpx;
  600. font-size:24rpx;
  601. justify-content: space-between;
  602. margin-bottom: 30rpx;
  603. }
  604. .PanelOrderBtn3{
  605. margin: 0 5rpx;
  606. }
  607. .PanelOrder31{
  608. font-size: 24rpx;
  609. margin: 30rpx 0 20rpx 30rpx;
  610. color:#4D4D4D;
  611. font-weight: 400;
  612. }
  613. .PanelOrder32{
  614. margin-left: 240rpx;
  615. }
  616. .PanelOrderLine60{
  617. height:60rpx;
  618. width:100%;
  619. }
  620. .PanelOrderLine30{
  621. height:30rpx;
  622. width:100%;
  623. }
  624. .PanelOrderBtnText{
  625. margin: 0 30rpx;
  626. }
  627. .PanelBtnSelect{
  628. background-color: #5282FA;
  629. color:#fff;
  630. font-size:36rpx;
  631. }
  632. .PanelBtnSelect2{
  633. background-color: #5282FA;
  634. color:#fff;
  635. font-size:32rpx;
  636. }
  637. .panelFooter{
  638. width: 100%;
  639. border-top: 1rpx solid #BCBCBC;
  640. z-index: 100;
  641. position: fixed;
  642. bottom: 0;
  643. }
  644. .panelFooter1{
  645. width: 100%;
  646. height: 100rpx;
  647. background-color: #fff;
  648. justify-content: space-between;
  649. font-size:28rpx;
  650. font-weight: 400;
  651. }
  652. .panelFooterNumber{
  653. font-family: Roboto-Black;
  654. font-size: 28rpx;
  655. color: #4D4D4D;
  656. }
  657. .panelFooterButton {
  658. color:#EB5C28;
  659. font-size:28rpx;
  660. font-weight: 700;
  661. width:96rpx;
  662. height:100rpx;
  663. margin-right: 20rpx;
  664. line-height: 100rpx;
  665. text-align: center;
  666. }
  667. .panelFooterButton1 {
  668. margin-right: 10rpx;
  669. }
  670. .iphone10plus{
  671. width:100%;
  672. height:30rpx;
  673. }
  674. .iphone10plus1{
  675. background-color: #fff;
  676. }
  677. /* ************************** */
  678. .FolderListContainer{
  679. background-color:#fff;
  680. position: fixed;
  681. top:0;
  682. z-index: 200;
  683. }
  684. .panelFolderItem{
  685. width:100%;
  686. height:100rpx;
  687. border-bottom: 1rpx solid #D4D4D4;
  688. justify-content: flex-start;
  689. }
  690. .panelFolderItemSelected{
  691. width:90rpx;
  692. }
  693. .mg4_iconMSymbol_5{
  694. width:40rpx;
  695. height:32rpx;
  696. }
  697. .panelFolderItemContent{
  698. width:630rpx;
  699. font-size:28rpx;
  700. font-weight: 400;
  701. }
  702. .panelFolderNull{
  703. width:690rpx;
  704. font-weight: 400;
  705. font-size: 28rpx;
  706. color: #2E2E2E;
  707. margin-top: 30rpx;
  708. }