placeOrder.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. page {
  2. background: #f6f6f6;
  3. }
  4. .address-content {
  5. padding: 22rpx 20rpx;
  6. background: #fff;
  7. }
  8. .address-content .receiver {
  9. display: flex;
  10. align-items: center;
  11. position: relative;
  12. color: #444;
  13. font-size: 28rpx;
  14. margin-bottom: 20rpx;
  15. font-weight: 500;
  16. }
  17. .address-content .receiver text {
  18. width: 160rpx;
  19. color: #666;
  20. }
  21. .address-content .receiver input,
  22. .sel-btn {
  23. border-radius: 4rpx;
  24. flex: 1;
  25. height: 52rpx;
  26. line-height: 52rpx;
  27. padding: 5rpx 10rpx;
  28. box-sizing: border-box;
  29. font-weight: bold;
  30. background-color: #f7f7f7;
  31. }
  32. .sel-btn {
  33. color: #999;
  34. }
  35. .address-content .receiver input:nth-child(3) {
  36. width: 280rpx;
  37. }
  38. .address-content p {
  39. color: #999;
  40. font-size: 22rpx;
  41. display: block;
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. white-space: nowrap;
  45. }
  46. .address-line {
  47. margin-bottom: 20rpx;
  48. height: 4rpx;
  49. background: #fff;
  50. }
  51. .address-line image {
  52. width: 750rpx;
  53. height: 4rpx;
  54. display: block;
  55. }
  56. .card-content {
  57. margin: 0 auto 20rpx;
  58. }
  59. .card-container {
  60. padding-bottom: 20rpx;
  61. }
  62. .card-header {
  63. font-size: 24rpx;
  64. color: #aaa;
  65. display: flex;
  66. justify-content: space-between;
  67. align-items: center;
  68. padding: 0 30rpx;
  69. height: 84rpx;
  70. border-bottom: 1rpx solid #efefef;
  71. }
  72. .cart-item {
  73. display: flex;
  74. flex-direction: column;
  75. }
  76. .sku-item {
  77. padding: 26rpx;
  78. border-bottom: 1rpx solid #efefef;
  79. display: flex;
  80. align-items: flex-start;
  81. }
  82. .sku-item .sku-img {
  83. width: 120rpx;
  84. height: 120rpx;
  85. margin-right: 20rpx;
  86. }
  87. .sku-item .sku-msg {
  88. width: 510rpx;
  89. }
  90. .sku-item .sku-msg .sku-title {
  91. font-size: 26rpx;
  92. color: #444;
  93. line-height: 32rpx;
  94. margin-bottom: 10rpx;
  95. font-weight: 500;
  96. overflow: hidden;
  97. text-overflow: ellipsis;
  98. white-space: nowrap;
  99. }
  100. .sku-item .sku-msg .sku-spec {
  101. font-size: 22rpx;
  102. line-height: 22rpx;
  103. color: #aaa;
  104. margin-bottom: 12rpx;
  105. }
  106. .sku-item .sku-msg .original-price {
  107. font-size: 22rpx;
  108. line-height: 22rpx;
  109. color: #aaa;
  110. margin-bottom: 10rpx;
  111. }
  112. .sku-item .sku-msg .sku-price {
  113. font-size: 22rpx;
  114. line-height: 26rpx;
  115. color: #444;
  116. margin-top: 10rpx;
  117. }
  118. .sku-item .sku-msg .sku-price span {
  119. color: #ff5344;
  120. font-size: 26rpx;
  121. font-weight: 500;
  122. }
  123. .sku-item-gift {
  124. width: 650rpx;
  125. height: 140rpx;
  126. background: #f9f9f9;
  127. margin: 28rpx auto 30rpx;
  128. padding: 20rpx;
  129. box-sizing: border-box;
  130. display: flex;
  131. order: 99;
  132. }
  133. .sku-item-gift .sku-img {
  134. width: 100rpx;
  135. height: 100rpx;
  136. margin-right: 20rpx;
  137. }
  138. .sku-item-gift .sku-msg {
  139. width: 510rpx;
  140. }
  141. .sku-item-gift .sku-msg .sku-title {
  142. font-size: 26rpx;
  143. color: #444;
  144. line-height: 30rpx;
  145. margin-bottom: 10rpx;
  146. font-weight: 500;
  147. overflow: hidden;
  148. text-overflow: ellipsis;
  149. white-space: nowrap;
  150. }
  151. .sku-item-gift .sku-msg .sku-spec {
  152. font-size: 22rpx;
  153. line-height: 22rpx;
  154. color: #aaa;
  155. margin-bottom: 14rpx;
  156. }
  157. .sku-item-gift .sku-msg .tag {
  158. border: 1rpx solid #ff5344;
  159. padding: 0 12rpx;
  160. font-size: 20rpx;
  161. border-radius: 16rpx;
  162. color: #ff5344;
  163. height: 24rpx;
  164. line-height: 24rpx;
  165. position: absolute;
  166. }
  167. .sku-item-gift .sku-msg .tag.tag-disabled {
  168. border-color: #a3a3a3;
  169. color: #a3a3a3;
  170. }
  171. .fixed-content {
  172. display: flex;
  173. padding-left: 20rpx;
  174. justify-content: space-between;
  175. align-items: center;
  176. height: 96rpx;
  177. }
  178. .fixed-content .fixed-left {
  179. display: flex;
  180. justify-content: center;
  181. flex-direction: column;
  182. }
  183. .fixed-content .fixed-left .h1 {
  184. font-size: 28rpx;
  185. line-height: 28rpx;
  186. color: #444;
  187. margin-bottom: 12rpx;
  188. }
  189. .fixed-content .fixed-left .h1 span {
  190. color: #ff5344;
  191. font-weight: bold;
  192. }
  193. .fixed-content .fixed-left .h2 {
  194. font-size: 22rpx;
  195. line-height: 22rpx;
  196. color: #666;
  197. }
  198. .fixed-content .fixed-left .h2 em {
  199. margin-right: 20rpx;
  200. }
  201. .fixed-content .fixed-bar-btn {
  202. width: 260rpx;
  203. height: 96rpx;
  204. text-align: center;
  205. line-height: 96rpx;
  206. color: #fff;
  207. font-size: 30rpx;
  208. background: #ff5344;
  209. border-radius: 0;
  210. padding: 0;
  211. margin: 0;
  212. font-weight: bold;
  213. }
  214. .confirm-order-modal {
  215. border-radius: 30rpx 30rpx 0 0;
  216. background: #fff;
  217. padding: 52rpx 30rpx 0;
  218. display: flex;
  219. flex-direction: column;
  220. align-items: center;
  221. position: relative;
  222. }
  223. .confirm-order-modal .title {
  224. font-size: 32rpx;
  225. color: #444;
  226. line-height: 32rpx;
  227. margin-bottom: 40rpx;
  228. font-weight: 500;
  229. }
  230. .confirm-order-modal .sub-title {
  231. display: flex;
  232. justify-content: center;
  233. align-items: center;
  234. color: #ff5344;
  235. line-height: 26rpx;
  236. font-size: 26rpx;
  237. margin-bottom: 48rpx;
  238. font-weight: 500;
  239. }
  240. .confirm-order-modal .sub-title image {
  241. width: 28rpx;
  242. height: 28rpx;
  243. margin-right: 14rpx;
  244. }
  245. .confirm-order-modal .order-content {
  246. width: 690rpx;
  247. border-radius: 20rpx;
  248. padding-top: 30rpx;
  249. background: #f6f6f6;
  250. margin-bottom: 136rpx;
  251. }
  252. .confirm-order-modal .order-content .msg-group {
  253. width: 690rpx;
  254. padding: 0 30rpx;
  255. margin-bottom: 20rpx;
  256. display: flex;
  257. font-size: 24rpx;
  258. line-height: 24rpx;
  259. color: #444;
  260. box-sizing: border-box;
  261. align-items: center;
  262. }
  263. .confirm-order-modal .order-content .msg-group span {
  264. font-weight: bold;
  265. /* width: 136rpx; */
  266. white-space: nowrap;
  267. }
  268. .confirm-order-modal .order-content .msg-group em {
  269. font-weight: 400;
  270. flex: 1;
  271. line-height: 1.4;
  272. }
  273. .confirm-order-modal .order-content .total {
  274. line-height: 86rpx;
  275. padding: 0 30rpx;
  276. text-align: right;
  277. color: #444;
  278. font-size: 30rpx;
  279. border-top: 1rpx solid #e2e2e2;
  280. }
  281. .confirm-order-modal .order-content .total em {
  282. color: #ff5344;
  283. }
  284. .confirm-order-modal .button-group {
  285. display: flex;
  286. width: 100%;
  287. border-top: 1rpx solid rgba(0, 0, 0, 0.1);
  288. position: absolute;
  289. left: 0;
  290. bottom: 0;
  291. }
  292. .confirm-order-modal .button-group .btn-content {
  293. flex: 1;
  294. }
  295. .confirm-order-modal .button-group .btn {
  296. flex: 1;
  297. margin: 0;
  298. padding: 0;
  299. font-size: 30rpx;
  300. line-height: 88rpx;
  301. text-align: center;
  302. border-radius: 0;
  303. font-weight: bold;
  304. }
  305. .confirm-order-modal .button-group .left-btn {
  306. color: #666;
  307. background: #fff;
  308. }
  309. .confirm-order-modal .button-group .right-btn {
  310. color: #fff;
  311. background: linear-gradient(to right, #ff5041, #ff695c);
  312. }
  313. /* 20190109 tab-nav */
  314. .tab-nav {
  315. height: 70rpx;
  316. display: flex;
  317. border-bottom: 4rpx solid #ff5041;
  318. transition: all 0.3s linear;
  319. margin-bottom: 20rpx;
  320. }
  321. .tab-nav .tab-nav-item {
  322. color: #6c6c6c;
  323. font-size: 26rpx;
  324. font-weight: bold;
  325. position: relative;
  326. z-index: 1;
  327. width: 190rpx;
  328. height: 70rpx;
  329. display: flex;
  330. align-items: center;
  331. justify-content: center;
  332. flex: 1;
  333. max-width: 190rpx;
  334. }
  335. .tab-nav-one .tab-nav-item {
  336. flex: initial;
  337. width: 30%;
  338. }
  339. .tab-nav .tab-nav-item span {
  340. position: relative;
  341. }
  342. .tab-nav .tab-nav-item.active {
  343. background-color: #ff5041;
  344. color: #fff;
  345. z-index: 2;
  346. border-radius: 3px 3px 0 0;
  347. }
  348. /* 20190109 tab-nav */
  349. /* 20190109 收货地址 */
  350. .receiver.align-start {
  351. align-items: flex-start;
  352. }
  353. textarea.receive-name {
  354. border-radius: 4rpx;
  355. flex: 1;
  356. line-height: 1.6;
  357. box-sizing: border-box;
  358. font-weight: bold;
  359. background-color: #f7f7f7;
  360. position: relative;
  361. z-index: 1;
  362. padding: 10rpx;
  363. height: 124rpx;
  364. }
  365. picker.receive-name {
  366. border-radius: 4rpx;
  367. flex: 1;
  368. line-height: 52rpx;
  369. box-sizing: border-box;
  370. font-weight: bold;
  371. background-color: #f7f7f7;
  372. position: relative;
  373. z-index: 1;
  374. height: 52rpx;
  375. }
  376. .receive-name .picker {
  377. padding: 5rpx 10rpx;
  378. color: #999;
  379. }
  380. .receive-icon {
  381. width: 40rpx;
  382. height: 40rpx;
  383. position: absolute;
  384. right: 10rpx;
  385. bottom: 6rpx;
  386. z-index: 20;
  387. }
  388. /* 20190109 收货地址 */
  389. /* 优惠卡片 */
  390. .act-content {
  391. width: 710rpx;
  392. margin: 0 auto 20rpx;
  393. border-radius: 20rpx;
  394. background: #fff;
  395. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  396. display: flex;
  397. flex-direction: column;
  398. overflow: hidden;
  399. }
  400. .cell {
  401. position: relative;
  402. display: flex;
  403. justify-content: space-between;
  404. align-items: center;
  405. border-bottom: 1rpx solid #efefef;
  406. line-height: 78rpx;
  407. font-size: 24rpx;
  408. color: #444;
  409. padding: 0 30rpx;
  410. }
  411. .icon-right {
  412. position: absolute;
  413. right: 10rpx;
  414. top: 50%;
  415. width: 12rpx;
  416. height: 22rpx;
  417. margin-top: -10rpx;
  418. }
  419. .cell-desc {
  420. margin-left: 8rpx;
  421. color: #666;
  422. font-size: 22rpx;
  423. }
  424. .confirm-coupon-modal {
  425. background: #f6f6f6;
  426. display: flex;
  427. flex-direction: column;
  428. align-items: center;
  429. position: relative;
  430. padding-bottom: 30rpx;
  431. }
  432. .confirm-coupon-modal .title {
  433. width: 100%;
  434. border-bottom: 1rpx solid #efefef;
  435. line-height: 2.5;
  436. font-size: 32rpx;
  437. text-align: center;
  438. background: #fff;
  439. }
  440. .confirm-coupon-modal .list {
  441. width: 100%;
  442. max-height: 700rpx;
  443. overflow-y: auto;
  444. padding: 0 20rpx;
  445. box-sizing: border-box;
  446. }
  447. .confirm-coupon-modal .item {
  448. display: flex;
  449. box-sizing: border-box;
  450. padding: 20rpx 10rpx 20rpx 20rpx;
  451. justify-content: space-between;
  452. align-items: center;
  453. margin: 20rpx 0;
  454. background: #fff;
  455. border-radius: 10rpx;
  456. box-shadow: 0 0 6rpx #ccc;
  457. }
  458. .tag-img {
  459. position: absolute;
  460. width: 48rpx;
  461. height: 48rpx;
  462. right: 10rpx;
  463. top: 15rpx;
  464. }
  465. .no-tag-img {
  466. width: 48rpx;
  467. height: 48rpx;
  468. }
  469. .use-wx-address {
  470. text-align: center;
  471. margin-top: 20rpx;
  472. margin-bottom: 20rpx;
  473. color: #ff5344;
  474. }
  475. /* 订单留言 */
  476. .cart-footer {
  477. padding: 26rpx;
  478. }
  479. .order-message {
  480. position: relative;
  481. background-color: #f7f7f7;
  482. padding: 5rpx 10rpx;
  483. border-radius: 5rpx;
  484. z-index: 0;
  485. }
  486. .tuan-pos {
  487. height: 124rpx;
  488. line-height: 1.6;
  489. }
  490. .placeOrderBox {
  491. padding-bottom: 100rpx;
  492. }
  493. /* 20190308 */
  494. .oc-payment {
  495. position: relative;
  496. box-sizing: border-box;
  497. width: 100%;
  498. padding: 0 10px;
  499. background-color: #fff;
  500. }
  501. .oc-payment-item {
  502. position: relative;
  503. width: 100%;
  504. line-height: 70rpx;
  505. font-size: 0;
  506. display: flex;
  507. align-items: center;
  508. }
  509. .oc-payment-method {
  510. position: relative;
  511. display: inline-block;
  512. margin-left: 10rpx;
  513. font-size: 13px;
  514. color: #333;
  515. }
  516. .oc-payment-recommend {
  517. position: relative;
  518. display: inline-block;
  519. width: 30px;
  520. height: 17px;
  521. margin-left: 10px;
  522. line-height: 17px;
  523. text-align: center;
  524. font-size: 11px;
  525. color: #ee2e3a;
  526. border-radius: 2px;
  527. border: 1px solid #ee2e3a;
  528. }
  529. .oc-payment-selected:after {
  530. font-family: iconfont !important;
  531. font-size: 28rpx;
  532. font-style: normal;
  533. -webkit-font-smoothing: antialiased;
  534. -moz-osx-font-smoothing: grayscale;
  535. content: "\e650";
  536. position: absolute;
  537. top: 0;
  538. right: 0;
  539. line-height: 70rpx;
  540. }
  541. .oc-payment-icon {
  542. font-size: 36rpx;
  543. }
  544. /* 新优惠券20190314 */
  545. .coupon {
  546. background-color: #fefefe;
  547. position: relative;
  548. padding: 0 20rpx;
  549. border-radius: 6rpx;
  550. margin-top: 24rpx;
  551. box-shadow: 0 0 6rpx #ccc;
  552. }
  553. .coupon:before,
  554. .coupon:after {
  555. content: '';
  556. position: absolute;
  557. width: 20rpx;
  558. height: 40rpx;
  559. background: #f6f6f6;
  560. top: 70rpx;
  561. z-index: 1;
  562. }
  563. .coupon:before {
  564. border-radius: 0 40rpx 40rpx 0;
  565. left: 0;
  566. }
  567. .coupon:after {
  568. border-radius: 40rpx 0 0 40rpx;
  569. right: 0;
  570. }
  571. .coupon .header {
  572. display: flex;
  573. padding: 15rpx 0;
  574. border-bottom: 2rpx dashed #dbdbdb;
  575. height: 140rpx;
  576. }
  577. .coupon .footer {
  578. color: #747474;
  579. font-size: 24rpx;
  580. padding: 22rpx 0 20rpx 35rpx;
  581. }
  582. .coupon .price {
  583. color: #333;
  584. width: 175rpx;
  585. text-align: center;
  586. border-right: 2rpx dashed #dbdbdb;
  587. }
  588. .coupon .price .reduce-price {
  589. color: #000;
  590. font-size: 38rpx;
  591. font-weight: bold;
  592. padding-top: 30rpx;
  593. }
  594. .coupon .price .reduce-price text {
  595. font-size: 24rpx;
  596. }
  597. .coupon .price .reduce-desc {
  598. font-size: 20rpx;
  599. margin-top: 10rpx;
  600. }
  601. .coupon .info {
  602. padding-left: 30rpx;
  603. flex: 1;
  604. }
  605. .coupon .info .reduce-title {
  606. color: #000;
  607. font-size: 28rpx;
  608. font-weight: bold;
  609. padding-top: 20rpx;
  610. }
  611. .coupon .info .reduce-type {
  612. color: #fff;
  613. font-weight: normal;
  614. font-size: 20rpx;
  615. background: #ec6b5a;
  616. padding: 2rpx 8rpx;
  617. border-radius: 4rpx;
  618. margin-left: 10rpx;
  619. }
  620. .coupon .status {
  621. width: 130rpx;
  622. text-align: center;
  623. }
  624. .coupon .status image {
  625. width: 48rpx;
  626. height: 48rpx;
  627. }
  628. .coupon.used,
  629. .coupon.expired {
  630. background: #fafafa;
  631. }
  632. .coupon.used .price,
  633. .coupon.expired .price {
  634. color: #949494;
  635. }
  636. .coupon.used .reduce-price,
  637. .coupon.expired .reduce-price,
  638. .coupon.used .reduce-title,
  639. .coupon.expired .reduce-title {
  640. color: #7a7a7a;
  641. }
  642. .coupon.used .reduce-type,
  643. .coupon.expired .reduce-type {
  644. background: #eeaea6;
  645. }
  646. .coupon.used .footer,
  647. .coupon.expired .footer {
  648. color: #b6b6b6;
  649. }
  650. .distance {
  651. color: #ff5041;
  652. }
  653. /*swtich样式-start*/
  654. /*swtich整体大小*/
  655. .wx-switch-input {
  656. width: 42px !important;
  657. height: 20px !important;
  658. }
  659. .wx-switch-input::before {
  660. width: 40px !important;
  661. height: 18px !important;
  662. }
  663. .wx-switch-input::after {
  664. width: 18px !important;
  665. height: 18px !important;
  666. }
  667. /*swtich样式end*/
  668. .cart-header-right {
  669. color: #aaa;
  670. }
  671. /* 禁止访问 */
  672. .forbid {
  673. position: relative;
  674. height: 100vh;
  675. color: #999;
  676. z-index: 9999;
  677. background: #fff;
  678. }
  679. .forbid .iconfont {
  680. font-size: 200rpx;
  681. }
  682. .forbid .h1 {
  683. font-size: 32rpx;
  684. margin-top: 30rpx;
  685. font-weight: bold;
  686. }
  687. .forbid .h2 {
  688. font-size: 28rpx;
  689. margin-top: 10rpx;
  690. }
  691. .mp-account {
  692. position: fixed;
  693. left: 20rpx;
  694. right: 20rpx;
  695. bottom: 97rpx;
  696. z-index: 100;
  697. border: 1rpx solid #ccc;
  698. border-radius: 8rpx;
  699. /* overflow: hidden; */
  700. }
  701. .mp-account .iconfont {
  702. position: absolute;
  703. right: -10rpx;
  704. top: -15rpx;
  705. font-size: 35rpx;
  706. z-index: 10;
  707. }
  708. /* 送达时间 */
  709. .alertTtitle {
  710. position: relative;
  711. line-height: 100rpx;
  712. }
  713. .alertClose {
  714. position: absolute;
  715. right: 30rpx;
  716. top: 0;
  717. font-size: 36rpx;
  718. }
  719. .alertTimebox {
  720. background-color: #fbf8fb;
  721. height: 660rpx;
  722. }
  723. .alertTimebox .left_box,
  724. .alertTimebox .right_box {
  725. height: 100%;
  726. overflow-y: auto;
  727. -webkit-overflow-scrolling: touch;
  728. font-size: 28rpx;
  729. }
  730. .alertTimebox .left_box {
  731. color: #919191;
  732. width: 45%;
  733. }
  734. .alertTimebox .left_box view,
  735. .alertTimebox .right_box view {
  736. text-align: center;
  737. line-height: 90rpx;
  738. position: relative;
  739. }
  740. .alertTimebox .right_box view::before {
  741. content: ' ';
  742. width: 80%;
  743. position: absolute;
  744. left: 10%;
  745. bottom: 0;
  746. border: 1rpx dashed #f4f4f4;
  747. }
  748. .alertTimebox .right_box view:last-child::before {
  749. border: none;
  750. }
  751. .alertTimebox .right_box {
  752. color: #222222;
  753. width: 55%;
  754. flex: 1;
  755. background-color: #fff;
  756. text-align: center;
  757. }
  758. .alertTimebox .right_box .active {
  759. position: relative;
  760. color: #ff5344;
  761. }
  762. .alertTimebox .left_box .active {
  763. background-color: #fff;
  764. color: #222222;
  765. }
  766. .alertTimebox .right_box .active::after {
  767. content: ' ';
  768. position: absolute;
  769. top: 50%;
  770. margin-top: -16rpx;
  771. right: 50rpx;
  772. width: 10rpx;
  773. height: 20rpx;
  774. border-color: #ff5344;
  775. border-style: solid;
  776. border-width: 0 3rpx 5rpx 0;
  777. transform: rotate(45deg);
  778. }
  779. .alertTimebtn-item {
  780. line-height: 88rpx;
  781. color: #ffffff;
  782. text-align: center;
  783. font-size: 30rpx;
  784. }
  785. .localtownfare {
  786. color: #999;
  787. text-decoration: line-through;
  788. margin-right: 10rpx;
  789. }
  790. .picktime {
  791. font-size: 22rpx;
  792. }
  793. .presale-item {
  794. padding: 15rpx 50rpx;
  795. }
  796. .presale-item-circle {
  797. position: relative;
  798. padding-left: 25rpx;
  799. }
  800. .presale-item-circle::before {
  801. position: absolute;
  802. content: "";
  803. width: 14rpx;
  804. height: 14rpx;
  805. border-radius: 50%;
  806. background: #cccccc;
  807. top: 50%;
  808. margin-top: -7rpx;
  809. left: 0;
  810. }
  811. .presale-item.red .presale-item-circle::before {
  812. background: #ff5344;
  813. }
  814. .presale-item .presale-item-circle::after {
  815. position: absolute;
  816. content: "";
  817. border-right: 1rpx solid #cccccc;
  818. left: 7rpx;
  819. bottom: 50%;
  820. height: 40rpx;
  821. }
  822. .presale-item.red .presale-item-circle::after {
  823. position: absolute;
  824. content: "";
  825. border-right: 1rpx solid #ff5344;
  826. left: 7rpx;
  827. top: 50%;
  828. height: 30rpx;
  829. }