centcart.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  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. z-index: 99;
  173. }
  174. .pay-payway-item {
  175. width: 100%;
  176. height: 100rpx;
  177. line-height: 100rpx;
  178. border-bottom: 1rpx solid #f3f3f3;
  179. }
  180. .pay-balance-cash {
  181. color: #bbb;
  182. }
  183. .pay-circle {
  184. position: relative;
  185. width: 44rpx;
  186. height: 44rpx;
  187. background-color: #eee;
  188. display: inline-block;
  189. border-radius: 50%;
  190. vertical-align: middle;
  191. }
  192. .pay-select {
  193. position: absolute;
  194. top: 7rpx;
  195. left: 7rpx;
  196. width: 30rpx;
  197. height: 30rpx;
  198. background-color: #eab86a;
  199. display: inline-block;
  200. border-radius: 50%;
  201. }
  202. .pay-footer {
  203. position: fixed;
  204. bottom: 0;
  205. left: 0;
  206. right: 0;
  207. z-index: 99;
  208. }
  209. .pay-footer-bar {
  210. width: 100%;
  211. height: 88rpx;
  212. line-height: 44rpx;
  213. }
  214. .pay-footer-item {
  215. float: left;
  216. display: block;
  217. width: 65%;
  218. height: 88rpx;
  219. line-height: 88rpx;
  220. background-color: #fff;
  221. color: #bbbbbb;
  222. font-size: 28rpx;
  223. padding-left: 20rpx;
  224. box-sizing: border-box;
  225. border-top: 1rpx solid #f3f3f3;
  226. }
  227. .pay-footer-item .red {
  228. color: #eab86a;
  229. font-size: 40rpx;
  230. }
  231. .pay-payway-item:last-child {
  232. border-bottom: none;
  233. }
  234. .pay-footer-item2 {
  235. float: right;
  236. display: block;
  237. width: 35%;
  238. height: 88rpx;
  239. line-height: 88rpx;
  240. }
  241. .pay-footer-botton {
  242. display: block;
  243. width: 100%;
  244. height: 100%;
  245. line-height: 88rpx;
  246. background-color: #eab86a;
  247. color: #fff;
  248. font-size: 28rpx;
  249. text-align: center;
  250. }
  251. .pay-mt {
  252. margin-bottom: 108rpx;
  253. }
  254. .pay-address-add {
  255. text-align: center;
  256. font-size: 28rpx;
  257. color: #999;
  258. line-height: 90rpx;
  259. }
  260. .product-count {
  261. color: #4c4c4c;
  262. margin-top:25rpx;
  263. }
  264. .product-info {
  265. position: absolute;
  266. bottom: 10rpx;
  267. width: 490rpx;
  268. }
  269. .pay-dialog {
  270. position: absolute;
  271. top: 0;
  272. width: 100%;
  273. height: 100%;
  274. background: rgba(0,0,0,0.4);
  275. z-index: 99;
  276. }
  277. .pay-panel {
  278. position: fixed;
  279. left: 50%;
  280. top: 20%;
  281. width: 580rpx;
  282. margin-left: -290rpx;
  283. background-color: #fff;
  284. z-index: 100;
  285. }
  286. .pay-panel-title {
  287. font-size: 32rpx;
  288. color: #4c4c4c;
  289. text-align: center;
  290. margin-top: 48rpx;
  291. }
  292. .pay-panel-input {
  293. width: 500rpx;
  294. height: 100rpx;
  295. background-color: #f7f7f7;
  296. border: 1px solid #cccccc;
  297. font-size: 28rpx;
  298. color: #bbb;
  299. margin: 60rpx auto 40rpx;
  300. display: block;
  301. text-align: center;
  302. }
  303. .pay-panel-footer {
  304. width: 100%;
  305. height: 100rpx;
  306. border-top: 1rpx solid #dddddd;
  307. }
  308. .pay-panel-footer text {
  309. display: inline-block;
  310. width: 50%;
  311. height: 100rpx;
  312. text-align: center;
  313. font-size: 28rpx;
  314. box-sizing: border-box;
  315. line-height: 100rpx;
  316. }
  317. .pay-panel-cancel {
  318. border-right: 1rpx solid #dddddd;
  319. color: #4c4c4c;
  320. }
  321. .pay-panel-confirm {
  322. color: #eab86a;
  323. }
  324. .modal-mask {
  325. width: 100%;
  326. height: 100%;
  327. position: fixed;
  328. top: 0;
  329. left: 0;
  330. background: #000;
  331. opacity: 0.3;
  332. overflow: hidden;
  333. z-index: 9000;
  334. color: #fff;
  335. }
  336. .modal-dialog {
  337. width: 540rpx;
  338. overflow: hidden;
  339. position: fixed;
  340. top: 35%;
  341. left: 0;
  342. z-index: 9999;
  343. background: #f9f9f9;
  344. margin: -180rpx 105rpx;
  345. border-radius: 4rpx;
  346. }
  347. .modal-title {
  348. padding-top: 30rpx;
  349. font-size: 24rpx;
  350. color: #535353;
  351. text-align: center;
  352. }
  353. .modal-content {
  354. padding: 50rpx 32rpx;
  355. }
  356. .modal-content1 {
  357. padding: 30rpx 32rpx 40rpx;
  358. }
  359. .modal-span{
  360. text-align: center;
  361. width: 100%;
  362. margin-top: 40rpx;
  363. /* margin-bottom: 10rpx; */
  364. margin-bottom: 28rpx;
  365. /* font-size: 24rpx; */
  366. font-size: 33rpx;
  367. color: #4c4c4c;
  368. }
  369. .modal-span1{
  370. text-align: center;
  371. width: 100%;
  372. /* margin-top: 40rpx; */
  373. /* font-size: 24rpx; */
  374. font-size: 33rpx;
  375. color: #4c4c4c;
  376. }
  377. .modal-count{
  378. color: #eab86a;
  379. }
  380. .modal-footer {
  381. display: flex;
  382. flex-direction: row;
  383. height: 86rpx;
  384. border-top: 1rpx solid #dedede;
  385. font-size: 34rpx;
  386. line-height: 86rpx;
  387. }
  388. .modal-footer1 {
  389. /* display: flex;
  390. flex-direction: row; */
  391. /* height: 86rpx; */
  392. border-top: 1rpx solid #dedede;
  393. font-size: 34rpx;
  394. /* line-height: 86rpx; */
  395. }
  396. .btn-cancel {
  397. width: 100%;
  398. color: #666;
  399. text-align: center;
  400. /* border-right: 1px solid #dedede; */
  401. font-size: 28rpx;
  402. height: 86rpx;
  403. line-height: 86rpx;
  404. }
  405. .btn-confirm {
  406. width: 100%;
  407. color: #eab86a;
  408. text-align: center;
  409. font-size: 28rpx;
  410. height: 86rpx;
  411. line-height: 86rpx;
  412. border-bottom: 1rpx solid #dedede;
  413. }
  414. .bgwhile{
  415. background-color:#FFFFFF;
  416. }
  417. .cartlist{}
  418. .cartlist_item{
  419. background-color: #FFFFFF;
  420. padding: 15rpx;
  421. }
  422. .cartlist_select{
  423. width: 35rpx;
  424. display: inline;
  425. }
  426. .cartlist_select.active .pay-circle,.pay-balance-cash.active .pay-circle{
  427. background-color: #eab86a;
  428. border: 5rpx solid #eee;
  429. width: 39rpx;
  430. height: 39rpx;
  431. }
  432. .cartlist_img{
  433. width: 180rpx;
  434. display: inline-block;
  435. height: 180rpx;
  436. vertical-align: middle;
  437. margin-left: 15rpx;
  438. margin-right: 15rpx;
  439. }
  440. .cartlist_img image{
  441. width: 100%;
  442. height: 100%;
  443. }
  444. .cartlist_info{
  445. display: inline-block;
  446. vertical-align: middle;
  447. width:calc(100% - 320rpx)
  448. }
  449. .cartlist_title{
  450. font-size: 30rpx;
  451. overflow: hidden;
  452. text-overflow: ellipsis;
  453. display: -webkit-box;
  454. word-wrap: break-word;
  455. -webkit-line-clamp: 2;
  456. -webkit-box-orient: vertical;
  457. color:#666;
  458. }
  459. .cartlist_type{
  460. color: #999;
  461. margin: 5px 0;
  462. font-size:12px;
  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: 210rpx;
  523. }
  524. .main_item_content {
  525. }
  526. .delete_btn {
  527. width: 184rpx;
  528. height: 210rpx;
  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;}