detail.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. .detail {
  2. padding-top: 80px;
  3. width: 100%;
  4. background: #f8f8f8;
  5. }
  6. .detail .detail-router {
  7. line-height: 50px;
  8. text-align: left;
  9. margin: 0 auto;
  10. color: #333;
  11. width: 1180px;
  12. height: 50px;
  13. background: white;
  14. }
  15. .detail .detail-router .detail-router-list {
  16. list-style: none;
  17. margin: 0;
  18. padding: 0;
  19. font-size: 14px;
  20. color: #888888;
  21. font-weight: bold;
  22. display: flex;
  23. }
  24. .detail .detail-router .detail-router-list .detail-router-item {
  25. margin: 0 10px;
  26. }
  27. .detail .detail-router .detail-router-list .detail-router-item:hover {
  28. cursor: pointer;
  29. color: #207cfb;
  30. text-decoration: underline;
  31. }
  32. .detail .goods-show {
  33. background: #cfddd6;
  34. height: 300px;
  35. padding-top: 35px;
  36. }
  37. .detail .goods-show .goods-show-info {
  38. width: 1180px;
  39. margin: 0 auto;
  40. display: flex;
  41. justify-content: space-between;
  42. }
  43. .detail .goods-show .goods-show-info .goods-show-body {
  44. display: flex;
  45. }
  46. .detail .goods-show .goods-show-info .goods-show-body .goods-show-img {
  47. perspective: 300px;
  48. }
  49. .detail .goods-show .goods-show-info .goods-show-body .goods-show-img img {
  50. transform-origin: left center;
  51. transform: rotateY(10deg) rotateX(5deg);
  52. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  53. border-radius: 20px;
  54. }
  55. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text {
  56. padding-top: 20px;
  57. padding-left: 30px;
  58. margin-left: 50px;
  59. width: 600px;
  60. text-align: left;
  61. }
  62. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-title {
  63. line-height: 35px;
  64. font-size: 30px;
  65. font-weight: bold;
  66. color: #777;
  67. }
  68. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages {
  69. margin-top: 15px;
  70. color: #888;
  71. display: flex;
  72. justify-content: left;
  73. flex-wrap: wrap;
  74. }
  75. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-not-icon {
  76. width: 85px;
  77. }
  78. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-icon {
  79. width: 110px;
  80. }
  81. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-icon .goods-show-tag {
  82. padding-left: 0px;
  83. }
  84. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage {
  85. padding: 5px;
  86. margin-bottom: 5px;
  87. margin-right: 10px;
  88. display: flex;
  89. align-items: center;
  90. border-radius: 5px;
  91. border: 1px solid #b0c0bf;
  92. background-color: #c0d0ca;
  93. user-select: none;
  94. text-align: center;
  95. }
  96. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage img {
  97. width: 25px;
  98. height: 25px;
  99. border-radius: 50%;
  100. }
  101. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-tag {
  102. width: 100%;
  103. }
  104. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-name {
  105. font-size: 16px;
  106. line-height: 20px;
  107. color: #666666;
  108. font-weight: bold;
  109. }
  110. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-desc {
  111. font-size: 12px;
  112. }
  113. .detail .goods-show .goods-show-info .goods-show-body .goods-show-des {
  114. margin-top: 30px;
  115. color: #aaa;
  116. height: 140px;
  117. text-indent: 2em;
  118. text-overflow: ellipsis;
  119. overflow: hidden;
  120. }
  121. .detail .goods-show .goods-show-info .goods-show-count {
  122. display: flex;
  123. width: 150px;
  124. }
  125. .detail .goods-show .goods-show-info .goods-show-count .goods-show-price-text {
  126. font-size: 12px;
  127. width: 150px;
  128. line-height: 34px;
  129. text-align: center;
  130. border-radius: 15px;
  131. height: 34px;
  132. background: rgba(255, 255, 255, 0.3);
  133. }
  134. .detail .goods-show .goods-show-info .goods-show-count .goods-show-price-text span:nth-child(1) {
  135. color: #999;
  136. }
  137. .detail .goods-info {
  138. width: 1180px;
  139. display: flex;
  140. padding-bottom: 40px;
  141. justify-content: space-between;
  142. margin: 20px auto 0 auto;
  143. }
  144. .detail .goods-info .info-left {
  145. width: 760px;
  146. }
  147. .detail .goods-info .info-left .info-left-select-btns {
  148. padding: 15px;
  149. width: 730px;
  150. border: #dddddd solid;
  151. border-width: 1px 1px 0 1px;
  152. border-radius: 5px 5px 0 0;
  153. display: flex;
  154. justify-content: left;
  155. flex-wrap: wrap;
  156. background: white;
  157. }
  158. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn {
  159. margin: 0 10px 20px 0;
  160. height: 35px;
  161. line-height: 35px;
  162. text-align: center;
  163. border-radius: 15px;
  164. border: #8b8b8b 1px solid;
  165. padding: 5px 15px;
  166. color: #8b8b8b;
  167. cursor: pointer;
  168. transition: background-color 0.2s ease;
  169. user-select: none;
  170. }
  171. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn:hover {
  172. background: #888888;
  173. color: white;
  174. }
  175. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn:active {
  176. background: #dddddd;
  177. color: #888888;
  178. }
  179. .detail .goods-info .info-left .info-left-select-param {
  180. padding: 15px;
  181. border-radius: 0 0 5px 5px;
  182. border: #dddddd 1px solid;
  183. background: white;
  184. margin-bottom: 20px;
  185. width: 730px;
  186. display: flex;
  187. justify-content: space-between;
  188. flex-wrap: wrap;
  189. }
  190. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn {
  191. user-select: none;
  192. width: 300px;
  193. height: 35px;
  194. line-height: 35px;
  195. padding: 5px 15px;
  196. cursor: pointer;
  197. border: #8b8b8b 1px solid;
  198. border-radius: 15px;
  199. transition: background-color 0.2s ease;
  200. display: flex;
  201. font-size: 12px;
  202. margin-bottom: 10px;
  203. }
  204. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .ilspb-selector {
  205. line-height: 35px;
  206. width: 20px;
  207. height: 20px;
  208. background: #888888;
  209. color: white;
  210. border-radius: 50%;
  211. margin: 7px 0;
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. }
  216. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .ilspb-selector svg{
  217. width: 15px;
  218. height: 15px;
  219. }
  220. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn span {
  221. margin-left: 10px;
  222. }
  223. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .ilspb-tag {
  224. margin-top: -15px;
  225. margin-left: 0;
  226. padding: 0 10px;
  227. background: rgba(248, 217, 209, 1);
  228. font-size: 12px;
  229. height: 20px;
  230. line-height: 20px;
  231. border-radius: 5px;
  232. position: absolute;
  233. color: rgba(223, 30, 28);
  234. border: rgba(223, 30, 28) 1px solid;
  235. }
  236. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn:hover .ilspb-tag {
  237. background: rgba(248, 217, 209, 0.3);
  238. }
  239. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .it {
  240. margin: -15px 0 0 180px;
  241. }
  242. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn:hover {
  243. background: #aaa;
  244. color: white;
  245. }
  246. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn:active {
  247. background: #dddddd;
  248. color: #aaa;
  249. }
  250. .detail .goods-info .info-left .info-left-des {
  251. margin-top: 30px;
  252. border-radius: 5px;
  253. min-height: 600px;
  254. padding: 0 20px 20px 20px;
  255. border: #dddddd 1px solid;
  256. background: white;
  257. }
  258. .detail .goods-info .info-left .info-left-des .des-tags {
  259. display: flex;
  260. flex-wrap: wrap;
  261. font-size: 16px;
  262. border-bottom: #dddddd 1px solid;
  263. }
  264. .detail .goods-info .info-left .info-left-des .des-tags .des-tag {
  265. padding: 15px 5px;
  266. transition: font-size 0.2s ease;
  267. line-height: 30px;
  268. cursor: pointer;
  269. }
  270. .detail .goods-info .info-left .info-left-des .des-tags .des-select-tag {
  271. font-weight: bold;
  272. font-size: 20px;
  273. }
  274. .detail .goods-info .info-left .info-left-des .info-introduction {
  275. text-align: left;
  276. text-indent: 2em;
  277. height: auto;
  278. }
  279. .detail .goods-info .info-right {
  280. width: 380px;
  281. }
  282. .detail .goods-info .info-right .info-right-price-calc {
  283. }
  284. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count {
  285. display: flex;
  286. justify-content: space-between;
  287. padding: 20px 30px;
  288. border-radius: 5px 5px 0 0;
  289. background: white;
  290. border: solid #dddddd;
  291. border-width: 1px 1px 0 1px;
  292. }
  293. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-font {
  294. font-size: 14px;
  295. line-height: 36px;
  296. text-align: left;
  297. }
  298. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button {
  299. width: 120px;
  300. border-radius: 15px;
  301. background: #f0f0f0;
  302. height: 36px;
  303. display: grid;
  304. grid-template-columns: 1fr 1fr 1fr;
  305. }
  306. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-minus,
  307. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-add {
  308. text-align: center;
  309. line-height: 36px;
  310. font-weight: bold;
  311. color: #666666;
  312. font-size: 18px;
  313. width: 40px;
  314. cursor: pointer;
  315. user-select: none;
  316. border-radius: 0 15px 15px 0;
  317. }
  318. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-minus:nth-child(1) {
  319. border-radius: 15px 0 0 15px;
  320. }
  321. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-minus:hover,
  322. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-add:hover {
  323. background: #eaeaea;
  324. }
  325. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-input {
  326. text-align: center;
  327. line-height: 36px;
  328. width: 40px;
  329. }
  330. .detail .goods-info .info-right .info-right-price-calc .info-right-purchase-count .irpc-count-button .irpc-count-button-input input {
  331. color: #666666;
  332. font-size: 14px;
  333. text-align: center;
  334. width: 40px;
  335. outline: none;
  336. background: transparent;
  337. border: transparent;
  338. }
  339. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price {
  340. border: solid #dddddd;
  341. border-width: 0 1px 1px 1px;
  342. border-radius: 0 0 5px 5px;
  343. height: 200px;
  344. width: 318px;
  345. padding: 10px 30px 10px 30px;
  346. background: white;
  347. }
  348. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price-name {
  349. justify-content: left;
  350. text-align: left;
  351. font-size: 26px;
  352. font-weight: bold;
  353. display: inline-block;
  354. }
  355. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price {
  356. display: flex;
  357. vertical-align: bottom;
  358. justify-content: space-between;
  359. margin: 10px 5px 0 5px;
  360. }
  361. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price .price-number {
  362. display: flex;
  363. justify-content: right;
  364. }
  365. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price .price-number .price-original {
  366. padding-top: 13px;
  367. display: block;
  368. position: relative;
  369. bottom: 0;
  370. width: auto;
  371. color: #8b8b8b;
  372. text-decoration: line-through;
  373. font-size: 14px;
  374. text-align: right;
  375. }
  376. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price .price-number .price-original:before {
  377. content: "¥";
  378. }
  379. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price .price-number .price-value {
  380. font-weight: bold;
  381. font-size: 26px;
  382. color: #ff4d4f;
  383. text-align: right;
  384. letter-spacing: -1.5px;
  385. }
  386. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .price .price-number .price-value:before {
  387. content: "¥";
  388. }
  389. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .purchase-button {
  390. border-top: 1px solid #dddddd;
  391. width: 320px;
  392. height: 45px;
  393. margin: 20px auto 0 auto;
  394. color: white;
  395. text-align: center;
  396. }
  397. .detail .goods-info .info-right .info-right-price-calc .info-right-total-purchase-price .purchase-button .purchase-button-btn {
  398. margin-top: 20px;
  399. background: #207cfb;
  400. border-radius: 5px;
  401. line-height: 45px;
  402. user-select: none;
  403. cursor: pointer;
  404. }
  405. .detail .goods-info .info-right .info-recommend {
  406. margin-top: 40px;
  407. margin-bottom: 20px;
  408. width: 380px;
  409. background: #fff;
  410. border-radius: 5px;
  411. border: 1px solid #dddddd;
  412. }
  413. .detail .goods-info .info-right .info-recommend .info-recommend-title {
  414. font-size: 24px;
  415. font-weight: bold;
  416. text-align: center;
  417. padding-bottom: 15px;
  418. margin-bottom: 15px;
  419. border-bottom: 1px solid #dddddd;
  420. }
  421. .detail .goods-info .info-right .info-recommend .info-recommend-items {
  422. width: 320px;
  423. padding: 10px 30px;
  424. min-height: 30px;
  425. justify-content: space-between;
  426. flex-wrap: wrap;
  427. display: flex;
  428. }
  429. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item {
  430. cursor: pointer;
  431. margin: 0 10px 20px 10px;
  432. max-width: 150px;
  433. }
  434. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item .recommend-item-img {
  435. width: 110px;
  436. height: 143px;
  437. margin-bottom: 12px;
  438. }
  439. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item .recommend-item-img img {
  440. border-radius: 15px;
  441. width: 110px;
  442. height: 143px;
  443. z-index: 1;
  444. }
  445. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item .recommend-item-img:after {
  446. transition: all 5.3s ease;
  447. margin: -148px 0 0 0;
  448. position: absolute;
  449. display: none;
  450. z-index: 2;
  451. content: "";
  452. width: 110px;
  453. height: 143px;
  454. background-color: rgba(255, 255, 255, 0.1);
  455. border-radius: 15px;
  456. }
  457. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item .recommend-item-img:hover:after {
  458. display: block;
  459. }
  460. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item:hover .recommend-item-img img {
  461. box-shadow: #333 0 0 8px;
  462. }
  463. .detail .goods-info .info-right .info-recommend .info-recommend-items .info-recommend-item .recommend-item-name {
  464. width: 110px;
  465. height: 38px;
  466. font-size: 12px;
  467. text-align: left;
  468. }
  469. .content * {
  470. max-width: 740px;
  471. }
  472. .content img {
  473. max-width: 680px;
  474. }
  475. /*//todo order*/
  476. .order-buy-curtain {
  477. position: fixed;
  478. top: 0;
  479. left: 0;
  480. width: 100VW;
  481. height: 100VH;
  482. background: rgba(0, 0, 0, 0.5);
  483. }
  484. .order-buy-body {
  485. position: absolute;
  486. top: calc(50% - 200px);
  487. left: calc(50% - 300px);
  488. background: white;
  489. border-radius: 15px;
  490. padding: 20px;
  491. }
  492. .order-buy-title {
  493. font-size: 24px;
  494. font-weight: bold;
  495. text-align: left;
  496. margin-bottom: 15px;
  497. }
  498. .order-buy-close {
  499. position: absolute;
  500. display: flex;
  501. justify-content: center;
  502. align-items: center;
  503. right: 10px;
  504. top: 10px;
  505. width: 25px;
  506. height: 25px;
  507. border-radius: 50%;
  508. transition: background-color 0.2s ease;
  509. color: #aaaaaa;
  510. cursor: pointer;
  511. }
  512. .order-buy-close:hover {
  513. color: #555555;
  514. background-color: rgba(0, 0, 0, 0.2);
  515. }
  516. .order-body {
  517. display: flex;
  518. justify-content: space-between;
  519. }
  520. .order-buy-pay {
  521. color: #333333;
  522. width: 380px;
  523. border-radius: 15px;
  524. border: #dddddd 1px solid;
  525. margin-right: 10px;
  526. height: auto;
  527. }
  528. .order-buy-pay-list {
  529. display: flex;
  530. justify-content: left;
  531. margin: 10px 10px 0 10px;
  532. border-bottom: solid 3px #dddddd;
  533. }
  534. .order-buy-pay-item {
  535. height: 40px;
  536. width: calc(340px / 3);
  537. background-color: #dddddd;
  538. border-radius: 5px 5px 0 0;
  539. user-select: none;
  540. cursor: pointer;
  541. margin-right: 10px;
  542. }
  543. .order-buy-pay-item:last-child {
  544. margin-right: 0;
  545. }
  546. .order-buy-pay-item:hover {
  547. background-color: #cccccc;
  548. }
  549. .order-buy-pay-item div .order-buy-pay-name {
  550. font-size: 14px;
  551. font-weight: bold;
  552. }
  553. .order-buy-pay-item div .order-buy-pay-tip {
  554. font-size: 12px;
  555. color: #ea6200;
  556. }
  557. .order-buy-pay-select {
  558. position: relative;
  559. height: 40px;
  560. background-color: transparent;
  561. border-width: 0 0 3px 0;
  562. border-style: solid;
  563. width: calc(340px / 3);
  564. transition: left 0.2s ease-in-out, border-color 0.2s ease-in-out;
  565. top: -43px;
  566. margin: 0;
  567. padding: 0;
  568. }
  569. .order-buy-pay-body {
  570. padding: 20px 0 10px;
  571. margin: -43px 10px 10px;
  572. border-radius: 0 0 10px 10px;
  573. background: #eeeeee;
  574. }
  575. .pay-body-qrcode {
  576. width: 150px;
  577. height: 150px;
  578. background-color: #dddddd;
  579. margin: 0 auto 20px;
  580. }
  581. #test-purchase {
  582. border-radius: 10px;
  583. width: 100%;
  584. height: 40px;
  585. background-color: #207cfb;
  586. display: flex;
  587. justify-content: center;
  588. align-items: center;
  589. cursor: pointer;
  590. color: white;
  591. font-weight: bold;
  592. font-size: 14px;
  593. user-select: none;
  594. }
  595. .pay-body-info {
  596. display: flex;
  597. justify-content: space-between;
  598. width: 150px;
  599. margin: 0 auto 5px;
  600. }
  601. .pay-body-info-title {
  602. font-size: 16px;
  603. font-weight: bold;
  604. }
  605. .pay-body-info-amount {
  606. font-size: 16px;
  607. color: #ff4d4f;
  608. }
  609. .pay-body-info-amount:before {
  610. content: "¥";
  611. }
  612. .pay-body-tip {
  613. text-align: center;
  614. }
  615. .pay-body-tip-line {
  616. cursor: pointer;
  617. }
  618. .pay-body-tip-line:hover {
  619. color: #aaaaaa;
  620. }
  621. .order-buy-info {
  622. border-radius: 15px;
  623. width: 335px;
  624. text-align: left;
  625. }
  626. .order-buy-info-body {
  627. margin: 10px;
  628. border-radius: 10px;
  629. }
  630. .order-buy-info-title {
  631. font-size: 18px;
  632. font-weight: bold;
  633. margin-bottom: 10px;
  634. }
  635. .order-buy-info-data {
  636. display: flex;
  637. justify-content: left;
  638. border-bottom: 1px solid #cccccc;
  639. padding-bottom: 10px;
  640. }
  641. .order-image {
  642. padding-right: 20px;
  643. }
  644. .order-image img {
  645. border-radius: 5px;
  646. width: 50px;
  647. height: 70px;
  648. }
  649. .order-name {
  650. font-size: 14px;
  651. font-weight: bold;
  652. }
  653. .order-data {
  654. margin-top: 20px;
  655. }
  656. .order-data-item {
  657. display: flex;
  658. justify-content: space-between;
  659. margin: 5px 0;
  660. }
  661. .order-data-item-name:after {
  662. content: ":";
  663. }
  664. .order-data-item-value {
  665. display: flex;
  666. vertical-align: bottom;
  667. }
  668. .value-delete-line {
  669. text-decoration: line-through;
  670. height: 16px;
  671. margin-top: 6px;
  672. font-size: 12px;
  673. color: #888888;
  674. margin-right: 5px;
  675. }
  676. .value-delete-line:before {
  677. content: "¥";
  678. }
  679. .value-now {
  680. color: #ff4d4f;
  681. font-size: 16px;
  682. font-weight: bold;
  683. }
  684. .value-now:before {
  685. content: "¥";
  686. }