cart.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  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: 20rpx;
  178. top: 20rpx;
  179. }
  180. .cart-view .item .goods-do .org-price {
  181. color: #999;
  182. font-size: 23rpx;
  183. }
  184. .cart-view .item .open {
  185. height: 28rpx;
  186. width: 150rpx;
  187. display: block;
  188. float: right;
  189. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2EaAGOLDAAABEv1p1iM011.png) right center no-repeat;
  190. background-size: 25rpx;
  191. font-size: 25rpx;
  192. color: #333;
  193. }
  194. .goods .number-item {
  195. display: inline-flex;
  196. -webkit-box-pack: justify;
  197. align-items: center;
  198. position: absolute;
  199. /* right: 0; */
  200. margin-right: 17rpx;
  201. }
  202. .goods .number-item .selnum {
  203. height: 71rpx;
  204. display: flex;
  205. }
  206. .goods .number-item .selnum .cut {
  207. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAM1BMVEX////Z296wsLD6+vvo6evi5Obe3+Lr7O709fb5+fr3+Pjb3eDw8fLu7/Hl5+nk5ui5ubmS1nTyAAABG0lEQVRIx52WWXLEIAxEeUGSGeNl7n/aME6lUmQWm+5f+5l2A5LSC+XFPCrUcFtyuqDbFHSK6XaCzE7TvpZ8LFnWnSafPyB5g2oldSpWYXvrcgKmkQdNDpbfWDDwVwEE8cH6HMRTIAX8Y7rZofxbByydyKBfKx7MORV9Bn4CPL82EfkKlOMv+QxzuqQZfr++YemijK3Dz9Sb8mb0sib8Z4tqGlDldrA2AtnhKygjUCGOX0tDesS2sI9BO0vzuI5BK5acMgYVPAV5DMpEy71P9P71pHu/J9REDzXmBdVDSJBkTwpCilzaXOkYSQdWuRrSJZSuu1JYpBKmFEupLCsNQGk1SlOT2qfSqJWRQBg+lDFHG6j00U0fEqVx9BvALAkNabHL3QAAAABJRU5ErkJggg==);
  208. box-sizing: border-box;
  209. width: 25px;
  210. border: none;
  211. border-radius: 50%;
  212. height: 25px;
  213. background-size: 100% 100%;
  214. }
  215. .goods .number-item .selnum .number {
  216. width: 2em;
  217. text-align: center;
  218. color: #333;
  219. margin-top:-2px;
  220. }
  221. .goods .number-item .selnum .add {
  222. 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=);
  223. box-sizing: border-box;
  224. width: 25px;
  225. border: none;
  226. border-radius: 50%;
  227. height: 25px;
  228. background-size: 100% 100%;
  229. }
  230. .goods .number-item .selnum .add2 {
  231. display: block;
  232. width: 52rpx;
  233. height: 52rpx;
  234. }
  235. .cart-view .item .b {
  236. height: 28rpx;
  237. line-height: 28rpx;
  238. font-size: 25rpx;
  239. color: #333;
  240. overflow: hidden;
  241. display: inline-flex;
  242. right: 0;
  243. }
  244. .cart-view .group-item .handle {
  245. display: inline-flex;
  246. -webkit-box-pack: justify;
  247. align-items: center;
  248. position: absolute;
  249. right: 0;
  250. margin-right: 17rpx;
  251. }
  252. .cart-view .group-item .handle .del {
  253. display: block;
  254. width: 52rpx;
  255. height: 52rpx;
  256. }
  257. .cart-view .promotion .icon {
  258. display: inline-block;
  259. height: 24rpx;
  260. width: 15rpx;
  261. }
  262. .cart-view .promotion {
  263. margin-top: 25.5rpx;
  264. float: left;
  265. height: 43rpx;
  266. width: 480rpx;
  267. /*margin-right: 84rpx;*/
  268. line-height: 43rpx;
  269. font-size: 0;
  270. }
  271. .cart-view .promotion .tag {
  272. border: 1px solid #f48f18;
  273. height: 37rpx;
  274. line-height: 31rpx;
  275. padding: 0 9rpx;
  276. margin-right: 10rpx;
  277. color: #f48f18;
  278. font-size: 24.5rpx;
  279. }
  280. .cart-view .promotion .txt {
  281. height: 43rpx;
  282. line-height: 43rpx;
  283. padding-right: 10rpx;
  284. color: #333;
  285. font-size: 29rpx;
  286. overflow: hidden;
  287. }
  288. .cart-view .get {
  289. margin-top: 18rpx;
  290. float: right;
  291. height: 58rpx;
  292. padding-left: 14rpx;
  293. border-left: 1px solid #d9d9d9;
  294. line-height: 58rpx;
  295. font-size: 29rpx;
  296. color: #333;
  297. }
  298. .cart-view .coupon-info .header {
  299. width: 100%;
  300. height: 94rpx;
  301. line-height: 94rpx;
  302. text-align: center;
  303. }
  304. .cart-view .coupon-info .txt {
  305. color: #f48f18;
  306. }
  307. .cart-bottom {
  308. position: fixed;
  309. bottom: 0;
  310. left: 0;
  311. height: 100rpx;
  312. width: 100%;
  313. background: #fff;
  314. display: flex;
  315. align-items: center;
  316. z-index: 499;
  317. }
  318. .cart-bottom .checkbox {
  319. height: 34rpx;
  320. padding-left: 60rpx;
  321. line-height: 34rpx;
  322. margin: 0 18rpx 0 36rpx;
  323. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  324. background-size: 34rpx;
  325. font-size: 29rpx;
  326. }
  327. .cart-bottom .checkbox.checked {
  328. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  329. background-size: 34rpx;
  330. }
  331. .cart-bottom .total {
  332. height: 34rpx;
  333. flex: 1;
  334. font-size: 29rpx;
  335. color: #b4282d;
  336. margin-top: -10rpx;
  337. }
  338. .cart-bottom .delete {
  339. height: 34rpx;
  340. width: auto;
  341. margin: 33rpx 18rpx;
  342. font-size: 29rpx;
  343. }
  344. .cart-bottom .checkout {
  345. height: 100rpx;
  346. width: 210rpx;
  347. text-align: center;
  348. line-height: 100rpx;
  349. font-size: 29rpx;
  350. background: #b4282d;
  351. color: #fff;
  352. }
  353. .line-through {
  354. text-decoration: line-through;
  355. }
  356. .a-guess {
  357. width: 750rpx;
  358. height: auto;
  359. overflow: hidden;
  360. background: #fff;
  361. color: #333;
  362. margin-top: 0rpx;
  363. margin-bottom: 150rpx;
  364. }
  365. .a-guess .h {
  366. display: flex;
  367. flex-flow: row nowrap;
  368. align-items: center;
  369. justify-content: center;
  370. height: 90rpx;
  371. }
  372. .a-guess .h .txt {
  373. padding-right: 30rpx;
  374. background: url("http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2W6ATlkvAAAA_rntq4s180.png") right 4rpx no-repeat;
  375. background-size: 16.656rpx 27rpx;
  376. display: inline-block;
  377. height: 36rpx;
  378. font-size: 33rpx;
  379. line-height: 36rpx;
  380. }
  381. .a-guess .b {
  382. width: 750rpx;
  383. height: auto;
  384. overflow: hidden;
  385. border-top: 1rpx solid #f4f4f4;
  386. margin-top: 20rpx;
  387. }
  388. .a-guess .b .item {
  389. float: left;
  390. background: #fff;
  391. width: 375rpx;
  392. padding-bottom: 33.333rpx;
  393. border-bottom: 1rpx solid #f4f4f4;
  394. height: auto;
  395. overflow: hidden;
  396. text-align: center;
  397. }
  398. .a-guess .b .item-b {
  399. border-right: 1rpx solid #f4f4f4;
  400. }
  401. .a-guess .item .img2 {
  402. margin-top: 10rpx;
  403. width: 302rpx;
  404. height: 302rpx;
  405. background-size:202rpx 202rpx;
  406. }
  407. .a-guess .item .name {
  408. display: block;
  409. width: 365.625rpx;
  410. height: 80rpx;
  411. padding: 0 20rpx;
  412. margin: 11.5rpx 0 22rpx 0;
  413. text-align: center;
  414. font-size: 26rpx;
  415. color: #333;
  416. }
  417. .a-guess .item .price {
  418. display: block;
  419. width: 365.625rpx;
  420. height: 30rpx;
  421. text-align: center;
  422. font-size: 30rpx;
  423. color: #b4282d;
  424. }
  425. .a-guess .item .price .cart {
  426. margin-left: 20rpx;
  427. width: 35rpx;
  428. height: 35rpx;
  429. vertical-align: -6rpx;
  430. }
  431. /* //////////////////////////////////////////// */
  432. .attr-pop {
  433. width: 100%;
  434. height: auto;
  435. padding: 31.25rpx;
  436. background: #fff;
  437. position: fixed;
  438. bottom: 100rpx;
  439. z-index: 600;
  440. }
  441. .attr-close {
  442. float: right;
  443. width: 40rpx;
  444. height: 40rpx;
  445. line-height: 40rpx;
  446. border-radius: 50%;
  447. font-size: 40rpx;
  448. text-align: center;
  449. overflow: hidden;
  450. }
  451. .attr-pop .img-info {
  452. width: 687.5rpx;
  453. height: 177rpx;
  454. overflow: hidden;
  455. margin-bottom: 41.5rpx;
  456. }
  457. .attr-pop .img {
  458. float: left;
  459. height: 177rpx;
  460. width: 177rpx;
  461. background: #f4f4f4;
  462. margin-right: 31.25rpx;
  463. }
  464. .attr-pop .info {
  465. float: left;
  466. height: 177rpx;
  467. display: flex;
  468. align-items: flex-start;
  469. }
  470. .attr-pop .p {
  471. font-size: 33rpx;
  472. color: #333;
  473. height: 33rpx;
  474. line-height: 33rpx;
  475. margin-bottom: 10rpx;
  476. }
  477. .attr-pop .a {
  478. font-size: 29rpx;
  479. color: #333;
  480. height: 40rpx;
  481. line-height: 40rpx;
  482. width: 260px;
  483. display: block;
  484. word-break: break-all;
  485. word-wrap: break-word;
  486. }
  487. .spec-con {
  488. width: 100%;
  489. height: auto;
  490. overflow: hidden;
  491. }
  492. .spec-con .name {
  493. height: 32rpx;
  494. margin-bottom: 22rpx;
  495. font-size: 29rpx;
  496. color: #333;
  497. }
  498. .spec-con .values {
  499. height: auto;
  500. margin-bottom: 31.25rpx;
  501. font-size: 0;
  502. }
  503. .spec-con .value {
  504. display: inline-block;
  505. height: 62rpx;
  506. padding: 0 35rpx;
  507. line-height: 56rpx;
  508. text-align: center;
  509. margin-right: 25rpx;
  510. margin-bottom: 16.5rpx;
  511. border: 1px solid #333;
  512. font-size: 25rpx;
  513. color: #333;
  514. }
  515. .spec-con .value.disable {
  516. border: 1px solid #ccc;
  517. color: #ccc;
  518. }
  519. .spec-con .value.selected {
  520. border: 1px solid #b4282d;
  521. color: #b4282d;
  522. }
  523. .spec-con .number-item .selnum {
  524. width: 322rpx;
  525. height: 71rpx;
  526. border: 1px solid #ccc;
  527. display: flex;
  528. }
  529. .spec-con .number-item .cut {
  530. width: 93.75rpx;
  531. height: 100%;
  532. text-align: center;
  533. line-height: 65rpx;
  534. }
  535. .spec-con .number-item .number {
  536. flex: 1;
  537. height: 100%;
  538. text-align: center;
  539. line-height: 68.75rpx;
  540. border-left: 1px solid #ccc;
  541. border-right: 1px solid #ccc;
  542. float: left;
  543. }
  544. .spec-con .number-item .add {
  545. width: 93.75rpx;
  546. height: 100%;
  547. text-align: center;
  548. line-height: 65rpx;
  549. }
  550. .bottom-btn {
  551. position: fixed;
  552. left: 0;
  553. bottom: 0;
  554. z-index: 10;
  555. width: 750rpx;
  556. height: 100rpx;
  557. display: flex;
  558. background: #fff;
  559. }
  560. .bottom-btn .r {
  561. border: 1px solid #b4282d;
  562. background: #b4282d;
  563. float: left;
  564. height: 100rpx;
  565. line-height: 96rpx;
  566. flex: 1;
  567. text-align: center;
  568. color: #fff;
  569. }
  570. .checkbox-biz-type {
  571. float: left;
  572. height: 30rpx;
  573. width: 100%;
  574. margin-top: 10rpx;
  575. margin-left: 24rpx;
  576. background: url(http://120.76.26.84/group1/M00/00/02/rBJEdVvr2GyABbtjAAAByIPHW08157.png) no-repeat;
  577. background-size: 30rpx;
  578. vertical-align: middle;
  579. }
  580. .checkbox-biz-type.checked {
  581. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2AmALCJBAAABdbLfmi0325.png) no-repeat;
  582. background-size: 30rpx;
  583. }
  584. .search-icon-shop {
  585. width: 30rpx;
  586. height: 30rpx;
  587. /* margin-left: 15rpx;
  588. margin-top: 20rpx;
  589. margin-bottom:-18rpx;*/
  590. margin-bottom:9rpx;
  591. margin-left:40rpx;
  592. vertical-align: middle;
  593. }
  594. .title-name {
  595. width: 100%;
  596. height: 30rpx;
  597. line-height: 30rpx;
  598. text-align: left;
  599. font-size: 28rpx;
  600. color: rgba(87, 86, 86, 0.63);
  601. margin-left: 10rpx;
  602. font-weight: bolder;
  603. padding-bottom: 10rpx;
  604. vertical-align: middle;
  605. }
  606. .number-item-text {
  607. display: inline-flex;
  608. -webkit-box-pack: justify;
  609. align-items: center;
  610. position: absolute;
  611. /* right: 0; */
  612. margin-right: 17rpx;
  613. font-size: 26rpx;
  614. color: black;
  615. }
  616. .shixiao {
  617. float: left;
  618. height: 34rpx;
  619. margin: 65rpx 6rpx 65rpx 4rpx;
  620. background-size: 34rpx;
  621. background-color: rgba(87, 86, 86, 0.63);
  622. border-radius:30rpx;
  623. color: #fff;
  624. font-size: 22rpx;
  625. width: 70rpx;
  626. padding-left: 10rpx;
  627. }
  628. .addCart {
  629. width: 93.75rpx;
  630. height: 100%;
  631. text-align: center;
  632. line-height: 65rpx;
  633. }
  634. .addEnabel {
  635. width: 93.75rpx;
  636. height: 100%;
  637. text-align: center;
  638. line-height: 65rpx;
  639. color: #ccc;
  640. }
  641. /* activity */
  642. .activity {
  643. position: fixed;
  644. background: #fff;
  645. width: 100%;
  646. height: 78rpx;
  647. z-index: 999999;
  648. }
  649. .activity-box {
  650. background: #fff;
  651. width: 100%;
  652. height: 78rpx;
  653. overflow: hidden;
  654. padding: 0 30rpx;
  655. display: flex;
  656. }
  657. .activity-box .item {
  658. height: 78rpx;
  659. line-height: 78rpx;
  660. text-align: center;
  661. flex: 1;
  662. color: #333;
  663. font-size: 26rpx;
  664. }
  665. .activity-box .item .txt {
  666. display: block;
  667. width: 100%;
  668. height: 100%;
  669. color: #333;
  670. }
  671. .activity-box .item.active .txt {
  672. color: #b4282d;
  673. }
  674. .unpay-num {
  675. position: absolute;
  676. width: 30rpx;
  677. height: 30rpx;
  678. line-height: 30rpx;
  679. text-align: center;
  680. top: 0rpx;
  681. left: 280rpx;
  682. background-color: #b4282d;
  683. color: #fff;
  684. border-radius: 50%;
  685. font-size: 20rpx;
  686. }
  687. .unpay-num2 {
  688. position: absolute;
  689. width: 30rpx;
  690. height: 30rpx;
  691. line-height: 30rpx;
  692. text-align: center;
  693. top: 0rpx;
  694. left: 620rpx;
  695. background-color: #b4282d;
  696. color: #fff;
  697. border-radius: 50%;
  698. font-size: 20rpx;
  699. }