areacart.wxss 12 KB

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