cart.wxss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960
  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. .line-through {
  359. text-decoration: line-through;
  360. }
  361. .a-guess {
  362. width: 750rpx;
  363. height: auto;
  364. overflow: hidden;
  365. background: #fff;
  366. color: #333;
  367. margin-top: 0rpx;
  368. margin-bottom: 150rpx;
  369. }
  370. .a-guess .h {
  371. display: flex;
  372. flex-flow: row nowrap;
  373. align-items: center;
  374. justify-content: center;
  375. height: 90rpx;
  376. }
  377. .a-guess .h .txt {
  378. padding-right: 30rpx;
  379. /* background: url("http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2W6ATlkvAAAA_rntq4s180.png") right 4rpx no-repeat; */
  380. background-size: 16.656rpx 27rpx;
  381. display: inline-block;
  382. height: 36rpx;
  383. font-size: 33rpx;
  384. line-height: 36rpx;
  385. }
  386. .a-guess .b {
  387. width: 750rpx;
  388. height: auto;
  389. overflow: hidden;
  390. border-top: 1rpx solid #f4f4f4;
  391. margin-top: 20rpx;
  392. }
  393. .a-guess .b .item {
  394. float: left;
  395. background: #fff;
  396. width: 375rpx;
  397. padding-bottom: 33.333rpx;
  398. border-bottom: 1rpx solid #f4f4f4;
  399. height: auto;
  400. overflow: hidden;
  401. text-align: center;
  402. }
  403. .a-guess .b .item-b {
  404. border-right: 1rpx solid #f4f4f4;
  405. }
  406. .a-guess .item .img2 {
  407. margin-top: 10rpx;
  408. width: 302rpx;
  409. height: 302rpx;
  410. background-size:202rpx 202rpx;
  411. }
  412. .a-guess .item .name {
  413. display: block;
  414. width: 365.625rpx;
  415. height: 80rpx;
  416. padding: 0 20rpx;
  417. margin: 11.5rpx 0 22rpx 0;
  418. text-align: center;
  419. font-size: 26rpx;
  420. color: #333;
  421. }
  422. .a-guess .item .price {
  423. display: block;
  424. width: 365.625rpx;
  425. height: 30rpx;
  426. text-align: center;
  427. font-size: 30rpx;
  428. color: #b4282d;
  429. }
  430. .a-guess .item .price .cart {
  431. margin-left: 20rpx;
  432. width: 35rpx;
  433. height: 35rpx;
  434. vertical-align: -6rpx;
  435. }
  436. /* //////////////////////////////////////////// */
  437. .attr-pop {
  438. width: 100%;
  439. height: auto;
  440. padding: 31.25rpx;
  441. background: #fff;
  442. position: fixed;
  443. bottom: 100rpx;
  444. z-index: 600;
  445. }
  446. .attr-close {
  447. float: right;
  448. width: 40rpx;
  449. height: 40rpx;
  450. line-height: 40rpx;
  451. border-radius: 50%;
  452. font-size: 40rpx;
  453. text-align: center;
  454. overflow: hidden;
  455. }
  456. .attr-pop .img-info {
  457. width: 687.5rpx;
  458. height: 177rpx;
  459. overflow: hidden;
  460. margin-bottom: 41.5rpx;
  461. }
  462. .attr-pop .img {
  463. float: left;
  464. height: 177rpx;
  465. width: 177rpx;
  466. background: #f4f4f4;
  467. margin-right: 31.25rpx;
  468. }
  469. .attr-pop .info {
  470. /* float: left; */
  471. height: 177rpx;
  472. display: flex;
  473. align-items: flex-start;
  474. }
  475. .attr-pop .p {
  476. font-size: 33rpx;
  477. color: #333;
  478. height: 33rpx;
  479. line-height: 33rpx;
  480. margin-bottom: 10rpx;
  481. }
  482. .attr-pop .a {
  483. font-size: 29rpx;
  484. color: #333;
  485. height: 40rpx;
  486. line-height: 40rpx;
  487. width: 260px;
  488. display: block;
  489. word-break: break-all;
  490. word-wrap: break-word;
  491. }
  492. .spec-con {
  493. width: 100%;
  494. height: auto;
  495. overflow: hidden;
  496. }
  497. .spec-con .name {
  498. height: 32rpx;
  499. margin-bottom: 22rpx;
  500. font-size: 29rpx;
  501. color: #333;
  502. }
  503. .spec-con .values {
  504. height: auto;
  505. margin-bottom: 31.25rpx;
  506. font-size: 0;
  507. }
  508. .spec-con .value {
  509. display: inline-block;
  510. height: 62rpx;
  511. padding: 0 35rpx;
  512. line-height: 56rpx;
  513. text-align: center;
  514. margin-right: 25rpx;
  515. margin-bottom: 16.5rpx;
  516. border: 1px solid #333;
  517. font-size: 25rpx;
  518. color: #333;
  519. }
  520. .spec-con .value.disable {
  521. border: 1px solid #ccc;
  522. color: #ccc;
  523. }
  524. .spec-con .value.selected {
  525. border: 1px solid #b4282d;
  526. color: #b4282d;
  527. }
  528. .spec-con .number-item .selnum {
  529. width: 322rpx;
  530. height: 71rpx;
  531. border: 1px solid #ccc;
  532. display: flex;
  533. }
  534. .spec-con .number-item .cut {
  535. width: 93.75rpx;
  536. height: 100%;
  537. text-align: center;
  538. line-height: 65rpx;
  539. }
  540. .spec-con .number-item .number {
  541. flex: 1;
  542. height: 100%;
  543. text-align: center;
  544. line-height: 68.75rpx;
  545. border-left: 1px solid #ccc;
  546. border-right: 1px solid #ccc;
  547. float: left;
  548. }
  549. .spec-con .number-item .add {
  550. width: 93.75rpx;
  551. height: 100%;
  552. text-align: center;
  553. line-height: 65rpx;
  554. }
  555. .bottom-btn {
  556. position: fixed;
  557. left: 0;
  558. bottom: 0;
  559. z-index: 10;
  560. width: 750rpx;
  561. height: 100rpx;
  562. display: flex;
  563. background: #fff;
  564. }
  565. .bottom-btn .r {
  566. border: 1px solid #b4282d;
  567. background: #b4282d;
  568. float: left;
  569. height: 100rpx;
  570. line-height: 96rpx;
  571. flex: 1;
  572. text-align: center;
  573. color: #fff;
  574. }
  575. .checkbox-biz-type {
  576. float: left;
  577. height: 30rpx;
  578. width: 100%;
  579. margin-top: 10rpx;
  580. margin-left: 24rpx;
  581. background: url(http://120.76.26.84/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  582. background-size: 30rpx;
  583. vertical-align: middle;
  584. }
  585. .checkbox-biz-type.checked {
  586. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  587. background-size: 30rpx;
  588. }
  589. .search-icon-shop {
  590. width: 30rpx;
  591. height: 30rpx;
  592. /* margin-left: 15rpx;
  593. margin-top: 20rpx;
  594. margin-bottom:-18rpx;*/
  595. margin-bottom:9rpx;
  596. margin-left:40rpx;
  597. vertical-align: middle;
  598. }
  599. .title-name {
  600. width: 100%;
  601. height: 30rpx;
  602. line-height: 30rpx;
  603. text-align: left;
  604. font-size: 28rpx;
  605. color: rgba(87, 86, 86, 0.63);
  606. margin-left: 10rpx;
  607. font-weight: bolder;
  608. /* padding-bottom: 10rpx;
  609. vertical-align: middle; */
  610. }
  611. .number-item-text {
  612. display: inline-flex;
  613. -webkit-box-pack: justify;
  614. align-items: center;
  615. position: absolute;
  616. /* right: 0; */
  617. margin-right: 17rpx;
  618. font-size: 26rpx;
  619. color: black;
  620. }
  621. .shixiao {
  622. float: left;
  623. height: 34rpx;
  624. margin: 65rpx 6rpx 65rpx 4rpx;
  625. background-size: 34rpx;
  626. background-color: rgba(87, 86, 86, 0.63);
  627. border-radius:30rpx;
  628. color: #fff;
  629. font-size: 22rpx;
  630. width: 70rpx;
  631. padding-left: 10rpx;
  632. }
  633. .addCart {
  634. width: 93.75rpx;
  635. height: 100%;
  636. text-align: center;
  637. line-height: 65rpx;
  638. }
  639. .addEnabel {
  640. width: 93.75rpx;
  641. height: 100%;
  642. text-align: center;
  643. line-height: 65rpx;
  644. color: #ccc;
  645. }
  646. /* activity */
  647. .activity {
  648. position: fixed;
  649. background: #fff;
  650. width: 100%;
  651. height: 78rpx;
  652. z-index: 999999;
  653. }
  654. .activity-box {
  655. background: #fff;
  656. width: 100%;
  657. height: 78rpx;
  658. overflow: hidden;
  659. padding: 0 30rpx;
  660. display: flex;
  661. }
  662. .activity-box .item {
  663. height: 78rpx;
  664. line-height: 78rpx;
  665. text-align: center;
  666. flex: 1;
  667. color: #333;
  668. font-size: 26rpx;
  669. }
  670. .activity-box .item .txt {
  671. display: block;
  672. width: 100%;
  673. height: 100%;
  674. color: #333;
  675. }
  676. .activity-box .item.active .txt {
  677. color: #b4282d;
  678. }
  679. .unpay-num {
  680. position: absolute;
  681. width: 30rpx;
  682. height: 30rpx;
  683. line-height: 30rpx;
  684. text-align: center;
  685. top: 0rpx;
  686. left: 280rpx;
  687. background-color: #b4282d;
  688. color: #fff;
  689. border-radius: 50%;
  690. font-size: 20rpx;
  691. }
  692. .unpay-num2 {
  693. position: absolute;
  694. width: 30rpx;
  695. height: 30rpx;
  696. line-height: 30rpx;
  697. text-align: center;
  698. top: 0rpx;
  699. left: 620rpx;
  700. background-color: #b4282d;
  701. color: #fff;
  702. border-radius: 50%;
  703. font-size: 20rpx;
  704. }
  705. .cart-ticket-view {
  706. width: 96%;
  707. height: 70rpx;
  708. overflow: hidden;
  709. margin-left: 14rpx;
  710. margin-top: 16rpx;
  711. text-align: right;
  712. line-height: 70rpx;
  713. }
  714. .cart-ticket-view .group-item {
  715. height: auto;
  716. width: 100%;
  717. background: #fff;
  718. margin-bottom: 18rpx;
  719. }
  720. .cart-ticket-view .item {
  721. height: 230rpx;
  722. width: 100%;
  723. overflow: hidden;
  724. }
  725. .cart-ticket-view .txt{
  726. color: #999;
  727. font-size: 30rpx;
  728. margin-right: 30rpx;
  729. }
  730. .coupon-box {
  731. background-color: #fff;
  732. display: flex;
  733. border-radius: 5px;
  734. flex-direction: row;
  735. position: relative;
  736. }
  737. .coupon-box .coupon-used {
  738. position: absolute;
  739. top: 50%;
  740. right: 10px;
  741. margin-top: -7.5vmin;
  742. height: 15vmin;
  743. width: 15vmin;
  744. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  745. background-size: contain;
  746. }
  747. .coupon-box-g {
  748. background: linear-gradient(to right, #f0f0f0, #fff);
  749. }
  750. .coupon-box1 {
  751. border: 1px solid #b4282d;
  752. border-left: none;
  753. }
  754. .coupon-box2 {
  755. border: 1px solid #ccc;
  756. border-left: none;
  757. }
  758. .coupon-bg {
  759. width: 30%;
  760. background-position: left;
  761. background-size: cover;
  762. color: #fff;
  763. font-size: 2.0rem;
  764. display: flex;
  765. justify-content: center;
  766. flex-direction: column;
  767. align-items: center;
  768. }
  769. .coupon-bg > view{
  770. font-size: inherit;
  771. color: #fff;
  772. }
  773. .coupon-bg .coupon-currency {
  774. font-size: 1rem;
  775. padding-right: 5px;
  776. color: #fff;
  777. }
  778. .coupon-bg .coupon-type {
  779. font-size: 0.8rem;
  780. color: #fff;
  781. }
  782. /*
  783. .coupon-bg1 {
  784. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2v6AcFmPAAAXWs0DSHQ136.png);
  785. }
  786. .coupon-bg2 {
  787. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2x6AEzgOAAAPIKZoCH4265.png);
  788. } */
  789. .coupon-bg1 {
  790. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmamGARRS8AAJzKZC-vjI880.png);
  791. }
  792. .coupon-bg2 {
  793. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmazCAFjztAAJzKfmaJd4492.png);
  794. }
  795. .coupon-info {
  796. width: 50%;
  797. margin-left: 20px;
  798. }
  799. .coupon-info .coupon-title {
  800. font-size: 0.9rem;
  801. padding: 2px 0 0 0;
  802. margin-top:12rpx;
  803. }
  804. .coupon-info .coupon-desc {
  805. font-size: 0.9rem;
  806. color: #9b9b9b;
  807. list-style: outside;
  808. padding: 2px 0 2px 0;
  809. }
  810. .coupon-info .coupon-desc-shop {
  811. font-size: 0.9rem;
  812. color: #9b9b9b;
  813. list-style: outside;
  814. padding-bottom:12rpx;
  815. }
  816. .coupon-info-use{
  817. width: 20%;
  818. background: #b4282d;
  819. text-align:center;
  820. }
  821. .coupon-info-use2{
  822. width: 20%;
  823. background: #ccc;
  824. text-align:center;
  825. }
  826. .coupon-desc-use{
  827. font-size: 30rpx;
  828. color: white;
  829. margin-top:50rpx;
  830. }
  831. .attr-title{
  832. float: left;
  833. height: 40rpx;
  834. line-height: 40rpx;
  835. font-size: 35rpx;
  836. text-align: center;
  837. overflow: hidden;
  838. }
  839. .ticket-img-info {
  840. /* position:fixed; */
  841. /* width: 687.5rpx;
  842. height: 450rpx; */
  843. overflow: scroll;
  844. /* margin-bottom: 41.5rpx; */
  845. /* left:0; */
  846. bottom:0;
  847. z-index:10;
  848. width:750rpx;
  849. height:550rpx;
  850. /* display:flex; */
  851. background:#fff;
  852. }