cart.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  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:20rpx;
  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: 20rpx;
  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: #f48f18;
  310. }
  311. .cart-bottom {
  312. position: fixed;
  313. bottom: 0;
  314. left: 0;
  315. height: 100rpx;
  316. width: 100%;
  317. background: #fff;
  318. display: flex;
  319. align-items: center;
  320. z-index: 499;
  321. }
  322. .cart-bottom .checkbox {
  323. height: 34rpx;
  324. padding-left: 60rpx;
  325. line-height: 34rpx;
  326. margin: 0 18rpx 0 36rpx;
  327. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  328. background-size: 34rpx;
  329. font-size: 29rpx;
  330. }
  331. .cart-bottom .checkbox.checked {
  332. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  333. background-size: 34rpx;
  334. }
  335. .cart-bottom .total {
  336. height: 34rpx;
  337. flex: 1;
  338. font-size: 29rpx;
  339. color: #b4282d;
  340. margin-top: -10rpx;
  341. }
  342. .cart-bottom .delete {
  343. height: 34rpx;
  344. width: auto;
  345. margin: 33rpx 18rpx;
  346. font-size: 29rpx;
  347. }
  348. .cart-bottom .checkout {
  349. height: 100rpx;
  350. width: 210rpx;
  351. text-align: center;
  352. line-height: 100rpx;
  353. font-size: 29rpx;
  354. background: #b4282d;
  355. color: #fff;
  356. }
  357. .line-through {
  358. text-decoration: line-through;
  359. }
  360. .a-guess {
  361. width: 750rpx;
  362. height: auto;
  363. overflow: hidden;
  364. background: #fff;
  365. color: #333;
  366. margin-top: 0rpx;
  367. margin-bottom: 150rpx;
  368. }
  369. .a-guess .h {
  370. display: flex;
  371. flex-flow: row nowrap;
  372. align-items: center;
  373. justify-content: center;
  374. height: 90rpx;
  375. }
  376. .a-guess .h .txt {
  377. padding-right: 30rpx;
  378. background: url("http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2W6ATlkvAAAA_rntq4s180.png") right 4rpx no-repeat;
  379. background-size: 16.656rpx 27rpx;
  380. display: inline-block;
  381. height: 36rpx;
  382. font-size: 33rpx;
  383. line-height: 36rpx;
  384. }
  385. .a-guess .b {
  386. width: 750rpx;
  387. height: auto;
  388. overflow: hidden;
  389. border-top: 1rpx solid #f4f4f4;
  390. margin-top: 20rpx;
  391. }
  392. .a-guess .b .item {
  393. float: left;
  394. background: #fff;
  395. width: 375rpx;
  396. padding-bottom: 33.333rpx;
  397. border-bottom: 1rpx solid #f4f4f4;
  398. height: auto;
  399. overflow: hidden;
  400. text-align: center;
  401. }
  402. .a-guess .b .item-b {
  403. border-right: 1rpx solid #f4f4f4;
  404. }
  405. .a-guess .item .img2 {
  406. margin-top: 10rpx;
  407. width: 302rpx;
  408. height: 302rpx;
  409. background-size:202rpx 202rpx;
  410. }
  411. .a-guess .item .name {
  412. display: block;
  413. width: 365.625rpx;
  414. height: 80rpx;
  415. padding: 0 20rpx;
  416. margin: 11.5rpx 0 22rpx 0;
  417. text-align: center;
  418. font-size: 26rpx;
  419. color: #333;
  420. }
  421. .a-guess .item .price {
  422. display: block;
  423. width: 365.625rpx;
  424. height: 30rpx;
  425. text-align: center;
  426. font-size: 30rpx;
  427. color: #b4282d;
  428. }
  429. .a-guess .item .price .cart {
  430. margin-left: 20rpx;
  431. width: 35rpx;
  432. height: 35rpx;
  433. vertical-align: -6rpx;
  434. }
  435. /* //////////////////////////////////////////// */
  436. .attr-pop {
  437. width: 100%;
  438. height: auto;
  439. padding: 31.25rpx;
  440. background: #fff;
  441. position: fixed;
  442. bottom: 100rpx;
  443. z-index: 600;
  444. }
  445. .attr-close {
  446. float: right;
  447. width: 40rpx;
  448. height: 40rpx;
  449. line-height: 40rpx;
  450. border-radius: 50%;
  451. font-size: 40rpx;
  452. text-align: center;
  453. overflow: hidden;
  454. }
  455. .attr-pop .img-info {
  456. width: 687.5rpx;
  457. height: 177rpx;
  458. overflow: hidden;
  459. margin-bottom: 41.5rpx;
  460. }
  461. .attr-pop .img {
  462. float: left;
  463. height: 177rpx;
  464. width: 177rpx;
  465. background: #f4f4f4;
  466. margin-right: 31.25rpx;
  467. }
  468. .attr-pop .info {
  469. /* float: left; */
  470. height: 177rpx;
  471. display: flex;
  472. align-items: flex-start;
  473. }
  474. .attr-pop .p {
  475. font-size: 33rpx;
  476. color: #333;
  477. height: 33rpx;
  478. line-height: 33rpx;
  479. margin-bottom: 10rpx;
  480. }
  481. .attr-pop .a {
  482. font-size: 29rpx;
  483. color: #333;
  484. height: 40rpx;
  485. line-height: 40rpx;
  486. width: 260px;
  487. display: block;
  488. word-break: break-all;
  489. word-wrap: break-word;
  490. }
  491. .spec-con {
  492. width: 100%;
  493. height: auto;
  494. overflow: hidden;
  495. }
  496. .spec-con .name {
  497. height: 32rpx;
  498. margin-bottom: 22rpx;
  499. font-size: 29rpx;
  500. color: #333;
  501. }
  502. .spec-con .values {
  503. height: auto;
  504. margin-bottom: 31.25rpx;
  505. font-size: 0;
  506. }
  507. .spec-con .value {
  508. display: inline-block;
  509. height: 62rpx;
  510. padding: 0 35rpx;
  511. line-height: 56rpx;
  512. text-align: center;
  513. margin-right: 25rpx;
  514. margin-bottom: 16.5rpx;
  515. border: 1px solid #333;
  516. font-size: 25rpx;
  517. color: #333;
  518. }
  519. .spec-con .value.disable {
  520. border: 1px solid #ccc;
  521. color: #ccc;
  522. }
  523. .spec-con .value.selected {
  524. border: 1px solid #b4282d;
  525. color: #b4282d;
  526. }
  527. .spec-con .number-item .selnum {
  528. width: 322rpx;
  529. height: 71rpx;
  530. border: 1px solid #ccc;
  531. display: flex;
  532. }
  533. .spec-con .number-item .cut {
  534. width: 93.75rpx;
  535. height: 100%;
  536. text-align: center;
  537. line-height: 65rpx;
  538. }
  539. .spec-con .number-item .number {
  540. flex: 1;
  541. height: 100%;
  542. text-align: center;
  543. line-height: 68.75rpx;
  544. border-left: 1px solid #ccc;
  545. border-right: 1px solid #ccc;
  546. float: left;
  547. }
  548. .spec-con .number-item .add {
  549. width: 93.75rpx;
  550. height: 100%;
  551. text-align: center;
  552. line-height: 65rpx;
  553. }
  554. .bottom-btn {
  555. position: fixed;
  556. left: 0;
  557. bottom: 0;
  558. z-index: 10;
  559. width: 750rpx;
  560. height: 100rpx;
  561. display: flex;
  562. background: #fff;
  563. }
  564. .bottom-btn .r {
  565. border: 1px solid #b4282d;
  566. background: #b4282d;
  567. float: left;
  568. height: 100rpx;
  569. line-height: 96rpx;
  570. flex: 1;
  571. text-align: center;
  572. color: #fff;
  573. }
  574. .checkbox-biz-type {
  575. float: left;
  576. height: 30rpx;
  577. width: 100%;
  578. margin-top: 10rpx;
  579. margin-left: 24rpx;
  580. background: url(http://120.76.26.84/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  581. background-size: 30rpx;
  582. vertical-align: middle;
  583. }
  584. .checkbox-biz-type.checked {
  585. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  586. background-size: 30rpx;
  587. }
  588. .search-icon-shop {
  589. width: 30rpx;
  590. height: 30rpx;
  591. /* margin-left: 15rpx;
  592. margin-top: 20rpx;
  593. margin-bottom:-18rpx;*/
  594. margin-bottom:9rpx;
  595. margin-left:40rpx;
  596. vertical-align: middle;
  597. }
  598. .title-name {
  599. width: 100%;
  600. height: 30rpx;
  601. line-height: 30rpx;
  602. text-align: left;
  603. font-size: 28rpx;
  604. color: rgba(87, 86, 86, 0.63);
  605. margin-left: 10rpx;
  606. font-weight: bolder;
  607. padding-bottom: 10rpx;
  608. vertical-align: middle;
  609. }
  610. .number-item-text {
  611. display: inline-flex;
  612. -webkit-box-pack: justify;
  613. align-items: center;
  614. position: absolute;
  615. /* right: 0; */
  616. margin-right: 17rpx;
  617. font-size: 26rpx;
  618. color: black;
  619. }
  620. .shixiao {
  621. float: left;
  622. height: 34rpx;
  623. margin: 65rpx 6rpx 65rpx 4rpx;
  624. background-size: 34rpx;
  625. background-color: rgba(87, 86, 86, 0.63);
  626. border-radius:30rpx;
  627. color: #fff;
  628. font-size: 22rpx;
  629. width: 70rpx;
  630. padding-left: 10rpx;
  631. }
  632. .addCart {
  633. width: 93.75rpx;
  634. height: 100%;
  635. text-align: center;
  636. line-height: 65rpx;
  637. }
  638. .addEnabel {
  639. width: 93.75rpx;
  640. height: 100%;
  641. text-align: center;
  642. line-height: 65rpx;
  643. color: #ccc;
  644. }
  645. /* activity */
  646. .activity {
  647. position: fixed;
  648. background: #fff;
  649. width: 100%;
  650. height: 78rpx;
  651. z-index: 999999;
  652. }
  653. .activity-box {
  654. background: #fff;
  655. width: 100%;
  656. height: 78rpx;
  657. overflow: hidden;
  658. padding: 0 30rpx;
  659. display: flex;
  660. }
  661. .activity-box .item {
  662. height: 78rpx;
  663. line-height: 78rpx;
  664. text-align: center;
  665. flex: 1;
  666. color: #333;
  667. font-size: 26rpx;
  668. }
  669. .activity-box .item .txt {
  670. display: block;
  671. width: 100%;
  672. height: 100%;
  673. color: #333;
  674. }
  675. .activity-box .item.active .txt {
  676. color: #b4282d;
  677. }
  678. .unpay-num {
  679. position: absolute;
  680. width: 30rpx;
  681. height: 30rpx;
  682. line-height: 30rpx;
  683. text-align: center;
  684. top: 0rpx;
  685. left: 280rpx;
  686. background-color: #b4282d;
  687. color: #fff;
  688. border-radius: 50%;
  689. font-size: 20rpx;
  690. }
  691. .unpay-num2 {
  692. position: absolute;
  693. width: 30rpx;
  694. height: 30rpx;
  695. line-height: 30rpx;
  696. text-align: center;
  697. top: 0rpx;
  698. left: 620rpx;
  699. background-color: #b4282d;
  700. color: #fff;
  701. border-radius: 50%;
  702. font-size: 20rpx;
  703. }