mainlist.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  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: 60rpx;
  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. max-width: 650rpx;
  325. min-width:540rpx;
  326. height:80rpx;
  327. align-items: flex-start;
  328. }
  329. .panelListItem11Name1{
  330. font-size: 30rpx;
  331. font-weight: 700;
  332. overflow: hidden;
  333. }
  334. .panelListItem11Name2{
  335. font-size: 22rpx;
  336. font-weight: 400;
  337. overflow: hidden;
  338. }
  339. .panelListItem2{
  340. width:650rpx;
  341. margin-top: 20rpx;
  342. position: relative;
  343. }
  344. .universalpic_cardlist_gray_22x20{
  345. width:20rpx;
  346. height:20rpx;
  347. position: absolute;
  348. left:0;
  349. top:4rpx;
  350. }
  351. .panelListItem21{
  352. position: absolute;
  353. left:32rpx;
  354. top:0;
  355. font-size:20rpx;
  356. font-weight: 700;
  357. width:164rpx;
  358. overflow: hidden;
  359. color:#787878;
  360. }
  361. .universalpic_star_yellow_20x20{
  362. width:20rpx;
  363. height:20rpx;
  364. position: absolute;
  365. left:216rpx;
  366. top:5rpx;
  367. }
  368. .panelListItem22{
  369. left:256rpx;
  370. }
  371. .panelListItem23{
  372. left:316rpx;
  373. }
  374. .panelListItemLine{
  375. left:396rpx;
  376. top:4rpx;
  377. width:2rpx;
  378. height:20rpx;
  379. position: absolute;
  380. background-color: #d2d2d2;
  381. }
  382. .panelListItem24{
  383. left:418rpx;
  384. }
  385. .panelListItem25{
  386. left:auto;
  387. right:24rpx;
  388. width:155rpx;
  389. text-align: right;
  390. }
  391. .universalpic_arrow_down_black_14x10{
  392. width:14rpx;
  393. height:10rpx;
  394. top:10rpx;
  395. right:0rpx;
  396. position: absolute;
  397. }
  398. .panelMore{
  399. width:710rpx;
  400. height:110rpx;
  401. border-radius: 10rpx;
  402. background-color: #e3e3e3;
  403. text-align: center;
  404. line-height: 110rpx;
  405. font-size:36rpx;
  406. font-weight: 700;
  407. margin-top: 20rpx;
  408. }
  409. .panelEnd{
  410. margin-top: 60rpx;
  411. font-size:36rpx;
  412. color:#787878;
  413. }
  414. .CellHide1 {
  415. height: 188rpx;
  416. justify-content: space-between;
  417. background-color: #F8F8F8;
  418. border-radius: 10rpx;
  419. position: absolute;
  420. top:0;
  421. }
  422. .CellHide10 {
  423. width: 140rpx;
  424. }
  425. .CellHide111{
  426. width:140rpx;
  427. height:188rpx;
  428. text-align: center;
  429. font-size:24rpx;
  430. }
  431. .CellHide112{
  432. color:#FE6659;
  433. }
  434. .CellHide113{
  435. background-color: #FE6659;
  436. color:#fff;
  437. border-top-left-radius: 10rpx;
  438. border-bottom-left-radius: 10rpx;
  439. }
  440. .CellHideLine{
  441. width:2rpx;
  442. height:20rpx;
  443. background-color: #d2d2d2;
  444. }
  445. .panelNull{
  446. width:100%;
  447. margin-bottom: 200rpx;
  448. }
  449. .universalpic_card_none_gray_90x84{
  450. width:90rpx;
  451. height:84rpx;
  452. margin-top: 200rpx;
  453. }
  454. .panelNullText{
  455. font-size:32rpx;
  456. margin-top: 30rpx;
  457. color:#4D4D4D;
  458. text-align: center;
  459. }
  460. .clickCardShowDetail{
  461. position: absolute;
  462. right:0;
  463. bottom:0rpx;
  464. width:282rpx;
  465. height:80rpx;
  466. z-index: 10;
  467. }
  468. /* ************************** */
  469. .MenuContainer{
  470. width: 100%;
  471. justify-content: flex-end;
  472. position: fixed;
  473. bottom: 0;
  474. background-color:rgba(0,0,0,0.66);
  475. z-index: 200;
  476. }
  477. .PanelMenu{
  478. width:710rpx;
  479. border-radius: 20rpx;
  480. background-color: #fff;
  481. font-weight: 400;
  482. font-size: 36rpx;
  483. }
  484. .PanelMenuItem{
  485. width: 100%;
  486. height:110rpx;
  487. }
  488. .PanelMenuLine{
  489. width:100%;
  490. height:1rpx;
  491. background-color: #d2d2d2;
  492. }
  493. .PanelMenuCancel{
  494. height:110rpx;
  495. margin: 20rpx 0;
  496. }
  497. /* *********************** */
  498. .HelpContainer{
  499. background-color:rgba(0,0,0,0.16);
  500. position: fixed;
  501. top:0;
  502. z-index: 200;
  503. }
  504. .HelpContainer .HelpPanel1{
  505. position: fixed;
  506. width:100%;
  507. bottom:0;
  508. background-color: #F8F8F8;
  509. border-top:1rpx solid #b6b6b6;
  510. }
  511. .HelpContainer .HelpPanel11{
  512. width:100%;
  513. height: 100rpx;
  514. justify-content: space-between;
  515. border-bottom:1rpx solid #d2d2d2;
  516. }
  517. .HelpContainer .HelpPanel111{
  518. width:80rpx;
  519. height:80rpx;
  520. margin-left: 20rpx;
  521. }
  522. .universalpic_close_black_24x24{
  523. width:24rpx;
  524. height:24rpx;
  525. }
  526. .HelpContainer .HelpPanel12{
  527. width:100%;
  528. border-top:1rpx solid #D2D2D2;
  529. }
  530. .help_board_tips_richang{
  531. width:630rpx;
  532. height:520rpx;
  533. margin: 80rpx 0;
  534. }
  535. .help_board_tips_jinji{
  536. width:630rpx;
  537. height:761rpx;
  538. margin: 80rpx 0;
  539. }
  540. .help_board_tips_xingbiao{
  541. width:630rpx;
  542. height:454rpx;
  543. margin: 80rpx 0;
  544. }
  545. .help_board_tips_guidang{
  546. width:630rpx;
  547. height:504rpx;
  548. margin: 80rpx 0;
  549. }
  550. /* ************************** */
  551. .PanelOrder{
  552. width: 100%;
  553. background-color: #F8F8F8;
  554. }
  555. .PanelOrder1{
  556. width: 100%;
  557. justify-content: flex-start;
  558. color:#4D4D4D;
  559. }
  560. .PanelOrder11{
  561. font-size: 32rpx;
  562. margin: 60rpx 0 0 30rpx;
  563. }
  564. .PanelOrder2{
  565. width: 100%;
  566. }
  567. .PanelOrderBtn{
  568. border-radius: 10rpx;
  569. height:80rpx;
  570. line-height:80rpx;
  571. min-width: 155rpx;
  572. font-size:24rpx;
  573. text-align: center;
  574. border:2rpx solid #dcdcdc;
  575. margin: 0 15rpx;
  576. background-color: #fff;
  577. color:#1e1e1e;
  578. }
  579. .PanelOrderBtn0{
  580. width:350rpx;
  581. }
  582. .PanelOrderBtn2{
  583. width:330rpx;
  584. }
  585. .PanelOrderBtn4{
  586. width:690rpx;
  587. height:100rpx;
  588. font-size:24rpx;
  589. justify-content: space-between;
  590. margin-bottom: 30rpx;
  591. }
  592. .PanelOrderBtn3{
  593. margin: 0 5rpx;
  594. }
  595. .PanelOrder31{
  596. font-size: 24rpx;
  597. margin: 30rpx 0 20rpx 30rpx;
  598. color:#4D4D4D;
  599. font-weight: 400;
  600. }
  601. .PanelOrder32{
  602. margin-left: 240rpx;
  603. }
  604. .PanelOrderLine60{
  605. height:60rpx;
  606. width:100%;
  607. }
  608. .PanelOrderLine30{
  609. height:30rpx;
  610. width:100%;
  611. }
  612. .PanelOrderBtnText{
  613. margin: 0 30rpx;
  614. }
  615. .PanelBtnSelect{
  616. background-color: #5282FA;
  617. color:#fff;
  618. font-size:36rpx;
  619. }
  620. .PanelBtnSelect2{
  621. background-color: #5282FA;
  622. color:#fff;
  623. font-size:32rpx;
  624. }
  625. .panelFooter{
  626. width: 100%;
  627. border-top: 1rpx solid #BCBCBC;
  628. z-index: 100;
  629. position: fixed;
  630. bottom: 0;
  631. }
  632. .panelFooter1{
  633. width: 100%;
  634. height: 100rpx;
  635. background-color: #fff;
  636. justify-content: space-between;
  637. font-size:28rpx;
  638. font-weight: 400;
  639. }
  640. .panelFooterNumber{
  641. font-family: Roboto-Black;
  642. font-size: 28rpx;
  643. color: #4D4D4D;
  644. }
  645. .panelFooterButton {
  646. color:#EB5C28;
  647. font-size:28rpx;
  648. font-weight: 700;
  649. width:96rpx;
  650. height:100rpx;
  651. margin-right: 20rpx;
  652. line-height: 100rpx;
  653. text-align: center;
  654. }
  655. .panelFooterButton1 {
  656. margin-right: 10rpx;
  657. }
  658. .iphone10plus{
  659. width:100%;
  660. height:30rpx;
  661. }
  662. .iphone10plus1{
  663. background-color: #fff;
  664. }
  665. /* ************************** */
  666. .FolderListContainer{
  667. background-color:#fff;
  668. position: fixed;
  669. top:0;
  670. z-index: 200;
  671. }
  672. .panelFolderItem{
  673. width:100%;
  674. height:100rpx;
  675. border-bottom: 1rpx solid #D4D4D4;
  676. justify-content: flex-start;
  677. }
  678. .panelFolderItemSelected{
  679. width:90rpx;
  680. }
  681. .mg4_iconMSymbol_5{
  682. width:40rpx;
  683. height:32rpx;
  684. }
  685. .panelFolderItemContent{
  686. width:630rpx;
  687. font-size:28rpx;
  688. font-weight: 400;
  689. }
  690. .panelFolderNull{
  691. width:690rpx;
  692. font-weight: 400;
  693. font-size: 28rpx;
  694. color: #2E2E2E;
  695. margin-top: 30rpx;
  696. }