mainlist.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  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. .SelectThisUpCss{
  481. width:200rpx;
  482. height:50rpx;
  483. font-size: 24rpx;
  484. color:#5B677F;
  485. border-radius: 30rpx;
  486. background-color: #fff;
  487. box-shadow: 0 1rpx 1rpx 1rpx rgba(200,200,200,0.10);
  488. position: fixed;
  489. left:10rpx;
  490. bottom: 120rpx;
  491. z-index: 20;
  492. }
  493. .SelectThisDownCss{
  494. top:110rpx;
  495. bottom: auto;
  496. }
  497. .ArrowUp1{
  498. width: 14rpx;
  499. height:26rpx;
  500. margin-right: 20rpx;
  501. }
  502. /* ************************** */
  503. .MenuContainer{
  504. width: 100%;
  505. justify-content: flex-end;
  506. position: fixed;
  507. bottom: 0;
  508. background-color:rgba(0,0,0,0.66);
  509. z-index: 200;
  510. }
  511. .PanelMenu{
  512. width:710rpx;
  513. border-radius: 20rpx;
  514. background-color: #fff;
  515. font-weight: 400;
  516. font-size: 36rpx;
  517. }
  518. .PanelMenuItem{
  519. width: 100%;
  520. height:110rpx;
  521. }
  522. .PanelMenuLine{
  523. width:100%;
  524. height:1rpx;
  525. background-color: #d2d2d2;
  526. }
  527. .PanelMenuCancel{
  528. height:110rpx;
  529. margin: 20rpx 0;
  530. }
  531. /* *********************** */
  532. .HelpContainer{
  533. background-color:rgba(0,0,0,0.16);
  534. position: fixed;
  535. top:0;
  536. z-index: 200;
  537. }
  538. .HelpContainer .HelpPanel1{
  539. position: fixed;
  540. width:100%;
  541. bottom:0;
  542. background-color: #F8F8F8;
  543. border-top:1rpx solid #b6b6b6;
  544. }
  545. .HelpContainer .HelpPanel11{
  546. width:100%;
  547. height: 100rpx;
  548. justify-content: space-between;
  549. border-bottom:1rpx solid #d2d2d2;
  550. }
  551. .HelpContainer .HelpPanel111{
  552. width:80rpx;
  553. height:80rpx;
  554. margin-left: 20rpx;
  555. }
  556. .universalpic_close_black_24x24{
  557. width:24rpx;
  558. height:24rpx;
  559. }
  560. .HelpContainer .HelpPanel12{
  561. width:100%;
  562. border-top:1rpx solid #D2D2D2;
  563. }
  564. .help_board_tips_richang{
  565. width:630rpx;
  566. height:520rpx;
  567. margin: 80rpx 0;
  568. }
  569. .help_board_tips_jinji{
  570. width:630rpx;
  571. height:761rpx;
  572. margin: 80rpx 0;
  573. }
  574. .help_board_tips_xingbiao{
  575. width:630rpx;
  576. height:454rpx;
  577. margin: 80rpx 0;
  578. }
  579. .help_board_tips_guidang{
  580. width:630rpx;
  581. height:504rpx;
  582. margin: 80rpx 0;
  583. }
  584. /* ************************** */
  585. .PanelOrder{
  586. width: 100%;
  587. background-color: #F8F8F8;
  588. }
  589. .PanelOrder1{
  590. width: 100%;
  591. justify-content: flex-start;
  592. color:#4D4D4D;
  593. }
  594. .PanelOrder11{
  595. font-size: 32rpx;
  596. margin: 60rpx 0 0 30rpx;
  597. }
  598. .PanelOrder2{
  599. width: 100%;
  600. }
  601. .PanelOrderBtn{
  602. border-radius: 10rpx;
  603. height:80rpx;
  604. line-height:80rpx;
  605. min-width: 155rpx;
  606. font-size:24rpx;
  607. text-align: center;
  608. border:2rpx solid #dcdcdc;
  609. margin: 0 15rpx;
  610. background-color: #fff;
  611. color:#1e1e1e;
  612. }
  613. .PanelOrderBtn0{
  614. width:350rpx;
  615. }
  616. .PanelOrderBtn2{
  617. width:330rpx;
  618. }
  619. .PanelOrderBtn4{
  620. width:690rpx;
  621. height:100rpx;
  622. font-size:24rpx;
  623. justify-content: space-between;
  624. margin-bottom: 30rpx;
  625. }
  626. .PanelOrderBtn3{
  627. margin: 0 5rpx;
  628. }
  629. .PanelOrder31{
  630. font-size: 24rpx;
  631. margin: 30rpx 0 20rpx 30rpx;
  632. color:#4D4D4D;
  633. font-weight: 400;
  634. }
  635. .PanelOrder32{
  636. margin-left: 240rpx;
  637. }
  638. .PanelOrderLine60{
  639. height:60rpx;
  640. width:100%;
  641. }
  642. .PanelOrderLine30{
  643. height:30rpx;
  644. width:100%;
  645. }
  646. .PanelOrderBtnText{
  647. margin: 0 30rpx;
  648. }
  649. .PanelBtnSelect{
  650. background-color: #5282FA;
  651. color:#fff;
  652. font-size:36rpx;
  653. }
  654. .PanelBtnSelect2{
  655. background-color: #5282FA;
  656. color:#fff;
  657. font-size:32rpx;
  658. }
  659. .panelFooter{
  660. width: 100%;
  661. border-top: 1rpx solid #BCBCBC;
  662. z-index: 100;
  663. position: fixed;
  664. bottom: 0;
  665. }
  666. .panelFooter1{
  667. width: 100%;
  668. height: 100rpx;
  669. background-color: #fff;
  670. justify-content: space-between;
  671. font-size:28rpx;
  672. font-weight: 400;
  673. }
  674. .panelFooterNumber{
  675. font-family: Roboto-Black;
  676. font-size: 28rpx;
  677. color: #4D4D4D;
  678. }
  679. .panelFooterButton {
  680. color:#EB5C28;
  681. font-size:28rpx;
  682. font-weight: 700;
  683. width:96rpx;
  684. height:100rpx;
  685. margin-right: 20rpx;
  686. line-height: 100rpx;
  687. text-align: center;
  688. }
  689. .panelFooterButton1 {
  690. margin-right: 10rpx;
  691. }
  692. .iphone10plus{
  693. width:100%;
  694. height:30rpx;
  695. }
  696. .iphone10plus1{
  697. background-color: #fff;
  698. }
  699. /* ************************** */
  700. .FolderListContainer{
  701. background-color:#fff;
  702. position: fixed;
  703. top:0;
  704. z-index: 200;
  705. }
  706. .panelFolderItem{
  707. width:100%;
  708. height:100rpx;
  709. border-bottom: 1rpx solid #D4D4D4;
  710. justify-content: flex-start;
  711. }
  712. .panelFolderItemSelected{
  713. width:90rpx;
  714. }
  715. .mg4_iconMSymbol_5{
  716. width:40rpx;
  717. height:32rpx;
  718. }
  719. .panelFolderItemContent{
  720. width:630rpx;
  721. font-size:28rpx;
  722. font-weight: 400;
  723. }
  724. .panelFolderNull{
  725. width:690rpx;
  726. font-weight: 400;
  727. font-size: 28rpx;
  728. color: #2E2E2E;
  729. margin-top: 30rpx;
  730. }