cart.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. page {
  2. height: 100%;
  3. min-height: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. width: 100%;
  9. height: auto;
  10. min-height: 100%;
  11. overflow: hidden;
  12. }
  13. .service-policy {
  14. width: 750rpx;
  15. height: 73rpx;
  16. background: #f4f4f4;
  17. padding: 0 31.25rpx;
  18. display: flex;
  19. flex-flow: row nowrap;
  20. align-items: center;
  21. justify-content: space-between;
  22. }
  23. .service-policy .item {
  24. background: url(http://120.76.26.84:80/group1/M00/00/01/rBJEdVvr10OAUODSAAAA2Yyhu9Q336.png) 0 center no-repeat;
  25. background-size: 10rpx;
  26. padding-left: 15rpx;
  27. display: flex;
  28. align-items: center;
  29. font-size: 25rpx;
  30. color: #666;
  31. }
  32. .no-cart {
  33. width: 100%;
  34. height: auto;
  35. margin: 0 auto;
  36. }
  37. .no-cart .c {
  38. width: 100%;
  39. height: auto;
  40. margin-top: 120rpx;
  41. }
  42. .no-cart .c image {
  43. margin: 0 auto;
  44. display: block;
  45. text-align: center;
  46. width: 258rpx;
  47. height: 258rpx;
  48. }
  49. .no-cart .c text {
  50. margin: 0 auto;
  51. display: block;
  52. width: 258rpx;
  53. height: 29rpx;
  54. line-height: 29rpx;
  55. text-align: center;
  56. font-size: 29rpx;
  57. color: #999;
  58. }
  59. .title-box {
  60. width: 100%;
  61. padding-top: 98rpx;
  62. text-align: center;
  63. font-size: 28rpx;
  64. color: #999;
  65. background: url(http://120.76.26.84:80/group1/M00/00/01/rBJEdVvr11yATJl8AAAQcvbdsNw695.png) no-repeat center 5rpx;
  66. background-size: 100rpx auto;
  67. margin-bottom: 50rpx;
  68. }
  69. .to-index-btn {
  70. color: #fff;
  71. background: #e64340;
  72. border-radius: 6px;
  73. width: 300rpx;
  74. height: auto;
  75. line-height: 70rpx;
  76. text-align: center;
  77. font-size: 28rpx;
  78. margin: 0 auto;
  79. display: block;
  80. margin-bottom:180rpx;
  81. }
  82. .cart-view .group-item .header {
  83. width: 100%;
  84. height: 94rpx;
  85. line-height: 94rpx;
  86. padding: 0 26rpx;
  87. border-bottom: 1px solid #f4f4f4;
  88. }
  89. .cart-view {
  90. width: 96%;
  91. height: auto;
  92. overflow: hidden;
  93. margin-left: 14rpx;
  94. margin-top:2rpx;
  95. }
  96. .cart-view .list {
  97. height: auto;
  98. width: 100%;
  99. overflow: hidden;
  100. /* margin-bottom: 10rpx; */
  101. }
  102. .cart-view .group-item {
  103. height: auto;
  104. width: 100%;
  105. background: #fff;
  106. margin-bottom: 18rpx;
  107. }
  108. .cart-view .item {
  109. height: 230rpx;
  110. width: 100%;
  111. overflow: hidden;
  112. }
  113. .cart-view .item .checkbox {
  114. float: left;
  115. height: 34rpx;
  116. width: 5%;
  117. margin: 65rpx 18rpx 65rpx 22rpx;
  118. background: url(http://120.76.26.84:80/group1/M00/00/01/rBJEdVvr1-aAFY_xAAAByIPHW08081.png) no-repeat;
  119. background-size: 34rpx;
  120. }
  121. .cart-view .item .checkbox.checked {
  122. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  123. background-size: 34rpx;
  124. }
  125. .cart-view .item .cart-goods {
  126. float: left;
  127. height: 200rpx;
  128. width: 80%;
  129. border-bottom: 1px solid #f4f4f4;
  130. margin-left: 5rpx;
  131. position: relative;
  132. }
  133. .cart-view .item .img {
  134. float: left;
  135. height: 155rpx;
  136. width: 155rpx;
  137. background: #f4f4f4;
  138. margin: 19.5rpx 18rpx 19.5rpx 0;
  139. }
  140. .cart-view .item .info {
  141. float: left;
  142. height: 125rpx;
  143. width: 65%;
  144. margin: 19.5rpx 26rpx 19.5rpx 0;
  145. }
  146. .cart-view .item .t {
  147. margin: 8rpx 0;
  148. font-size: 25rpx;
  149. color: #333;
  150. }
  151. .cart-view .item .cart-goods .name {
  152. width: 270rpx;
  153. font-size: 25rpx;
  154. color: #333;
  155. display: inline-block;
  156. overflow: hidden;
  157. text-overflow: ellipsis;
  158. white-space: nowrap;
  159. }
  160. .cart-view .item .num {
  161. height: 28rpx;
  162. line-height: 28rpx;
  163. float: right;
  164. }
  165. .cart-view .item .attr {
  166. margin-bottom: 17rpx;
  167. height: 24rpx;
  168. line-height: 24rpx;
  169. font-size: 22rpx;
  170. color: #666;
  171. overflow: hidden;
  172. white-space: nowrap;
  173. text-overflow: ellipsis;
  174. }
  175. .cart-view .item .goods-do {
  176. position: absolute;
  177. right: 0;
  178. top: 23rpx;
  179. margin-right:-32rpx;
  180. }
  181. .cart-view .item .goods-do .price {
  182. font-size: 26rpx;
  183. }
  184. .cart-view .item .goods-do .org-price {
  185. color: #999;
  186. font-size: 23rpx;
  187. }
  188. .cart-view .item .open {
  189. height: 28rpx;
  190. width: 150rpx;
  191. display: block;
  192. float: right;
  193. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2EaAGOLDAAABEv1p1iM011.png) right center no-repeat;
  194. background-size: 25rpx;
  195. font-size: 25rpx;
  196. color: #333;
  197. }
  198. .goods .number-item {
  199. display: inline-flex;
  200. -webkit-box-pack: justify;
  201. align-items: center;
  202. position: absolute;
  203. /* right: 0; */
  204. margin-right: 17rpx;
  205. }
  206. .goods .number-item .selnum {
  207. height: 71rpx;
  208. display: flex;
  209. }
  210. .goods .number-item .selnum .cut {
  211. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAM1BMVEX////Z296wsLD6+vvo6evi5Obe3+Lr7O709fb5+fr3+Pjb3eDw8fLu7/Hl5+nk5ui5ubmS1nTyAAABG0lEQVRIx52WWXLEIAxEeUGSGeNl7n/aME6lUmQWm+5f+5l2A5LSC+XFPCrUcFtyuqDbFHSK6XaCzE7TvpZ8LFnWnSafPyB5g2oldSpWYXvrcgKmkQdNDpbfWDDwVwEE8cH6HMRTIAX8Y7rZofxbByydyKBfKx7MORV9Bn4CPL82EfkKlOMv+QxzuqQZfr++YemijK3Dz9Sb8mb0sib8Z4tqGlDldrA2AtnhKygjUCGOX0tDesS2sI9BO0vzuI5BK5acMgYVPAV5DMpEy71P9P71pHu/J9REDzXmBdVDSJBkTwpCilzaXOkYSQdWuRrSJZSuu1JYpBKmFEupLCsNQGk1SlOT2qfSqJWRQBg+lDFHG6j00U0fEqVx9BvALAkNabHL3QAAAABJRU5ErkJggg==);
  212. box-sizing: border-box;
  213. width: 25px;
  214. border: none;
  215. border-radius: 50%;
  216. height: 25px;
  217. background-size: 100% 100%;
  218. }
  219. .goods .number-item .selnum .number {
  220. width: 2em;
  221. text-align: center;
  222. color: #333;
  223. margin-top:-2px;
  224. }
  225. .goods .number-item .selnum .add {
  226. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAANlBMVEX/0WH///8zMzP/02b//fb/+u7/5qj/45z/3oz/1W1KRDj/8c//78j/7L7/6rX/2HfEo1P/3IXeVLZ3AAAA70lEQVRIx52WWQ7DIAxEJzFrNpL7X7ZIbdUUnITh/aIngW1sY6gwiwspisQU3GLq81KxaxCckLDaW8V6KHh7qRgnUBFndGWOuCTOmrLhlq1WPB7wpXLgkeNf8WjAn5UNTWw/ZUYj81cxEY1E81EcmnFvxQqaEZuVi2jt07TrUcuKhcY0jhM0bFZWaIwZaKxZCZwSBhjhFDFYwClZcKziEFglILFKQiwyOFYUOY0QnFGMMqfSo/AX63k+H+SeVPIF01OWfPHzX6zrI/Ptgm9KfOvjGyzfxvlhwY8kfvDx45Uf4vyqwC8kvWtP/3LFr3AvL0kJEWHNe5sAAAAASUVORK5CYII=);
  227. box-sizing: border-box;
  228. width: 25px;
  229. border: none;
  230. border-radius: 50%;
  231. height: 25px;
  232. background-size: 100% 100%;
  233. }
  234. .goods .number-item .selnum .add2 {
  235. display: block;
  236. width: 52rpx;
  237. height: 52rpx;
  238. }
  239. .cart-view .item .b {
  240. height: 28rpx;
  241. line-height: 28rpx;
  242. font-size: 25rpx;
  243. color: #333;
  244. overflow: hidden;
  245. display: inline-flex;
  246. right: 0;
  247. }
  248. .cart-view .group-item .handle {
  249. display: inline-flex;
  250. -webkit-box-pack: justify;
  251. align-items: center;
  252. position: absolute;
  253. right: 0;
  254. margin-right: 17rpx;
  255. }
  256. .cart-view .group-item .handle .del {
  257. display: block;
  258. width: 52rpx;
  259. height: 52rpx;
  260. }
  261. .cart-view .promotion .icon {
  262. display: inline-block;
  263. height: 24rpx;
  264. width: 15rpx;
  265. }
  266. .cart-view .promotion {
  267. margin-top: 25.5rpx;
  268. float: left;
  269. height: 43rpx;
  270. width: 480rpx;
  271. /*margin-right: 84rpx;*/
  272. line-height: 43rpx;
  273. font-size: 0;
  274. }
  275. .cart-view .promotion .tag {
  276. border: 1px solid #f48f18;
  277. height: 37rpx;
  278. line-height: 31rpx;
  279. padding: 0 9rpx;
  280. margin-right: 10rpx;
  281. color: #f48f18;
  282. font-size: 24.5rpx;
  283. }
  284. .cart-view .promotion .txt {
  285. height: 43rpx;
  286. line-height: 43rpx;
  287. padding-right: 10rpx;
  288. color: #333;
  289. font-size: 29rpx;
  290. overflow: hidden;
  291. }
  292. .cart-view .get {
  293. margin-top: 18rpx;
  294. float: right;
  295. height: 58rpx;
  296. padding-left: 14rpx;
  297. border-left: 1px solid #d9d9d9;
  298. line-height: 58rpx;
  299. font-size: 29rpx;
  300. color: #333;
  301. }
  302. .cart-view .coupon-info .header {
  303. width: 100%;
  304. height: 94rpx;
  305. line-height: 94rpx;
  306. text-align: center;
  307. }
  308. .cart-view .coupon-info .txt {
  309. color: #b4282d;
  310. font-size:28rpx;
  311. }
  312. .cart-bottom {
  313. position: fixed;
  314. bottom: 0;
  315. left: 0;
  316. height: 100rpx;
  317. width: 100%;
  318. background: #fff;
  319. display: flex;
  320. align-items: center;
  321. z-index: 499;
  322. }
  323. .cart-bottom .checkbox {
  324. height: 34rpx;
  325. padding-left: 60rpx;
  326. line-height: 34rpx;
  327. margin: 0 18rpx 0 36rpx;
  328. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  329. background-size: 34rpx;
  330. font-size: 29rpx;
  331. }
  332. .cart-bottom .checkbox.checked {
  333. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  334. background-size: 34rpx;
  335. }
  336. .cart-bottom .total {
  337. height: 34rpx;
  338. flex: 1;
  339. font-size:35rpx;
  340. color: #b4282d;
  341. margin-top: -10rpx;
  342. }
  343. .cart-bottom .delete {
  344. height: 34rpx;
  345. width: auto;
  346. margin: 33rpx 18rpx;
  347. font-size: 29rpx;
  348. }
  349. .cart-bottom .checkout {
  350. height: 100rpx;
  351. width: 210rpx;
  352. text-align: center;
  353. line-height: 100rpx;
  354. font-size: 29rpx;
  355. background: #b4282d;
  356. color: #fff;
  357. }
  358. .cart-bottom .checkout-no {
  359. height: 100rpx;
  360. width: 210rpx;
  361. text-align: center;
  362. line-height: 100rpx;
  363. font-size: 29rpx;
  364. background: #a09e9e;
  365. color: #fff;
  366. }
  367. .line-through {
  368. text-decoration: line-through;
  369. }
  370. .a-guess {
  371. width: 750rpx;
  372. height: auto;
  373. overflow: hidden;
  374. background: #fff;
  375. color: #333;
  376. margin-top: 0rpx;
  377. margin-bottom: 150rpx;
  378. }
  379. .a-guess .h {
  380. display: flex;
  381. flex-flow: row nowrap;
  382. align-items: center;
  383. justify-content: center;
  384. height: 90rpx;
  385. }
  386. .a-guess .h .txt {
  387. padding-right: 30rpx;
  388. /* background: url("http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2W6ATlkvAAAA_rntq4s180.png") right 4rpx no-repeat; */
  389. background-size: 16.656rpx 27rpx;
  390. display: inline-block;
  391. height: 36rpx;
  392. font-size: 33rpx;
  393. line-height: 36rpx;
  394. }
  395. .a-guess .b {
  396. width: 750rpx;
  397. height: auto;
  398. overflow: hidden;
  399. border-top: 1rpx solid #f4f4f4;
  400. margin-top: 20rpx;
  401. background-color: #f4f4f4;
  402. }
  403. .a-guess .b .item {
  404. float: left;
  405. background: #fff;
  406. width: 375rpx;
  407. padding-bottom: 33.333rpx;
  408. border-bottom: 1rpx solid #f4f4f4;
  409. height: auto;
  410. overflow: hidden;
  411. text-align: center;
  412. }
  413. .a-guess .b .item {
  414. float: left;
  415. background: #fff;
  416. width: 350rpx;
  417. padding-bottom: 33.333rpx;
  418. /* border: 1rpx solid #2b2828; */
  419. height: auto;
  420. overflow: hidden;
  421. text-align: center;
  422. border-radius: 30rpx;
  423. margin: 5rpx;
  424. }
  425. .a-guess .b .item-b {
  426. border-right: 1rpx solid #f4f4f4;
  427. }
  428. .a-guess .item .img2 {
  429. margin-top: 10rpx;
  430. width: 302rpx;
  431. height: 302rpx;
  432. background-size:202rpx 202rpx;
  433. }
  434. .a-guess .item .name {
  435. font-weight: bold;
  436. overflow: hidden;
  437. text-overflow: ellipsis;
  438. display: block;
  439. width: 365.625rpx;
  440. height: 80rpx;
  441. padding: 0 20rpx;
  442. margin: 11.5rpx 0 22rpx 0;
  443. text-align: center;
  444. font-size: 29rpx;
  445. color: #333;
  446. }
  447. .a-guess .item .price {
  448. display: block;
  449. width: 365.625rpx;
  450. height: 30rpx;
  451. text-align: center;
  452. font-size: 30rpx;
  453. color: #b4282d;
  454. font-weight: bold;
  455. }
  456. .a-guess .item .price .cart {
  457. margin-left: 20rpx;
  458. width: 35rpx;
  459. height: 35rpx;
  460. vertical-align: -6rpx;
  461. }
  462. /* //////////////////////////////////////////// */
  463. .attr-pop {
  464. width: 100%;
  465. height: auto;
  466. padding: 31.25rpx;
  467. background: #fff;
  468. position: fixed;
  469. bottom: 100rpx;
  470. z-index: 600;
  471. }
  472. .attr-close {
  473. float: right;
  474. width: 40rpx;
  475. height: 40rpx;
  476. line-height: 40rpx;
  477. border-radius: 50%;
  478. font-size: 40rpx;
  479. text-align: center;
  480. overflow: hidden;
  481. }
  482. .attr-pop .img-info {
  483. width: 687.5rpx;
  484. height: 177rpx;
  485. overflow: hidden;
  486. margin-bottom: 41.5rpx;
  487. }
  488. .attr-pop .img {
  489. float: left;
  490. height: 177rpx;
  491. width: 177rpx;
  492. background: #f4f4f4;
  493. margin-right: 31.25rpx;
  494. }
  495. .attr-pop .info {
  496. /* float: left; */
  497. height: 177rpx;
  498. display: flex;
  499. align-items: flex-start;
  500. }
  501. .attr-pop .p {
  502. font-size: 33rpx;
  503. color: #333;
  504. height: 33rpx;
  505. line-height: 33rpx;
  506. margin-bottom: 10rpx;
  507. }
  508. .attr-pop .a {
  509. font-size: 29rpx;
  510. color: #333;
  511. height: 40rpx;
  512. line-height: 40rpx;
  513. width: 260px;
  514. display: block;
  515. word-break: break-all;
  516. word-wrap: break-word;
  517. }
  518. .spec-con {
  519. width: 100%;
  520. height: auto;
  521. overflow: hidden;
  522. }
  523. .spec-con .name {
  524. height: 32rpx;
  525. margin-bottom: 22rpx;
  526. font-size: 29rpx;
  527. color: #333;
  528. }
  529. .spec-con .values {
  530. height: auto;
  531. margin-bottom: 31.25rpx;
  532. font-size: 0;
  533. }
  534. .spec-con .value {
  535. display: inline-block;
  536. height: 62rpx;
  537. padding: 0 35rpx;
  538. line-height: 56rpx;
  539. text-align: center;
  540. margin-right: 25rpx;
  541. margin-bottom: 16.5rpx;
  542. border: 1px solid #333;
  543. font-size: 25rpx;
  544. color: #333;
  545. }
  546. .spec-con .value.disable {
  547. border: 1px solid #ccc;
  548. color: #ccc;
  549. }
  550. .spec-con .value.selected {
  551. border: 1px solid #b4282d;
  552. color: #b4282d;
  553. }
  554. .spec-con .number-item .selnum {
  555. width: 322rpx;
  556. height: 71rpx;
  557. border: 1px solid #ccc;
  558. display: flex;
  559. }
  560. .spec-con .number-item .cut {
  561. width: 93.75rpx;
  562. height: 100%;
  563. text-align: center;
  564. line-height: 65rpx;
  565. }
  566. .spec-con .number-item .number {
  567. flex: 1;
  568. height: 100%;
  569. text-align: center;
  570. line-height: 68.75rpx;
  571. border-left: 1px solid #ccc;
  572. border-right: 1px solid #ccc;
  573. float: left;
  574. }
  575. .spec-con .number-item .add {
  576. width: 93.75rpx;
  577. height: 100%;
  578. text-align: center;
  579. line-height: 65rpx;
  580. }
  581. .bottom-btn {
  582. position: fixed;
  583. left: 0;
  584. bottom: 0;
  585. z-index: 10;
  586. width: 750rpx;
  587. height: 100rpx;
  588. display: flex;
  589. background: #fff;
  590. }
  591. .bottom-btn .r {
  592. border: 1px solid #b4282d;
  593. background: #b4282d;
  594. float: left;
  595. height: 100rpx;
  596. line-height: 96rpx;
  597. flex: 1;
  598. text-align: center;
  599. color: #fff;
  600. }
  601. .checkbox-biz-type {
  602. float: left;
  603. height: 30rpx;
  604. width: 100%;
  605. margin-top: 10rpx;
  606. margin-left: 24rpx;
  607. background: url(http://120.76.26.84/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  608. background-size: 30rpx;
  609. vertical-align: middle;
  610. }
  611. .checkbox-biz-type.checked {
  612. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  613. background-size: 30rpx;
  614. }
  615. .search-icon-shop {
  616. width: 30rpx;
  617. height: 30rpx;
  618. /* margin-left: 15rpx;
  619. margin-top: 20rpx;
  620. margin-bottom:-18rpx;*/
  621. margin-bottom:9rpx;
  622. margin-left:40rpx;
  623. vertical-align: middle;
  624. }
  625. .title-name {
  626. width: 100%;
  627. height: 30rpx;
  628. line-height: 30rpx;
  629. text-align: left;
  630. font-size: 28rpx;
  631. color: rgba(87, 86, 86, 0.63);
  632. margin-left: 10rpx;
  633. font-weight: bolder;
  634. /* padding-bottom: 10rpx;
  635. vertical-align: middle; */
  636. }
  637. .number-item-text {
  638. display: inline-flex;
  639. -webkit-box-pack: justify;
  640. align-items: center;
  641. position: absolute;
  642. /* right: 0; */
  643. margin-right: 17rpx;
  644. font-size: 26rpx;
  645. color: black;
  646. }
  647. .shixiao {
  648. float: left;
  649. height: 34rpx;
  650. margin: 65rpx 6rpx 65rpx 4rpx;
  651. background-size: 34rpx;
  652. background-color: rgba(87, 86, 86, 0.63);
  653. border-radius:30rpx;
  654. color: #fff;
  655. font-size: 22rpx;
  656. width: 70rpx;
  657. padding-left: 10rpx;
  658. }
  659. .addCart {
  660. width: 93.75rpx;
  661. height: 100%;
  662. text-align: center;
  663. line-height: 65rpx;
  664. }
  665. .addEnabel {
  666. width: 93.75rpx;
  667. height: 100%;
  668. text-align: center;
  669. line-height: 65rpx;
  670. color: #ccc;
  671. }
  672. /* activity */
  673. .activity {
  674. position: fixed;
  675. background: #fff;
  676. width: 100%;
  677. height: 78rpx;
  678. z-index: 999999;
  679. }
  680. .activity-box {
  681. background: #fff;
  682. width: 100%;
  683. height: 78rpx;
  684. overflow: hidden;
  685. padding: 0 30rpx;
  686. display: flex;
  687. }
  688. .activity-box .item {
  689. height: 78rpx;
  690. line-height: 78rpx;
  691. text-align: center;
  692. flex: 1;
  693. color: #333;
  694. font-size: 26rpx;
  695. }
  696. .activity-box .item .txt {
  697. display: block;
  698. width: 100%;
  699. height: 100%;
  700. color: #333;
  701. }
  702. .activity-box .item.active .txt {
  703. color: #b4282d;
  704. }
  705. .unpay-num {
  706. position: absolute;
  707. width: 30rpx;
  708. height: 30rpx;
  709. line-height: 30rpx;
  710. text-align: center;
  711. top: 0rpx;
  712. left: 280rpx;
  713. background-color: #b4282d;
  714. color: #fff;
  715. border-radius: 50%;
  716. font-size: 20rpx;
  717. }
  718. .unpay-num2 {
  719. position: absolute;
  720. width: 30rpx;
  721. height: 30rpx;
  722. line-height: 30rpx;
  723. text-align: center;
  724. top: 0rpx;
  725. left: 620rpx;
  726. background-color: #b4282d;
  727. color: #fff;
  728. border-radius: 50%;
  729. font-size: 20rpx;
  730. }
  731. .cart-ticket-view {
  732. width: 96%;
  733. height: 70rpx;
  734. overflow: hidden;
  735. margin-left: 14rpx;
  736. margin-top: 16rpx;
  737. text-align: right;
  738. line-height: 70rpx;
  739. }
  740. .cart-ticket-view .group-item {
  741. height: auto;
  742. width: 100%;
  743. background: #fff;
  744. margin-bottom: 18rpx;
  745. }
  746. .cart-ticket-view .item {
  747. height: 230rpx;
  748. width: 100%;
  749. overflow: hidden;
  750. }
  751. .cart-ticket-view .txt{
  752. color: #999;
  753. font-size: 30rpx;
  754. margin-right: 30rpx;
  755. }
  756. .coupon-box {
  757. background-color: #fff;
  758. display: flex;
  759. border-radius: 5px;
  760. flex-direction: row;
  761. position: relative;
  762. }
  763. .coupon-box .coupon-used {
  764. position: absolute;
  765. top: 50%;
  766. right: 10px;
  767. margin-top: -7.5vmin;
  768. height: 15vmin;
  769. width: 15vmin;
  770. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  771. background-size: contain;
  772. }
  773. .coupon-box-g {
  774. background: linear-gradient(to right, #f0f0f0, #fff);
  775. }
  776. .coupon-box1 {
  777. border: 1px solid #b4282d;
  778. border-left: none;
  779. }
  780. .coupon-box2 {
  781. border: 1px solid #ccc;
  782. border-left: none;
  783. }
  784. .coupon-bg {
  785. width: 30%;
  786. background-position: left;
  787. background-size: cover;
  788. color: #fff;
  789. font-size: 2.0rem;
  790. display: flex;
  791. justify-content: center;
  792. flex-direction: column;
  793. align-items: center;
  794. }
  795. .coupon-bg > view{
  796. font-size: inherit;
  797. color: #fff;
  798. }
  799. .coupon-bg .coupon-currency {
  800. font-size: 1rem;
  801. padding-right: 5px;
  802. color: #fff;
  803. }
  804. .coupon-bg .coupon-type {
  805. font-size: 0.8rem;
  806. color: #fff;
  807. }
  808. /*
  809. .coupon-bg1 {
  810. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2v6AcFmPAAAXWs0DSHQ136.png);
  811. }
  812. .coupon-bg2 {
  813. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2x6AEzgOAAAPIKZoCH4265.png);
  814. } */
  815. .coupon-bg1 {
  816. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmamGARRS8AAJzKZC-vjI880.png);
  817. }
  818. .coupon-bg2 {
  819. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmazCAFjztAAJzKfmaJd4492.png);
  820. }
  821. .coupon-info {
  822. width: 50%;
  823. margin-left: 20px;
  824. }
  825. .coupon-info .coupon-title {
  826. font-size: 0.9rem;
  827. padding: 2px 0 0 0;
  828. margin-top:12rpx;
  829. }
  830. .coupon-info .coupon-desc {
  831. font-size: 0.9rem;
  832. color: #9b9b9b;
  833. list-style: outside;
  834. padding: 2px 0 2px 0;
  835. }
  836. .coupon-info .coupon-desc-shop {
  837. font-size: 0.9rem;
  838. color: #9b9b9b;
  839. list-style: outside;
  840. padding-bottom:12rpx;
  841. }
  842. .coupon-info-use{
  843. width: 20%;
  844. background: #b4282d;
  845. text-align:center;
  846. }
  847. .coupon-info-use2{
  848. width: 20%;
  849. background: #ccc;
  850. text-align:center;
  851. }
  852. .coupon-desc-use{
  853. font-size: 30rpx;
  854. color: white;
  855. margin-top:50rpx;
  856. }
  857. .attr-title{
  858. float: left;
  859. height: 40rpx;
  860. line-height: 40rpx;
  861. font-size: 35rpx;
  862. text-align: center;
  863. overflow: hidden;
  864. }
  865. .ticket-img-info {
  866. /* position:fixed; */
  867. /* width: 687.5rpx;
  868. height: 450rpx; */
  869. overflow: scroll;
  870. /* margin-bottom: 41.5rpx; */
  871. /* left:0; */
  872. bottom:0;
  873. z-index:10;
  874. width:750rpx;
  875. height:550rpx;
  876. /* display:flex; */
  877. background:#fff;
  878. }