global.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960
  1. /*
  2. * @Author: oliverppeng
  3. * @LastEditors: Please set LastEditors
  4. * @Date: 2021-12-01 17:33:43
  5. * @LastEditTime: 2021-12-03 15:31:17
  6. * @Description:
  7. * @FilePath: /retail-mp/style/global.wxss
  8. */
  9. .text-primary {
  10. color: #fa550f;
  11. }
  12. .text-success {
  13. color: #5fb446;
  14. }
  15. .text-warn {
  16. color: #ec8131;
  17. }
  18. .text-danger {
  19. color: #de1c24;
  20. }
  21. .text-title {
  22. color: #282828;
  23. }
  24. .text-normal {
  25. color: #5d5d5d;
  26. }
  27. .text-small {
  28. color: #9b9b9b;
  29. }
  30. .text-minor {
  31. color: #ececec;
  32. }
  33. .text-border {
  34. color: #eeeeee;
  35. }
  36. .text-white {
  37. color: #fff;
  38. }
  39. .bg-primary {
  40. background-color: #fa550f;
  41. color: #fff;
  42. }
  43. .bg-success {
  44. background-color: #5fb446;
  45. color: #fff;
  46. }
  47. .bg-warn {
  48. background-color: #ec8131;
  49. color: #fff;
  50. }
  51. .bg-danger {
  52. background-color: #de1c24;
  53. color: #fff;
  54. }
  55. .bg-title {
  56. background-color: #282828;
  57. color: #fff;
  58. }
  59. .bg-normal {
  60. background-color: #5d5d5d;
  61. color: #282828;
  62. }
  63. .bg-small {
  64. background-color: #9b9b9b;
  65. color: #5d5d5d;
  66. }
  67. .bg-minor {
  68. background-color: #ececec;
  69. color: #5d5d5d;
  70. }
  71. .bg-border {
  72. background-color: #eeeeee;
  73. color: #5d5d5d;
  74. }
  75. .bd-primary {
  76. color: #fa550f;
  77. }
  78. .bd-success {
  79. color: #5fb446;
  80. }
  81. .bd-warn {
  82. color: #ec8131;
  83. }
  84. .bd-danger {
  85. color: #de1c24;
  86. }
  87. .bd-title {
  88. color: #282828;
  89. }
  90. .bd-normal {
  91. color: #5d5d5d;
  92. }
  93. .bd-small {
  94. color: #9b9b9b;
  95. }
  96. .bd-minor {
  97. color: #ececec;
  98. }
  99. .bd-border {
  100. color: #eeeeee;
  101. }
  102. .ft-super {
  103. font-size: 40rpx;
  104. }
  105. .ft-main {
  106. font-size: 36rpx;
  107. }
  108. .ft-normal {
  109. font-size: 32rpx;
  110. }
  111. .ft-assist {
  112. font-size: 28rpx;
  113. }
  114. .ft-minor {
  115. font-size: 24rpx;
  116. }
  117. .ft-mini {
  118. font-size: 20rpx;
  119. }
  120. .fw-super {
  121. font-weight: 800;
  122. }
  123. .fw-main {
  124. font-weight: 600;
  125. }
  126. .fw-normal {
  127. font-weight: 400;
  128. }
  129. .fw-minor {
  130. font-weight: 300;
  131. }
  132. .mo-border-1rpx {
  133. position: relative;
  134. z-index: 0;
  135. }
  136. .mo-border-1rpx::before {
  137. content: '';
  138. position: absolute;
  139. left: 0;
  140. top: 0;
  141. width: 200%;
  142. height: 200%;
  143. border-width: 2rpx;
  144. border-style: solid;
  145. transform: scale(0.5);
  146. transform-origin: 0 0;
  147. z-index: -1;
  148. box-sizing: border-box;
  149. }
  150. /* 层级定义
  151. @z-index-0: 1;
  152. @z-index-1: 100;
  153. @z-index-2: 200;
  154. @z-index-5: 500;
  155. @z-index-component: 1000; // 通用组件级别
  156. @z-index-dropdown: @z-index-component;
  157. @z-index-sticky: @z-index-component + 20;
  158. @z-index-fixed: @z-index-component + 30;
  159. @z-index-modal-backdrop:@z-index-component + 40;
  160. @z-index-modal:@z-index-component + 50;
  161. @z-index-popover:@z-index-component + 60;
  162. @z-index-tooltip:@z-index-component + 70;
  163. */
  164. page {
  165. height: 100%;
  166. font-family: 'Microsoft YaHei', '微软雅黑', 'MicrosoftJhengHei', '华文细黑', Helvetica, Arial, 'sans-serif';
  167. font-size: 26rpx;
  168. background-color: #f8f8f8;
  169. font-weight: 400;
  170. }
  171. view,
  172. image,
  173. icon,
  174. scroll-view,
  175. text,
  176. button,
  177. checkbox,
  178. form,
  179. input,
  180. label,
  181. navigator,
  182. audio,
  183. video,
  184. canvas {
  185. box-sizing: border-box;
  186. margin: 0;
  187. padding: 0;
  188. border: 0;
  189. outline: 0;
  190. }
  191. scroll-view {
  192. height: 100%;
  193. }
  194. form,
  195. image {
  196. display: block;
  197. }
  198. button {
  199. padding: 0;
  200. margin: 0;
  201. border-radius: 0;
  202. height: 100%;
  203. display: block;
  204. line-height: inherit;
  205. font-size: inherit;
  206. color: inherit;
  207. background: none;
  208. -webkit-appearance: none;
  209. border: none;
  210. }
  211. button::after {
  212. content: none;
  213. }
  214. input,
  215. textarea {
  216. font-family: 'Microsoft YaHei', '微软雅黑', 'MicrosoftJhengHei', '华文细黑', Helvetica, Arial, 'sans-serif';
  217. font-size: 26rpx;
  218. z-index: 0;
  219. }
  220. .price {
  221. color: #ec8131;
  222. font-size: 32rpx;
  223. font-weight: 600;
  224. }
  225. .price-del {
  226. color: #9b9b9b;
  227. font-size: 24rpx;
  228. font-weight: 400;
  229. }
  230. .page {
  231. background: #fff;
  232. }
  233. .color-price {
  234. color: #ec8131;
  235. }
  236. .bg-cart {
  237. background-color: #ffc220;
  238. color: #fff;
  239. }
  240. .market-addcart {
  241. color: #ec8131;
  242. font-size: 42rpx;
  243. }
  244. .ovh {
  245. overflow: hidden;
  246. }
  247. .hidden {
  248. display: none;
  249. }
  250. .show {
  251. display: block;
  252. }
  253. .text {
  254. display: inline-block;
  255. }
  256. .inline {
  257. display: inline;
  258. }
  259. .minHeight {
  260. min-height: 101%;
  261. }
  262. .imgCover {
  263. width: 100%;
  264. padding-bottom: 100%;
  265. background-size: cover;
  266. background-position: center;
  267. background-repeat: no-repeat;
  268. display: block;
  269. position: relative;
  270. }
  271. .imgCover-list {
  272. width: 195rpx;
  273. height: 260rpx;
  274. padding-bottom: 0;
  275. background-size: cover;
  276. background-position: center;
  277. background-repeat: no-repeat;
  278. display: block;
  279. position: relative;
  280. }
  281. .circular {
  282. border-radius: 50%;
  283. }
  284. .text-line1 {
  285. overflow: hidden;
  286. white-space: nowrap;
  287. text-overflow: ellipsis;
  288. word-break: break-all;
  289. }
  290. .text-line-1 {
  291. overflow: hidden;
  292. text-overflow: ellipsis;
  293. display: -webkit-box;
  294. -webkit-line-clamp: 1;
  295. -webkit-box-orient: vertical;
  296. word-break: break-all;
  297. }
  298. .text-line2 {
  299. overflow: hidden;
  300. text-overflow: ellipsis;
  301. display: -webkit-box;
  302. -webkit-line-clamp: 2;
  303. -webkit-box-orient: vertical;
  304. word-break: break-all;
  305. }
  306. .text-line3 {
  307. overflow: hidden;
  308. text-overflow: ellipsis;
  309. display: -webkit-box;
  310. -webkit-line-clamp: 3;
  311. -webkit-box-orient: vertical;
  312. word-break: break-all;
  313. }
  314. .flex,
  315. .box {
  316. display: flex;
  317. display: -webkit-flex;
  318. }
  319. .flex-v-center {
  320. align-items: center;
  321. -webkit-align-items: center;
  322. }
  323. .flex-center {
  324. justify-content: center;
  325. -webkit-justify-content: center;
  326. align-items: center;
  327. -webkit-align-items: center;
  328. }
  329. .flex-between {
  330. justify-content: space-between;
  331. -webkit-justify-content: space-between;
  332. }
  333. .flex-v-between {
  334. align-content: space-between;
  335. -webkit-align-content: space-between;
  336. }
  337. .flex-end {
  338. justify-content: flex-end;
  339. -webkit-justify-content: flex-end;
  340. }
  341. .flex-col {
  342. flex-direction: column;
  343. -webkit-flex-direction: column;
  344. }
  345. .flex1 {
  346. flex: 1;
  347. -webkit-flex: 1;
  348. }
  349. .flex0 {
  350. flex: none;
  351. -webkit-flex: none;
  352. }
  353. .flex-start {
  354. justify-content: flex-start;
  355. -webkit-justify-content: flex-start;
  356. }
  357. .border-around,
  358. .border-bottom-1px,
  359. .border-left-1px,
  360. .border-right-1px,
  361. .border-top-1px {
  362. position: relative;
  363. border: 1rpx solid #e9e9e9;
  364. }
  365. .border-top-1px {
  366. border-width: 1rpx 0 0 0;
  367. }
  368. .border-right-1px {
  369. border-width: 0 1rpx 0 0;
  370. }
  371. .border-bottom-1px {
  372. border-width: 0 0 1rpx 0;
  373. }
  374. .border-left-1px {
  375. border-width: 0 0 0 1rpx;
  376. }
  377. .border-t-1px,
  378. .border-r-1px,
  379. .border-b-1px,
  380. .border-l-1px {
  381. position: relative;
  382. }
  383. .border-t-1px::after,
  384. .border-r-1px::after,
  385. .border-b-1px::after,
  386. .border-l-1px::after {
  387. content: '';
  388. position: absolute;
  389. border-width: 2rpx;
  390. border-color: #efefef;
  391. border-style: solid;
  392. }
  393. .border-t-1px::after {
  394. left: 0;
  395. top: 0;
  396. width: 100%;
  397. transform: scaleY(0.5);
  398. }
  399. .border-b-1px::after {
  400. left: 0;
  401. bottom: 0;
  402. width: 100%;
  403. transform: scaleY(0.5);
  404. }
  405. .border-l-1px::after {
  406. left: 0;
  407. top: 0;
  408. height: 100%;
  409. transform: scaleX(0.5);
  410. }
  411. .border-r-1px::after {
  412. right: 0;
  413. top: 0;
  414. height: 100%;
  415. transform: scaleX(0.5);
  416. }
  417. .arrows {
  418. position: relative;
  419. }
  420. .arrows::after {
  421. content: '';
  422. display: inline-block;
  423. width: 6px;
  424. height: 6px;
  425. border: 2px solid #c3c3c3;
  426. border-width: 2px 2px 0 0;
  427. position: absolute;
  428. top: 50%;
  429. right: 26rpx;
  430. margin-top: -3px;
  431. -webkit-transform: rotate(45deg);
  432. transform: rotate(45deg);
  433. }
  434. .arrows-inline::after {
  435. position: relative;
  436. left: auto;
  437. top: auto;
  438. right: auto;
  439. bottom: auto;
  440. margin-top: -4px;
  441. margin-left: 5px;
  442. }
  443. .pt-16,
  444. .pt-8 {
  445. padding-top: 16rpx;
  446. }
  447. .pb-16,
  448. .pb-8 {
  449. padding-bottom: 16rpx;
  450. }
  451. .pl-16,
  452. .pl-8 {
  453. padding-left: 16rpx;
  454. }
  455. .pr-16,
  456. .pr-8 {
  457. padding-right: 16rpx;
  458. }
  459. .pl-20,
  460. .pl-10 {
  461. padding-left: 20rpx;
  462. }
  463. .pr-20,
  464. .pr-10 {
  465. padding-right: 20rpx;
  466. }
  467. .pl-30 {
  468. padding-left: 30rpx;
  469. }
  470. .pr-30 {
  471. padding-right: 30rpx;
  472. }
  473. .pl-32,
  474. .pl-15 {
  475. padding-left: 32rpx;
  476. }
  477. .pr-32,
  478. .pr-15 {
  479. padding-right: 32rpx;
  480. }
  481. .pb360 {
  482. padding-bottom: 360rpx;
  483. }
  484. .PriceSwitch {
  485. line-height: 21px;
  486. font-size: 24rpx;
  487. padding: 0 8rpx;
  488. }
  489. .PriceSwitch .i {
  490. font-size: 30rpx;
  491. }
  492. .Original {
  493. font-style: normal;
  494. font-size: 24rpx;
  495. color: #9a9a9a;
  496. text-decoration: line-through;
  497. margin-left: 16rpx;
  498. display: inline-block;
  499. }
  500. .color1,
  501. h1,
  502. h2,
  503. h3,
  504. h4,
  505. h5,
  506. h6 {
  507. font-weight: normal;
  508. color: #1a1a1a;
  509. margin: 0;
  510. padding: 0;
  511. }
  512. .color-3 {
  513. color: #333;
  514. }
  515. .color-6 {
  516. color: #666;
  517. }
  518. .color-9 {
  519. color: #999;
  520. }
  521. .color-e9 {
  522. color: #e9e9e9;
  523. }
  524. .color-64 {
  525. color: #646464;
  526. }
  527. .color-b4 {
  528. color: #b4b4b4;
  529. }
  530. .color-97 {
  531. color: #979797;
  532. }
  533. .color-9b {
  534. color: #9b9b9b;
  535. }
  536. .color-white {
  537. color: #fff;
  538. }
  539. .color-black {
  540. color: #000;
  541. }
  542. .color-c {
  543. color: #ccc;
  544. }
  545. .bkg-white {
  546. background-color: #fff;
  547. }
  548. .font10 {
  549. font-size: 20rpx;
  550. }
  551. .font11 {
  552. font-size: 22rpx;
  553. }
  554. .font12 {
  555. font-size: 24rpx;
  556. }
  557. .font13 {
  558. font-size: 26rpx;
  559. }
  560. .font14 {
  561. font-size: 28rpx;
  562. }
  563. .font15 {
  564. font-size: 30rpx;
  565. }
  566. .font16 {
  567. font-size: 32rpx;
  568. }
  569. .font17 {
  570. font-size: 34rpx;
  571. }
  572. .font18 {
  573. font-size: 36rpx;
  574. }
  575. .font19 {
  576. font-size: 38rpx;
  577. }
  578. .font20 {
  579. font-size: 20rpx;
  580. }
  581. .font22 {
  582. font-size: 22rpx;
  583. }
  584. .font24 {
  585. font-size: 24rpx;
  586. }
  587. .font26 {
  588. font-size: 26rpx;
  589. }
  590. .font28 {
  591. font-size: 28rpx;
  592. }
  593. .font30 {
  594. font-size: 30rpx;
  595. }
  596. .font32 {
  597. font-size: 32rpx;
  598. }
  599. .font34 {
  600. font-size: 34rpx;
  601. }
  602. .font36 {
  603. font-size: 36rpx;
  604. }
  605. .font38 {
  606. font-size: 38rpx;
  607. }
  608. .font40 {
  609. font-size: 40rpx;
  610. }
  611. .font46 {
  612. font-size: 46rpx;
  613. }
  614. .font50 {
  615. font-size: 50rpx;
  616. }
  617. .font56 {
  618. font-size: 56rpx;
  619. }
  620. .font82 {
  621. font-size: 82rpx;
  622. }
  623. .bkg-white {
  624. background-color: #fff;
  625. }
  626. .fontWeight-l {
  627. font-weight: 500;
  628. }
  629. .fontWeight-n {
  630. font-weight: 300;
  631. }
  632. .fontWeight-nor {
  633. font-weight: normal;
  634. }
  635. .line-height1 {
  636. line-height: 1;
  637. }
  638. .btn-active {
  639. width: 40rpx;
  640. display: inline-block;
  641. text-align: center;
  642. height: 40rpx;
  643. background: #ff2e45;
  644. border-radius: 8rpx;
  645. color: #fff;
  646. line-height: 40rpx;
  647. font-size: 24rpx;
  648. font-weight: normal;
  649. font-style: normal;
  650. overflow: hidden;
  651. }
  652. .btn-auto {
  653. display: inline-block;
  654. font-size: 20rpx;
  655. border: 1px solid #ff2e45;
  656. border-radius: 8rpx;
  657. height: 36rpx;
  658. line-height: 36rpx;
  659. color: #ff2e45;
  660. padding: 0 12rpx;
  661. margin-right: 16rpx;
  662. }
  663. .btn-lg,
  664. .btn-md,
  665. .btn-sm,
  666. .btn-xs {
  667. text-align: center;
  668. width: 100%;
  669. border-radius: 8rpx;
  670. color: #fff;
  671. line-height: 88rpx;
  672. font-size: 30rpx;
  673. }
  674. .btn-lg,
  675. .btn-md {
  676. background-color: #ff2e45;
  677. }
  678. .btn-sm {
  679. border: 1px solid #999;
  680. color: #666;
  681. height: 60rpx;
  682. line-height: 60rpx;
  683. }
  684. .btn-xs {
  685. width: 100%;
  686. height: 68rpx;
  687. line-height: 68rpx;
  688. border: 1px solid #e2e2e2;
  689. color: #666;
  690. }
  691. .btn-dashed,
  692. .btn-md-dashed {
  693. width: 100%;
  694. height: 80rpx;
  695. line-height: 80rpx;
  696. text-align: center;
  697. color: #ff2e45;
  698. border-radius: 8rpx;
  699. border: 1px solid #ff2e45;
  700. font-size: 26rpx;
  701. }
  702. .btn-md-dashed {
  703. height: 50rpx;
  704. line-height: 50rpx;
  705. border-radius: 8rpx;
  706. }
  707. .btn-bj1 {
  708. background-color: #ff2e45;
  709. }
  710. .btn-bj2 {
  711. background-color: #ff8522;
  712. }
  713. .btn-dis {
  714. background-color: #999;
  715. color: #bbb;
  716. }
  717. .btn-dashed-dis {
  718. border: 1px solid #c8c8c8;
  719. color: #bbbbbb;
  720. border-radius: 8rpx;
  721. }
  722. .titleTag {
  723. line-height: 28rpx;
  724. height: 28rpx;
  725. margin-right: 8rpx;
  726. color: #fff;
  727. padding: 0 8rpx;
  728. font-size: 18rpx;
  729. border-radius: 4rpx;
  730. font-weight: bold;
  731. display: inline-block;
  732. }
  733. .titleTag.memberTag {
  734. margin-top: 2rpx;
  735. }
  736. .amounts {
  737. font-style: normal;
  738. display: inline-block;
  739. height: 24rpx;
  740. min-width: 24rpx;
  741. padding: 0 6rpx;
  742. border-radius: 24rpx;
  743. background-color: #fd1d45 !important;
  744. color: #fff;
  745. text-align: center;
  746. font-size: 20rpx;
  747. font-weight: 600;
  748. position: absolute;
  749. top: 6rpx;
  750. line-height: 24rpx;
  751. box-sizing: border-box;
  752. }
  753. .amounts:empty,
  754. .titleTag:empty {
  755. display: none;
  756. }
  757. .loadMore {
  758. font-size: 26rpx;
  759. color: #c1c1c1;
  760. text-align: center;
  761. height: 80rpx;
  762. line-height: 58rpx;
  763. margin-top: 20rpx;
  764. display: flex;
  765. align-items: center;
  766. justify-content: center;
  767. }
  768. .loadings {
  769. margin-right: 10rpx;
  770. width: 40rpx;
  771. height: 40rpx;
  772. display: inline-block;
  773. vertical-align: sub;
  774. background: url(https://cdn.ghsmpwalmart.com/saas/market/image/loadings.png) no-repeat;
  775. background-size: 240rpx 40rpx;
  776. background-position: 0 0;
  777. animation: circle-loadings 1s steps(6) infinite;
  778. }
  779. @keyframes circle-loadings {
  780. from {
  781. background-position: 0 0;
  782. }
  783. to {
  784. background-position: -240rpx 0;
  785. }
  786. }
  787. .page-loading {
  788. display: inline-block;
  789. width: 72rpx;
  790. height: 75rpx;
  791. background: url('https://cdn.ghsmpwalmart.com/saas/market/image/page-loading-bc.png') no-repeat;
  792. background-position: 0 0;
  793. background-size: 72rpx 75rpx;
  794. }
  795. .page-loading::before {
  796. content: ' ';
  797. display: inline-block;
  798. width: 72rpx;
  799. height: 75rpx;
  800. background: url('https://cdn.ghsmpwalmart.com/saas/market/image/page-loading-spin.png') no-repeat;
  801. background-position: 0 0;
  802. background-size: 720rpx 75rpx;
  803. animation: animate-page-loading 0.4s steps(10) infinite;
  804. }
  805. @keyframes animate-page-loading {
  806. from {
  807. background-position-x: 0rpx;
  808. }
  809. to {
  810. background-position-x: -720rpx;
  811. }
  812. }
  813. .page-loading-wrap {
  814. width: 100%;
  815. height: 1026rpx;
  816. display: flex;
  817. display: -webkit-flex;
  818. justify-content: center;
  819. -webkit-justify-content: center;
  820. padding-top: 46vh;
  821. }
  822. .grooms {
  823. margin: 0 16rpx;
  824. overflow: hidden;
  825. text-align: center;
  826. height: 52rpx;
  827. }
  828. .grooms label {
  829. display: inline-block;
  830. padding: 0 20rpx;
  831. height: 52rpx;
  832. line-height: 52rpx;
  833. position: relative;
  834. color: #3e3e3e;
  835. font-size: 26rpx;
  836. }
  837. .grooms label > p {
  838. overflow: hidden;
  839. max-width: 400rpx;
  840. min-width: 120rpx;
  841. white-space: nowrap;
  842. text-overflow: ellipsis;
  843. }
  844. .grooms label > p::before {
  845. content: '';
  846. display: inline-block;
  847. position: absolute;
  848. width: 1000rpx;
  849. margin-left: -1000rpx;
  850. height: 0;
  851. left: 0;
  852. top: 50%;
  853. border: 1px solid #e9e9e9;
  854. border-width: 1px 0 0 0;
  855. }
  856. .grooms label > p::after {
  857. content: '';
  858. display: inline-block;
  859. position: absolute;
  860. width: 1000rpx;
  861. margin-left: -1000rpx;
  862. height: 0;
  863. left: 0;
  864. left: inherit;
  865. top: 50%;
  866. border: 1px solid #e9e9e9;
  867. border-width: 0 0 1px 0;
  868. right: 0;
  869. margin-right: -1000rpx;
  870. }
  871. .navHeight {
  872. height: 100rpx;
  873. }
  874. .widget-mask,
  875. .widget_mask {
  876. position: fixed;
  877. left: 0;
  878. top: 0px;
  879. width: 100%;
  880. height: 100%;
  881. background: rgba(0, 0, 0, 0.5);
  882. z-index: 200;
  883. }
  884. .theme-color {
  885. color: #f12d22;
  886. }
  887. .theme-bgc {
  888. background-color: #f12d22;
  889. }
  890. .theme-bdc {
  891. border-color: #f12d22;
  892. }
  893. .theme-bgcart {
  894. background-color: #ffb56c;
  895. }
  896. .IphoneX {
  897. padding-bottom: 68rpx !important;
  898. }
  899. .fixIphonex {
  900. bottom: 68rpx !important;
  901. }
  902. .fixIphonex::after {
  903. content: ' ';
  904. position: fixed;
  905. bottom: 0 !important;
  906. height: 68rpx !important;
  907. width: 100%;
  908. background: #ffffff;
  909. left: 0;
  910. }
  911. .iphonexMenus {
  912. bottom: 166rpx !important;
  913. }
  914. .imgCover-oblong-sm .imgCover {
  915. width: 195rpx;
  916. height: 260rpx;
  917. }
  918. .imgCover-oblong-lg .imgCover {
  919. padding-bottom: 133%;
  920. }
  921. .fw-Light {
  922. font-weight: 300;
  923. }
  924. .fw-Regular {
  925. font-weight: 400;
  926. }
  927. .fw-Medium {
  928. font-weight: 600;
  929. }
  930. .fw-Semibold {
  931. font-weight: 800;
  932. }
  933. .icon-xingouwuche {
  934. font-size: 42rpx;
  935. }
  936. .color777 {
  937. color: #777777;
  938. }
  939. .popup-header {
  940. color: #000;
  941. font-size: 28rpx;
  942. text-align: center;
  943. height: 100rpx;
  944. line-height: 100rpx;
  945. position: relative;
  946. border-bottom: 1rpx solid #dbdbdb;
  947. font-weight: 400;
  948. }
  949. .popup-header .wr-close {
  950. position: absolute;
  951. left: 0;
  952. font-size: 26rpx;
  953. color: #5d5d5d;
  954. width: 60rpx;
  955. height: 60rpx;
  956. text-align: center;
  957. line-height: 60rpx;
  958. top: 20rpx;
  959. left: 10rpx;
  960. }