index.wxss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. .buy {
  2. width: 100%;
  3. overflow: hidden;
  4. }
  5. .createOrder-wrap {
  6. margin-bottom:3rem;
  7. }
  8. .pd_btop{
  9. border-top: 1px solid #d1d1d1;
  10. }
  11. .address{
  12. position: relative;
  13. background: #fff;
  14. margin: 0 0 10px;
  15. border-top: 1px solid #d1d1d1;
  16. border-bottom: 1px solid #d1d1d1;
  17. font-size: .75rem;
  18. color: #424242;
  19. padding-left: 20px;
  20. }
  21. .i{
  22. display:inline;
  23. }
  24. .salebar-arrow {
  25. float: right;
  26. color: #999;
  27. line-height: 1.4;
  28. margin-left: 10rpx;
  29. font-size:.8rem;
  30. }
  31. .address-location {
  32. position: absolute;
  33. top: 50%;
  34. left: 15px;
  35. color: #999;
  36. -webkit-transform: translate(-50%,-50%);
  37. transform: translate(-50%,-50%);
  38. font-size: 1rem;
  39. }
  40. .address-no{
  41. height: 2.6rem;
  42. line-height: 2.6rem;
  43. color: #333;
  44. font-size: 28rpx;
  45. padding-left: 10px;
  46. }
  47. .address-arrow{
  48. position: absolute;
  49. top: 50%;
  50. right: 0px;
  51. transform: translate(-50%,-50%);
  52. -webkit-transform: -webkit-translate(-50%,-50%);
  53. }
  54. .shop{
  55. background: #fff;
  56. margin-bottom: 10px;
  57. }
  58. .shopHead {
  59. border-top: 1px solid #d1d1d1;
  60. border-bottom: 1px solid #d1d1d1;
  61. padding: 12px;
  62. display: -webkit-flex;
  63. display: -webkit-box;
  64. display: -moz-box;
  65. display: -ms-flexbox;
  66. display: flex;
  67. background: #fff;
  68. }
  69. .shopHead-title {
  70. -webkit-flex: 1;
  71. -webkit-box-flex: 1;
  72. -moz-box-flex: 1;
  73. -ms-flex: 1;
  74. flex: 1;
  75. color: #424242;
  76. font-size: 28rpx;
  77. }
  78. .shopHead-im {
  79. color: #666;
  80. font-size: .75rem;
  81. }
  82. .shopHead-im--icon {
  83. color: #ff5777;
  84. display: inline-block;
  85. font-size: 1rem;
  86. margin-right: 2px;
  87. }
  88. .skuItem {
  89. border-bottom: 1px solid #e5e5e5;
  90. padding-bottom: 10px;
  91. }
  92. .skuItem-wrap {
  93. position: relative;
  94. padding: 12px 12px 10px 12px;
  95. display: -webkit-flex;
  96. display: -ms-flexbox;
  97. display: -moz-box;
  98. display: flex;
  99. display: -webkit-box;
  100. background: #fff;
  101. }
  102. .skuItem-img {
  103. border: 1px solid #c8c8c8;
  104. padding: 1px;
  105. width: 3.6rem;
  106. height: 3.6rem;
  107. }
  108. .skuItem-desc {
  109. width: 100%;
  110. -webkit-flex: 1;
  111. -webkit-box-flex: 1;
  112. -ms-flex: 1;
  113. -moz-box-flex: 1;
  114. flex: 1;
  115. word-break: break-all;
  116. padding: 0 10px;
  117. font-size: .75rem;
  118. }
  119. .skuItem-desc--title {
  120. color: #333;
  121. font-size: 28rpx;
  122. height: 56rpx;
  123. text-overflow: ellipsis;
  124. overflow: hidden;
  125. -webkit-line-clamp: 2;
  126. -webkit-box-orient: vertical;
  127. margin-bottom: 5px;
  128. }
  129. .skuDesc-desc {
  130. color: #999;
  131. font-size: 24rpx;
  132. }
  133. .skuItem-price{
  134. color: #333;
  135. text-align: right;
  136. font-size: 24rpx;
  137. }
  138. .skuItem-price--old {
  139. text-decoration: line-through;
  140. color: #999;
  141. font-size: 24rpx;
  142. }
  143. .skuItem-num {
  144. color: #999;
  145. position: relative;
  146. font-size: 24rpx;
  147. }
  148. .skuItem-tips {
  149. font-size: .75rem;
  150. color: #ff5575;
  151. padding: 0 10px;
  152. }
  153. .salebar {
  154. padding: 12px;
  155. background: #fff;
  156. border-bottom: 1px solid #e5e5e5;
  157. font-size: 28rpx;
  158. color: #333;
  159. position: relative;
  160. }
  161. .salebar-desc{
  162. color: #999;
  163. font-size: 24rpx;
  164. }
  165. .salebar-price{
  166. float: right;
  167. }
  168. .comment {
  169. padding: 12px;
  170. border-bottom: 1px solid #e5e5e5;
  171. }
  172. .comment-text {
  173. border: none;
  174. background: #f5f5f5;
  175. border-radius: 3px;
  176. padding: 2%;
  177. width: 96%;
  178. font-size: 27rpx;
  179. height: 24px;
  180. }
  181. .paybar-wrap {
  182. position: fixed;
  183. width: 100%;
  184. bottom: 0;
  185. }
  186. .paybar{
  187. height: 3rem;
  188. border-top: 1px solid #e5e5e5;
  189. padding-left: 10px;
  190. background: #fff;
  191. display: -webkit-flex;
  192. display: -webkit-box;
  193. display: -moz-box;
  194. display: -ms-flexbox;
  195. display: flex;
  196. }
  197. .paybar-detail {
  198. -webkit-flex: 1;
  199. -webkit-box-flex: 1;
  200. -moz-box-flex: 1;
  201. -ms-flex: 1;
  202. flex: 1;
  203. height:3rem;
  204. }
  205. .paybar-detail .moneyInfo{
  206. float: left;
  207. height: 3rem;
  208. padding-top: 10px;
  209. }
  210. .paybar-sum {
  211. font-size: 28rpx;
  212. color: #333;
  213. }
  214. .paybar-sum--red{
  215. font-size: 1.2rem;
  216. color: #ff1b51;
  217. }
  218. .paybar-detail .totalNum{
  219. float: right;
  220. margin-right: 5px;
  221. line-height: 3rem;
  222. }
  223. .paybar-num {
  224. font-size: 28rpx;
  225. color: #999;
  226. }
  227. .paybar-btn{
  228. display: block;
  229. width: 240rpx;
  230. height: 3rem;
  231. line-height: 3rem;
  232. text-align: center;
  233. background: #ff5575;
  234. color: #fff;
  235. font-size: 28rpx;
  236. }
  237. .address-contacter {
  238. margin: 12px 12px 5px;
  239. font-size: 28rpx;
  240. }
  241. .address-addr{
  242. font-size:28rpx;
  243. margin: 5px 12px 10px 12px;
  244. width:90%;
  245. }
  246. .dialog.is-bottom {
  247. -webkit-box-align: end;
  248. -webkit-align-items: flex-end;
  249. -moz-box-align: end;
  250. -ms-flex-align: end;
  251. align-items: flex-end;
  252. }
  253. .dialog.is-bottom, .dialog.is-top {
  254. -webkit-box-pack: center;
  255. -webkit-justify-content: center;
  256. -moz-box-pack: center;
  257. -ms-flex-pack: center;
  258. justify-content: center;
  259. }
  260. .dialog-core {
  261. position: relative;
  262. z-index: 9902;
  263. display: -webkit-box;
  264. display: -webkit-flex;
  265. display: -moz-box;
  266. display: -ms-flexbox;
  267. display: flex;
  268. -webkit-box-align: center;
  269. -webkit-align-items: center;
  270. -moz-box-align: center;
  271. -ms-flex-align: center;
  272. align-items: center;
  273. -webkit-box-pack: center;
  274. -webkit-justify-content: center;
  275. -moz-box-pack: center;
  276. -ms-flex-pack: center;
  277. justify-content: center;
  278. width: 100%;
  279. }
  280. .sku {
  281. position: relative!important;
  282. }
  283. .sku {
  284. width: 100%;
  285. height: 100%;
  286. text-align: left;
  287. }
  288. .sku-content{
  289. max-height: 75%;
  290. background: #fff;
  291. }
  292. .goods {
  293. background: #fff;
  294. padding: .4rem 0;
  295. height: 5.2rem;
  296. }
  297. .goods-img, .goods {
  298. display: -webkit-box;
  299. display: -webkit-flex;
  300. display: -moz-box;
  301. display: -ms-flexbox;
  302. display: flex;
  303. }
  304. .goods-img, .goods {
  305. display: -webkit-box;
  306. display: -webkit-flex;
  307. display: -moz-box;
  308. display: -ms-flexbox;
  309. display: flex;
  310. }
  311. .goods-img {
  312. position: relative;
  313. width: 5rem;
  314. margin-left: 10px;
  315. border-radius: 2px;
  316. box-shadow: 0 0.08rem 0.16rem 0 rgba(0,0,0,.1);
  317. -webkit-box-orient: horizontal;
  318. -webkit-box-direction: normal;
  319. -webkit-flex-flow: row nowrap;
  320. -moz-box-orient: horizontal;
  321. -moz-box-direction: normal;
  322. -ms-flex-flow: row nowrap;
  323. flex-flow: row nowrap;
  324. -webkit-box-pack: center;
  325. -webkit-justify-content: center;
  326. -moz-box-pack: center;
  327. -ms-flex-pack: center;
  328. justify-content: center;
  329. -webkit-box-align: end;
  330. -webkit-align-items: flex-end;
  331. -moz-box-align: end;
  332. -ms-flex-align: end;
  333. align-items: flex-end;
  334. }
  335. .goods-img--inner {
  336. width: 100%;
  337. }
  338. .basedetailskugoodsimage {
  339. -webkit-transform: translate3d(-50%,0,0);
  340. transform: translate3d(-50%,0,0);
  341. margin-left: 50%;
  342. }
  343. .goods-img--inner image{
  344. width: 100%;
  345. height: auto;
  346. visibility: inherit;
  347. display: inherit;
  348. }
  349. .goods-cont {
  350. -webkit-box-flex: 1;
  351. -webkit-flex: 1;
  352. -moz-box-flex: 1;
  353. -ms-flex: 1;
  354. flex: 1;
  355. margin-left: 10px;
  356. margin-right: 10px;
  357. -webkit-box-orient: vertical;
  358. -webkit-flex-flow: column nowrap;
  359. -moz-box-orient: vertical;
  360. -ms-flex-flow: column nowrap;
  361. flex-flow: column nowrap;
  362. -webkit-box-align: start;
  363. -webkit-align-items: flex-start;
  364. -moz-box-align: start;
  365. -ms-flex-align: start;
  366. align-items: flex-start;
  367. }
  368. .goods-cont--price {
  369. display: -webkit-box;
  370. display: -webkit-flex;
  371. display: -moz-box;
  372. display: -ms-flexbox;
  373. display: flex;
  374. -webkit-box-orient: horizontal;
  375. -webkit-box-direction: normal;
  376. -webkit-flex-flow: row nowrap;
  377. -moz-box-orient: horizontal;
  378. -moz-box-direction: normal;
  379. -ms-flex-flow: row nowrap;
  380. flex-flow: row nowrap;
  381. -webkit-box-align: start;
  382. -webkit-align-items: flex-start;
  383. -moz-box-align: start;
  384. -ms-flex-align: start;
  385. align-items: flex-start;
  386. }
  387. .goods-cont--price-unit{
  388. font-size: .64rem;
  389. color: #333;
  390. margin-top: 5px;
  391. }
  392. .goods-cont--price-text{
  393. font-size: 1.2rem;
  394. color: #333;
  395. }
  396. .goods-cont--stock {
  397. font-size: .75rem;
  398. color: #333;
  399. }
  400. .goods-cont--addon {
  401. font-size: .75rem;
  402. color: #333;
  403. text-overflow: ellipsis;
  404. white-space: nowrap;
  405. overflow: hidden;
  406. max-width: 10rem;
  407. }
  408. .goods-choose {
  409. color: #f25;
  410. }
  411. .goods-close {
  412. width: 1rem;
  413. font-size: 1rem;
  414. font-family: serif;
  415. position: absolute;
  416. top: 10px;
  417. right: 10px;
  418. color: #666;
  419. }
  420. .sku-content--scroll {
  421. overflow: auto;
  422. max-height: 50%;
  423. padding-bottom: 8px;
  424. }
  425. .pd10{
  426. padding-left:20rpx;
  427. padding-top:10rpx;
  428. padding-bottom:10rpx;
  429. background-color: #fff;
  430. display: flex;
  431. }
  432. .pd10 text{
  433. height:52rpx;
  434. line-height:52rpx;
  435. padding-right:16rpx;
  436. width:140rpx;
  437. }
  438. .pd10 input{
  439. height:52rpx;
  440. line-height:52rpx;
  441. }
  442. .scroll {
  443. overflow: auto;
  444. }
  445. .prop {
  446. margin-bottom: 5px;
  447. }
  448. .prop-rows {
  449. margin-top:5px;
  450. border-bottom:1px solid #c8c8c8;
  451. padding-left:20rpx;
  452. padding-bottom:10rpx;
  453. }
  454. .fuj_mend{
  455. margin-top:15rpx;
  456. padding-left:28px;
  457. font-size:30rpx;
  458. line-height:60rpx;
  459. position:relative;
  460. }
  461. .prop-rows--title {
  462. line-height:48rpx;
  463. font-size: 28rpx;
  464. color:#000;
  465. }
  466. .prop-rows--title-sumary{
  467. font-size:26rpx;
  468. line-height:40rpx;
  469. color: #666;
  470. }
  471. .prop-rows--title-desc{
  472. font-size:24rpx;
  473. line-height:36rpx;
  474. color: #333;
  475. }
  476. .prop-rows--content {
  477. margin-top: 5px;
  478. }
  479. .prop-item {
  480. display: inline-block;
  481. line-height: 1.2rem;
  482. padding: 0 10px;
  483. border: 1px solid #bbb;
  484. border-radius: 5px;
  485. margin-right: 10px;
  486. margin-bottom: 10px;
  487. font-size: .75rem;
  488. cursor: pointer;
  489. color: #5e5e5e;
  490. white-space: nowrap;
  491. text-align: center;
  492. }
  493. .prop-item.is-selected {
  494. color: #ed4566;
  495. border-color: #ed4566;
  496. }
  497. .number {
  498. padding: 0 10px;
  499. margin-bottom: 10px;
  500. }
  501. .number-limit, .number-title {
  502. line-height: .75rem;
  503. font-size: .75rem;
  504. }
  505. .number-calculator {
  506. display: -webkit-box;
  507. display: -webkit-flex;
  508. display: -moz-box;
  509. display: -ms-flexbox;
  510. display: flex;
  511. width: 4.5rem;
  512. height: 1.4rem;
  513. border: 1px solid #bbb;
  514. border-radius: 3px;
  515. margin-top: 5px;
  516. text-align: center;
  517. line-height: 1.2rem;
  518. }
  519. .number-calculator--increase, .number-calculator--reduce {
  520. display: block;
  521. width: 1rem;
  522. color: #ed4566;
  523. font-size: .75rem;
  524. cursor: pointer;
  525. }
  526. .number-calculator--increase.is-disable, .number-calculator--reduce.is-disable {
  527. color: #999;
  528. }
  529. .number-calculator--value {
  530. display: block;
  531. -webkit-box-flex: 1;
  532. -webkit-flex: 1;
  533. -moz-box-flex: 1;
  534. -ms-flex: 1;
  535. flex: 1;
  536. border-left: 1px solid #ccc;
  537. border-right: 1px solid #ccc;
  538. color: #333;
  539. font-size: .75rem;
  540. }
  541. /* 自提切换卡开始 */
  542. .tabs {
  543. -moz-box-sizing: border-box;
  544. box-sizing: border-box;
  545. position: relative;
  546. overflow: hidden;
  547. zoom: 1;
  548. color: #666;
  549. }
  550. .tabs:after,
  551. .tabs:before {
  552. content: " ";
  553. display: table;
  554. }
  555. .tabs:after {
  556. clear: both;
  557. visibility: hidden;
  558. font-size: 0;
  559. height: 0;
  560. }
  561. .tabs-bar {
  562. outline: none;
  563. width: 100%;
  564. background-color: #fff;
  565. }
  566. .tabs-bar {
  567. -moz-box-sizing: border-box;
  568. box-sizing: border-box;
  569. }
  570. .tabs-nav--container {
  571. overflow: hidden;
  572. font-size: 14rpx;
  573. line-height: 1.5;
  574. -moz-box-sizing: border-box;
  575. box-sizing: border-box;
  576. position: relative;
  577. white-space: nowrap;
  578. margin-bottom: -1px;
  579. zoom: 1;
  580. }
  581. .tabs-nav--container:after,
  582. .tabs-nav--container:before {
  583. content: " ";
  584. display: table;
  585. }
  586. .tabs-nav--container:after {
  587. clear: both;
  588. visibility: hidden;
  589. font-size: 0;
  590. height: 0;
  591. }
  592. .tabs-nav--wrap {
  593. overflow: hidden;
  594. margin-bottom: -1rpx;
  595. }
  596. .tabs-nav {
  597. display: -webkit-box;
  598. display: -webkit-flex;
  599. display: -moz-box;
  600. display: -ms-flexbox;
  601. display: flex;
  602. -moz-box-sizing: border-box;
  603. box-sizing: border-box;
  604. padding-left: 0;
  605. -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  606. transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  607. transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  608. transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  609. position: relative;
  610. margin: 0;
  611. list-style: none;
  612. /*float: left*/
  613. }
  614. .tabs-link-bar {
  615. z-index: 1;
  616. position: absolute;
  617. left: 0;
  618. bottom: 2rpx;
  619. -moz-box-sizing: border-box;
  620. box-sizing: border-box;
  621. height: 2rpx;
  622. background-color: #ff5777;
  623. -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  624. transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  625. transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  626. transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  627. -webkit-transform-origin: 0 0;
  628. transform-origin: 0 0;
  629. }
  630. .tabs-nav .tabs-tab {
  631. -webkit-box-flex: 1;
  632. -webkit-flex: 1;
  633. -moz-box-flex: 1;
  634. -ms-flex: 1;
  635. flex: 1;
  636. display: block;
  637. height: 90rpx;
  638. line-height: 90rpx;
  639. margin: 0 12rpx;
  640. -moz-box-sizing: border-box;
  641. box-sizing: border-box;
  642. position: relative;
  643. -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
  644. transition: color .3s cubic-bezier(.645, .045, .355, 1);
  645. cursor: pointer;
  646. text-decoration: none;
  647. text-align: center;
  648. font-size: 30rpx;
  649. color: #333;
  650. }
  651. .tabs-nav .tabs-tab-active {
  652. color: #ff5577;
  653. }
  654. .tabs-nav .tabs-tab {
  655. -webkit-box-flex: 1;
  656. -webkit-flex: 1;
  657. -moz-box-flex: 1;
  658. -ms-flex: 1;
  659. flex: 1;
  660. display: block;
  661. height: 90rpx;
  662. line-height: 90rpx;
  663. margin: 0 12rpx;
  664. -moz-box-sizing: border-box;
  665. box-sizing: border-box;
  666. position: relative;
  667. -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
  668. transition: color .3s cubic-bezier(.645, .045, .355, 1);
  669. cursor: pointer;
  670. text-decoration: none;
  671. text-align: center;
  672. font-size: 30rpx;
  673. color: #999;
  674. }
  675. .tabs-nav .tabs-tab-active {
  676. color: #ff5577;
  677. }
  678. /*自提切换卡结束*/
  679. /**新的拼多多的地址begin**/
  680. .oc-address {
  681. position: relative;
  682. width: 100%;
  683. margin-bottom: 16rpx;
  684. background-color: #fff;
  685. }
  686. .oc-address .oc-address-container {
  687. padding-left: 20rpx;
  688. }
  689. .oc-address .oc-add-address {
  690. position: relative;
  691. width: 100%;
  692. height: 94rpx;
  693. padding-left: 72rpx;
  694. line-height: 94rpx;
  695. }
  696. .oc-address .indicator {
  697. position: relative;
  698. border-bottom: 1px solid #ededed;
  699. }
  700. .oc-address .oc-address-container>view:last-of-type {
  701. border-bottom: none;
  702. }
  703. .oc-address .oc-add-address text {
  704. position: relative;
  705. color: #151516;
  706. font-size: 28rpx;
  707. }
  708. .oc-address .indicator:after {
  709. content: "";
  710. position: absolute;
  711. display: inline-block;
  712. width: 16rpx;
  713. height: 24rpx;
  714. background: url(https://mall.shiziyu888.com/dan/Common/image/order_checkout_icon.png) no-repeat;
  715. background-position: -86rpx 0;
  716. background-size: 132rpx 142rpx;
  717. right: 20rpx;
  718. top: 34rpx;
  719. }
  720. .oc-address .oc-add-address text:before {
  721. content: "";
  722. position: absolute;
  723. display: inline-block;
  724. width: 44rpx;
  725. height: 44rpx;
  726. top: -2rpx;
  727. left: -66rpx;
  728. background: url(https://mall.shiziyu888.com/dan/Common/image/order_checkout_icon.png) no-repeat;
  729. background-position: 0 -100rpx;
  730. background-size: 132rpx 142rpx;
  731. }
  732. .oc-address .oc-wx-add-address{
  733. position:relative;
  734. width:100%;
  735. height:92rpx;
  736. padding-left:72rpx;
  737. line-height:92rpx;
  738. }
  739. .oc-address .oc-wx-add-address text{
  740. position:relative;
  741. color:#151516;
  742. font-size:28rpx;
  743. }
  744. .oc-address .oc-wx-add-address text:before{
  745. content:"";position:absolute;
  746. display:inline-block;
  747. width:44rpx;
  748. height:44rpx;
  749. top:-2rpx;
  750. left:-66rpx;
  751. background:url(https://mall.shiziyu888.com/dan/Common/image/order_checkout_icon.png) no-repeat;
  752. background-position:-60rpx -100rpx;
  753. background-size:132rpx 142rpx;
  754. }
  755. /**新的拼多多地址end**/
  756. /*voucher dialog begin */
  757. .dialog{
  758. position: fixed;
  759. left: 0;
  760. top: 90rpx;
  761. right: 0;
  762. bottom: 0;
  763. z-index: 9900;
  764. display: -webkit-box;
  765. display: -webkit-flex;
  766. display: -moz-box;
  767. display: -ms-flexbox;
  768. display: flex;
  769. }
  770. .dialog-mask {
  771. position: absolute;
  772. top: 0;
  773. right: 0;
  774. left: 0;
  775. bottom: 0;
  776. z-index: 9901;
  777. background-color: rgba(0, 0, 0, .4);
  778. }
  779. .dialog-core {
  780. z-index: 9902;
  781. display: -webkit-box;
  782. display: -webkit-flex;
  783. display: -moz-box;
  784. display: -ms-flexbox;
  785. background-color:#fff;
  786. display: flex;
  787. -webkit-box-align: center;
  788. -webkit-align-items: center;
  789. -moz-box-align: center;
  790. -ms-flex-align: center;
  791. align-items: center;
  792. -webkit-box-pack: center;
  793. -webkit-justify-content: center;
  794. -moz-box-pack: center;
  795. -ms-flex-pack: center;
  796. justify-content: center;
  797. width: 100%;
  798. position:absolute;
  799. }
  800. .couponlist {
  801. width: 100%;
  802. background: #fff;
  803. height: 100%;
  804. position: relative;
  805. }
  806. .couponlist-content--title {
  807. text-align: center;
  808. padding: 15rpx 0;
  809. position: relative;
  810. color: #999;
  811. border-bottom: 1px solid #e5e5e5;
  812. font-size: 32rpx;
  813. }
  814. .couponlist-content--close {
  815. padding: 0;
  816. text-align: center;
  817. border-radius: 0;
  818. position: absolute;
  819. font-size: 30rpx;
  820. right: 25rpx;
  821. top: 20rpx;
  822. width: 50rpx;
  823. color: #bbb;
  824. }
  825. .couponlist-content--list {
  826. padding: 30rpx 0 30rpx 30rpx;
  827. font-size: .28rem;
  828. color: #333;
  829. overflow-y: scroll;
  830. max-height: 650rpx;
  831. }
  832. .couponItem {
  833. height: 90rpx;
  834. border-bottom: 1px solid #e5e5e5;
  835. line-height: 90rpx;
  836. }
  837. .couponItem-active {
  838. color: #ff5575;
  839. }
  840. .couponItem .i{
  841. line-height: 90rpx;
  842. }
  843. .m-icon-right:before {
  844. content: "\e600";
  845. }
  846. .couponItem-icon--unvisi {
  847. visibility: hidden;
  848. }
  849. .couponItem .span{
  850. line-height: 90rpx;
  851. font-size: 28rpx;
  852. }
  853. /*voucher dialog end */
  854. .oc-payment {
  855. position: relative;
  856. width: 100%;
  857. padding: 0 10px;
  858. background-color: #fff;
  859. }
  860. .oc-payment-item {
  861. position: relative;
  862. width: 100%;
  863. height: 43px;
  864. line-height: 42px;
  865. font-size: 0;
  866. }
  867. .oc-payment-method {
  868. position: relative;
  869. display: inline-block;
  870. margin-left: 32px;
  871. font-size: 13px;
  872. color: #333;
  873. }
  874. .oc-p-1:before, .oc-p-2:before {
  875. content: "";
  876. position: absolute;
  877. display: inline-block;
  878. width: 20px;
  879. height: 20px;
  880. left: -32px;
  881. top: 11px;
  882. }
  883. .oc-p-1:before {
  884. background: url(https://mall.shiziyu888.com/Common/images/pay_icon-306aa317a2.png?v=1) no-repeat;
  885. background-size: 60px 20px;
  886. background-position: -40px 0;
  887. }
  888. .oc-p-2:before {
  889. background: url(https://mall.shiziyu888.com/Common/images/pay_icon-306aa317a2.png) no-repeat;
  890. background-size: 60px 20px;
  891. background-position: 0 0;
  892. }
  893. .oc-payment-recommend {
  894. position: relative;
  895. display: inline-block;
  896. width: 30px;
  897. height: 17px;
  898. margin-left: 10px;
  899. line-height: 17px;
  900. text-align: center;
  901. font-size: 11px;
  902. color: #ee2e3a;
  903. border-radius: 2px;
  904. border: 1px solid #ee2e3a;
  905. }
  906. .oc-payment-selected:after {
  907. content: "";
  908. position: absolute;
  909. width: 13px;
  910. height: 10px;
  911. top: 16px;
  912. right: 0;
  913. background: url(https://mall.shiziyu888.com/Common/images/order_checkout_sprites-c1e0c02afa.png) no-repeat;
  914. background-size: 214px 100px;
  915. background-position: -125px -40px;
  916. }
  917. .span{
  918. }