centcart.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. .pay-address {
  2. position: relative;
  3. width: 100%;
  4. background-color: #fff;
  5. padding: 30rpx 20rpx 15rpx;
  6. box-sizing: border-box;
  7. }
  8. .pay-arrowR {
  9. position: absolute;
  10. top: 50rpx;
  11. right: 10rpx;
  12. width: 35rpx;
  13. height: 35rpx;
  14. display: block;
  15. }
  16. .pay-font {
  17. width: 660rpx;
  18. line-height: 30rpx;
  19. font-size: 28rpx;
  20. color: #4c4c4c;
  21. margin-bottom: 24rpx;
  22. }
  23. .pay-border {
  24. width: 100%;
  25. height: 2rpx;
  26. display: block;
  27. margin-bottom: 15rpx;
  28. }
  29. .pay-project {
  30. width: 100%;
  31. background-color: #fff;
  32. padding: 20rpx;
  33. box-sizing: border-box;
  34. }
  35. .pay-project-content {
  36. position: relative;
  37. width: 100%;
  38. background-color: #fcfcfc;
  39. }
  40. .pay-project-img {
  41. display: block;
  42. width: 200rpx;
  43. height: 200rpx;
  44. float: left;
  45. }
  46. .pay-project-info {
  47. float: left;
  48. width: 480rpx;
  49. font-size: 24rpx;
  50. margin-left: 20rpx;
  51. margin-top: 12rpx;
  52. }
  53. .pay-project-title {
  54. /*display: block;*/
  55. /*height: 60rpx;*/
  56. -webkit-line-clamp: 2;
  57. }
  58. .pay-project-spec {
  59. display: block;
  60. color: #bbb;
  61. line-height: 36rpx;
  62. margin-top: 16rpx;
  63. }
  64. .pay-project-price {
  65. display: block;
  66. color: #eab86a;
  67. margin-top: 25rpx;
  68. }
  69. .pay-project-price .pay-gray {
  70. color: #bbb;
  71. }
  72. .pay-count {
  73. margin-top: 40rpx;
  74. margin-bottom: 20rpx;
  75. }
  76. .pay-count-word {
  77. display: block;
  78. height: 66rpx;
  79. line-height: 66rpx;
  80. float: left;
  81. font-size: 28rpx;
  82. color: #4c4c4c;
  83. }
  84. .pay-count-select {
  85. float: right;
  86. height: 66rpx;
  87. }
  88. .pay-count-select button {
  89. width: 60rpx;
  90. height: 66rpx;
  91. color: #999;
  92. font-size: 28rpx;
  93. text-align: center;
  94. padding: 0;
  95. display: inline-block;
  96. }
  97. .pay-count-select button:first-child {
  98. border-top-right-radius: 0;
  99. border-bottom-right-radius: 0;
  100. }
  101. .pay-count-select button:last-child {
  102. border-top-left-radius: 0;
  103. border-bottom-left-radius: 0;
  104. }
  105. .pay-count-select button:after {
  106. border-radius: 0;
  107. }
  108. .pay-count-select input {
  109. width: 154rpx;
  110. height: 66rpx;
  111. background-color: #ddd;
  112. color: #4c4c4c;
  113. font-size: 28rpx;
  114. text-align: center;
  115. display: inline-block;
  116. }
  117. .pay-title {
  118. display: block;
  119. width: 100%;
  120. height: 50rpx;
  121. line-height: 50rpx;
  122. font-size: 24rpx;
  123. color: #bbb;
  124. text-align: center;
  125. border-bottom: 1rpx solid #ddd;
  126. }
  127. .pay-module {
  128. width: 100%;
  129. background-color: #fff;
  130. margin-top: 20rpx;
  131. }
  132. .pay-integral {
  133. margin-top: 30rpx;
  134. margin-bottom: 30rpx;
  135. }
  136. .pay-integral-info {
  137. width: 646rpx;
  138. font-size: 28rpx;
  139. color: #4c4c4c;
  140. margin-left: 20rpx;
  141. }
  142. .pay-integral .block {
  143. display: block;
  144. }
  145. .pay-integral .red {
  146. color: #eab86a;
  147. }
  148. .pay-integral .gray {
  149. color: #bbb;
  150. }
  151. .pay-checked {
  152. margin-right: 20rpx;
  153. margin-top: 30rpx;
  154. }
  155. .pay-mb {
  156. margin-bottom: 18rpx;
  157. }
  158. .pay-icon {
  159. width: 60rpx;
  160. height: 60rpx;
  161. vertical-align: middle;
  162. display: inline-block;
  163. margin-right: 20rpx;
  164. }
  165. .pay-payway {
  166. width: 100%;
  167. padding: 0 20rpx;
  168. box-sizing: border-box;
  169. font-size: 28rpx;
  170. color: #4c4c4c;
  171. z-index: 99;
  172. }
  173. .pay-payway-item {
  174. width: 100%;
  175. height: 100rpx;
  176. line-height: 100rpx;
  177. border-bottom: 1rpx solid #f3f3f3;
  178. }
  179. .pay-balance-cash {
  180. color: #bbb;
  181. }
  182. .pay-circle {
  183. position: relative;
  184. width: 44rpx;
  185. height: 44rpx;
  186. background-color: #eee;
  187. display: inline-block;
  188. border-radius: 50%;
  189. vertical-align: middle;
  190. }
  191. .pay-select {
  192. position: absolute;
  193. top: 7rpx;
  194. left: 7rpx;
  195. width: 30rpx;
  196. height: 30rpx;
  197. background-color: #eab86a;
  198. display: inline-block;
  199. border-radius: 50%;
  200. }
  201. .pay-footer {
  202. position: fixed;
  203. bottom: 0;
  204. left: 0;
  205. right: 0;
  206. z-index: 99;
  207. }
  208. .pay-footer-bar {
  209. width: 100%;
  210. height: 88rpx;
  211. line-height: 44rpx;
  212. }
  213. .pay-footer-item {
  214. float: left;
  215. display: block;
  216. width: 65%;
  217. height: 88rpx;
  218. line-height: 88rpx;
  219. background-color: #fff;
  220. color: #bbbbbb;
  221. font-size: 28rpx;
  222. padding-left: 20rpx;
  223. box-sizing: border-box;
  224. border-top: 1rpx solid #f3f3f3;
  225. }
  226. .pay-footer-item .red {
  227. color: #eab86a;
  228. font-size: 40rpx;
  229. }
  230. .pay-payway-item:last-child {
  231. border-bottom: none;
  232. }
  233. .pay-footer-item2 {
  234. float: right;
  235. display: block;
  236. width: 35%;
  237. height: 88rpx;
  238. line-height: 88rpx;
  239. }
  240. .pay-footer-botton {
  241. display: block;
  242. width: 100%;
  243. height: 100%;
  244. line-height: 88rpx;
  245. background-color: #eab86a;
  246. color: #fff;
  247. font-size: 28rpx;
  248. text-align: center;
  249. }
  250. .pay-mt {
  251. margin-bottom: 108rpx;
  252. }
  253. .pay-address-add {
  254. text-align: center;
  255. font-size: 28rpx;
  256. color: #999;
  257. line-height: 90rpx;
  258. }
  259. .product-count {
  260. color: #4c4c4c;
  261. margin-top:25rpx;
  262. }
  263. .product-info {
  264. position: absolute;
  265. bottom: 10rpx;
  266. width: 490rpx;
  267. }
  268. .pay-dialog {
  269. position: absolute;
  270. top: 0;
  271. width: 100%;
  272. height: 100%;
  273. background: rgba(0,0,0,0.4);
  274. z-index: 99;
  275. }
  276. .pay-panel {
  277. position: fixed;
  278. left: 50%;
  279. top: 20%;
  280. width: 580rpx;
  281. margin-left: -290rpx;
  282. background-color: #fff;
  283. z-index: 100;
  284. }
  285. .pay-panel-title {
  286. font-size: 32rpx;
  287. color: #4c4c4c;
  288. text-align: center;
  289. margin-top: 48rpx;
  290. }
  291. .pay-panel-input {
  292. width: 500rpx;
  293. height: 100rpx;
  294. background-color: #f7f7f7;
  295. border: 1px solid #cccccc;
  296. font-size: 28rpx;
  297. color: #bbb;
  298. margin: 60rpx auto 40rpx;
  299. display: block;
  300. text-align: center;
  301. }
  302. .pay-panel-footer {
  303. width: 100%;
  304. height: 100rpx;
  305. border-top: 1rpx solid #dddddd;
  306. }
  307. .pay-panel-footer text {
  308. display: inline-block;
  309. width: 50%;
  310. height: 100rpx;
  311. text-align: center;
  312. font-size: 28rpx;
  313. box-sizing: border-box;
  314. line-height: 100rpx;
  315. }
  316. .pay-panel-cancel {
  317. border-right: 1rpx solid #dddddd;
  318. color: #4c4c4c;
  319. }
  320. .pay-panel-confirm {
  321. color: #eab86a;
  322. }
  323. .modal-mask {
  324. width: 100%;
  325. height: 100%;
  326. position: fixed;
  327. top: 0;
  328. left: 0;
  329. background: #000;
  330. opacity: 0.3;
  331. overflow: hidden;
  332. z-index: 9000;
  333. color: #fff;
  334. }
  335. .modal-dialog {
  336. width: 540rpx;
  337. overflow: hidden;
  338. position: fixed;
  339. top: 35%;
  340. left: 0;
  341. z-index: 9999;
  342. background: #f9f9f9;
  343. margin: -180rpx 105rpx;
  344. border-radius: 4rpx;
  345. }
  346. .modal-title {
  347. padding-top: 30rpx;
  348. font-size: 24rpx;
  349. color: #535353;
  350. text-align: center;
  351. }
  352. .modal-content {
  353. padding: 50rpx 32rpx;
  354. }
  355. .modal-content1 {
  356. padding: 30rpx 32rpx 40rpx;
  357. }
  358. .modal-span{
  359. text-align: center;
  360. width: 100%;
  361. margin-top: 40rpx;
  362. /* margin-bottom: 10rpx; */
  363. margin-bottom: 28rpx;
  364. /* font-size: 24rpx; */
  365. font-size: 33rpx;
  366. color: #4c4c4c;
  367. }
  368. .modal-span1{
  369. text-align: center;
  370. width: 100%;
  371. /* margin-top: 40rpx; */
  372. /* font-size: 24rpx; */
  373. font-size: 33rpx;
  374. color: #4c4c4c;
  375. }
  376. .modal-count{
  377. color: #eab86a;
  378. }
  379. .modal-footer {
  380. display: flex;
  381. flex-direction: row;
  382. height: 86rpx;
  383. border-top: 1rpx solid #dedede;
  384. font-size: 34rpx;
  385. line-height: 86rpx;
  386. }
  387. .modal-footer1 {
  388. /* display: flex;
  389. flex-direction: row; */
  390. /* height: 86rpx; */
  391. border-top: 1rpx solid #dedede;
  392. font-size: 34rpx;
  393. /* line-height: 86rpx; */
  394. }
  395. .btn-cancel {
  396. width: 100%;
  397. color: #666;
  398. text-align: center;
  399. /* border-right: 1px solid #dedede; */
  400. font-size: 28rpx;
  401. height: 86rpx;
  402. line-height: 86rpx;
  403. }
  404. .btn-confirm {
  405. width: 100%;
  406. color: #eab86a;
  407. text-align: center;
  408. font-size: 28rpx;
  409. height: 86rpx;
  410. line-height: 86rpx;
  411. border-bottom: 1rpx solid #dedede;
  412. }
  413. .bgwhile{
  414. background-color:#FFFFFF;
  415. }
  416. .cartlist{}
  417. .cartlist_item{
  418. background-color: #FFFFFF;
  419. padding: 15rpx;
  420. }
  421. .cartlist_select{
  422. width: 35rpx;
  423. display: inline;
  424. }
  425. .cartlist_select.active .pay-circle,.pay-balance-cash.active .pay-circle{
  426. background-color: #eab86a;
  427. border: 5rpx solid #eee;
  428. width: 39rpx;
  429. height: 39rpx;
  430. }
  431. .cartlist_img{
  432. width: 180rpx;
  433. display: inline-block;
  434. height: 180rpx;
  435. vertical-align: middle;
  436. margin-left: 15rpx;
  437. margin-right: 15rpx;
  438. }
  439. .cartlist_img image{
  440. width: 100%;
  441. height: 100%;
  442. }
  443. .cartlist_info{
  444. display: inline-block;
  445. vertical-align: middle;
  446. width:calc(100% - 320rpx)
  447. }
  448. .cartlist_title{
  449. font-size: 30rpx;
  450. overflow: hidden;
  451. text-overflow: ellipsis;
  452. display: -webkit-box;
  453. word-wrap: break-word;
  454. -webkit-line-clamp: 2;
  455. -webkit-box-orient: vertical;
  456. color:#666;
  457. }
  458. .cartlist_type{
  459. color: #999;
  460. margin: 5px 0;
  461. font-size:24rpx;
  462. text-decoration: line-through;
  463. }
  464. .cartlist_price{
  465. float: left;
  466. color: #F00;
  467. font-size: 35rpx;
  468. margin-top: 7rpx;
  469. }
  470. .cartlist_num{float: right;}
  471. .cartlist_num button{
  472. width: 50rpx;
  473. height: 50rpx;
  474. line-height: 40rpx;
  475. text-align: center;
  476. display: inline-block;
  477. border: 1px solid #ddd;
  478. border-radius: 50%;
  479. }
  480. .cartlist_num button.mius{
  481. border:1px solid #eab86a;
  482. color:#eab86a;
  483. }
  484. .cartlist_num button.add{
  485. background: #eab86a;
  486. color: #FFF;
  487. border: 0;
  488. line-height: 45rpx;
  489. }
  490. .cartlist_num input{
  491. width: 50rpx;
  492. height: 40rpx;
  493. text-align: center;
  494. display: inline-block;
  495. border-left: 0;
  496. border-right: 0;
  497. font-size: 40rpx;
  498. margin: 0 10rpx;
  499. }
  500. .cartlistbox{
  501. padding:15rpx;
  502. }
  503. .main {
  504. display: flex;
  505. flex-direction: column;
  506. align-items: center;
  507. }
  508. .main_item {
  509. display: flex;
  510. flex-direction: row;
  511. overflow: hidden;
  512. margin-top: 10px;
  513. border-radius:10px;
  514. }
  515. movable-area {
  516. width: 100%;
  517. height: 210rpx;
  518. background: #fff;
  519. }
  520. movable-view {
  521. width: calc(100% + 184rpx);
  522. height: 260rpx;
  523. }
  524. .main_item_content {
  525. }
  526. .delete_btn {
  527. width: 184rpx;
  528. height: 260rpx;
  529. background-color: #f2f4f6;
  530. border-top-right-radius: 10px;
  531. border-bottom-right-radius: 10px;
  532. color: #fff;
  533. font-size: 28rpx;
  534. text-align: center;
  535. line-height: 210rpx;
  536. }
  537. .centtop{
  538. padding: 30rpx;
  539. text-align: center;
  540. background: #eab86a;
  541. }
  542. .nowcent{color:#FFF;}
  543. .centtop button{
  544. width: 40%;
  545. margin: 15rpx auto;
  546. background: #FFF;
  547. border-radius: 45px;
  548. font-size: 30rpx;
  549. color: #eab86a;
  550. }
  551. .overcent{color:#FFF;display:block}
  552. .overcent2{color:#F00;display: block;font-size: 25rpx;margin-top: 10rpx;}
  553. .xqbtn{
  554. float: right;
  555. padding-right: 50rpx;
  556. font-size: 30rpx;
  557. color: #4caf50;
  558. padding: 10rpx 50rpx 10rpx;
  559. line-height: 30rpx;
  560. }
  561. .project-pack-list{
  562. background: #f7f7f7;
  563. font-size: 24rpx;
  564. padding: 15rpx;
  565. line-height: 36rpx;
  566. color: #666;
  567. margin: 10rpx 0 ;
  568. }
  569. .typeselect{
  570. font-size: 22rpx;
  571. border: 1px solid #ddd;
  572. display: inline-block;
  573. padding: 3rpx 35rpx;
  574. border-radius: 45px;
  575. color: #666;
  576. margin-top: 5rpx;
  577. }
  578. .detail-dialog {
  579. position: fixed;
  580. top: 0;
  581. width: 100%;
  582. height: 100%;
  583. background: rgba(0,0,0,0.4);
  584. z-index: 99;
  585. }
  586. .dialog-panel {
  587. position: fixed;
  588. bottom: 0;
  589. width: 100%;
  590. background: #fff;
  591. z-index: 100;
  592. }
  593. .dialog-project {
  594. position: relative;
  595. padding-top: 20rpx;
  596. }
  597. .dialog-content {
  598. padding-bottom: 20rpx;
  599. border-bottom: 1rpx solid #eee;
  600. }
  601. .dialog-info {
  602. float: left;
  603. margin-top: 80rpx;
  604. }
  605. .dialog-img {
  606. float: left;
  607. width: 220rpx;
  608. height: 220rpx;
  609. margin: 0 20rpx;
  610. }
  611. .dialog-word {
  612. font-size: 28rpx;
  613. }
  614. .dialog-red {
  615. color: #eab86a;
  616. margin-bottom: 20rpx;
  617. }
  618. .dialog-gray {
  619. color: #bbb;
  620. margin-bottom: 10rpx;
  621. }
  622. .dialog-black {
  623. color: #4c4c4c;
  624. }
  625. .dialog-btn {
  626. width: 100%;
  627. height: 88rpx;
  628. line-height: 88rpx;
  629. background: #eab86a;
  630. color: #fff;
  631. font-size: 28rpx;
  632. text-align: center;
  633. border-radius: 0rpx;
  634. }
  635. .dialog-cancel {
  636. position: absolute;
  637. right: 20rpx;
  638. top: 20rpx;
  639. width: 36rpx;
  640. height: 36rpx;
  641. }
  642. .select-count {
  643. width: 100%;
  644. margin-top: 30rpx;
  645. padding: 0 20rpx;
  646. box-sizing: border-box;
  647. margin-bottom: 30rpx;
  648. }
  649. .select-word {
  650. float: left;
  651. font-size: 24rpx;
  652. color: #4c4c4c;
  653. line-height: 66rpx;
  654. }
  655. .select-input {
  656. float: right;
  657. height: 66rpx;
  658. font-size: 0;
  659. }
  660. .select-input button {
  661. width: 60rpx;
  662. height: 66rpx;
  663. color: #999;
  664. font-size: 48rpx;
  665. text-align: center;
  666. padding: 0;
  667. display: inline-block;
  668. background: #fff;
  669. border-radius: 0;
  670. line-height: 50rpx;
  671. box-sizing: border-box;
  672. }
  673. /*.select-input button:first-child {
  674. border-top-right-radius: 0;
  675. border-bottom-right-radius: 0;
  676. }
  677. .select-input button:last-child {
  678. border-top-left-radius: 0;
  679. border-bottom-left-radius: 0;
  680. }*/
  681. .select-input button:after {
  682. border-radius: 0;
  683. }
  684. .select-input input {
  685. width: 154rpx;
  686. height: 66rpx;
  687. background-color: #f3f3f3;
  688. color: #4c4c4c;
  689. font-size: 28rpx;
  690. text-align: center;
  691. display: inline-block;
  692. border-radius: 0;
  693. }
  694. .sizeTitle{display: block;font-size:24rpx}
  695. .checkList{display: inline-block;}
  696. .checkList span{
  697. display: inline-block;
  698. padding: 12rpx;
  699. margin: 15rpx;
  700. text-align: center;
  701. min-width: 45rpx;
  702. background: #eee;
  703. font-size:24rpx;
  704. }
  705. .checkList span.active{
  706. background:#eab86a;
  707. color:#FFF;
  708. }
  709. .project-miaosha{
  710. position: absolute;
  711. left: 25rpx;
  712. bottom: 24rpx;
  713. font-size: 24rpx;
  714. background: #ddd;
  715. padding: 2rpx 20rpx;
  716. border-radius: 15rpx;
  717. }