mainlist.wxss 12 KB

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