goods.wxss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. .myqr{
  2. position: absolute;
  3. z-index: 999;
  4. width: 100%;
  5. text-align: center;
  6. height: auto;
  7. margin-top: 50rpx;
  8. }
  9. .myqr .cancel{
  10. width: 60rpx;
  11. height: 60rpx;
  12. margin-top: 30rpx;
  13. margin-left: 480rpx;
  14. }
  15. .myqr .img{
  16. width: 480rpx;
  17. }
  18. .myqr .btn{
  19. width: 120rpx;
  20. height: 120rpx;
  21. line-height: 120rpx;
  22. margin-top: 20rpx;
  23. padding: 30rpx;
  24. background: #ffffff;
  25. border-radius:60rpx;
  26. }
  27. .container {
  28. margin-bottom: 100rpx;
  29. }
  30. .user_column_item_image {
  31. width: 50rpx;
  32. height: 50rpx;
  33. margin-right: 26rpx;
  34. margin-top: 25rpx;
  35. }
  36. .flexb {
  37. width: 750rpx;
  38. height: 88rpx;
  39. line-height: 103rpx;
  40. padding-right: 31.25rpx;
  41. border-bottom: 1px solid #f4f4f4;
  42. font-size: 30rpx;
  43. color: #333;
  44. background: #fff;
  45. display:flex;
  46. flex-wrap: nowrap;
  47. }
  48. .flex{
  49. flex-grow: 1;
  50. text-align: center;
  51. }
  52. .show {
  53. width: 750rpx;
  54. height: 88rpx;
  55. background: #fff;
  56. border-bottom: 1px solid #f4f4f4;
  57. }
  58. .show .t {
  59. float: left;
  60. width: 600rpx;
  61. height: 88rpx;
  62. line-height: 88rpx;
  63. font-size: 29rpx;
  64. color: #333;
  65. margin-left: 31.25rpx;
  66. }
  67. .show .t .s{
  68. font-weight: 600;
  69. }
  70. .show .i {
  71. float: right;
  72. width: 52rpx;
  73. height: 52rpx;
  74. margin-right: 16rpx;
  75. margin-top: 28rpx;
  76. }
  77. .mark-img{
  78. width: 168rpx;
  79. height: 68rpx;
  80. right: 5rpx;
  81. position: absolute;
  82. top: 5rpx;
  83. }
  84. .goodsimgs {
  85. width: 750rpx;
  86. height: 492rpx;
  87. }
  88. .goodsimgs image {
  89. width: 750rpx;
  90. height: 492rpx;
  91. }
  92. .commodity_screen {
  93. width: 100%;
  94. height: 100%;
  95. position: fixed;
  96. top: 0;
  97. left: 0;
  98. background: #000;
  99. opacity: 0.2;
  100. overflow: hidden;
  101. z-index: 1000;
  102. color: #fff;
  103. }
  104. .commodity_attr_box {
  105. width: 100%;
  106. overflow: hidden;
  107. position: fixed;
  108. bottom: 0;
  109. left: 0;
  110. z-index: 2000;
  111. background: #fff;
  112. padding-top: 20rpx;
  113. }
  114. .goods-info {
  115. width: 750rpx;
  116. /*height: 306rpx;*/
  117. overflow: hidden;
  118. background: #fff;
  119. border-bottom: 1px solid #f4f4f4;
  120. }
  121. .goods-info .c {
  122. display: block;
  123. width: 718.75rpx;
  124. height: 100%;
  125. margin-left: 31.25rpx;
  126. padding: 38rpx 31.25rpx 20rpx 0;
  127. }
  128. .goods-info .c text {
  129. /* display: block;
  130. width: 687.5rpx;
  131. text-align: left; */
  132. }
  133. .goods_name {
  134. white-space: nowrap;
  135. text-overflow: ellipsis;
  136. overflow: hidden;
  137. }
  138. .goods_name_left {
  139. font-weight: 550;
  140. line-height: 40rpx;
  141. margin-left: 0rpx;
  142. font-size: 36rpx;
  143. letter-spacing: 1rpx;
  144. color:#333;
  145. font-weight: bold;
  146. width:640rpx;
  147. text-overflow: ellipsis;
  148. white-space: nowrap;
  149. }
  150. .goods_name_right {
  151. font-weight: 550;
  152. /* top: 375px; */
  153. width: 80rpx;
  154. height: 80rpx;
  155. line-height: 82rpx;
  156. /* padding: 0;
  157. margin: 0;
  158. right: 10rpx; */
  159. margin-right: 0rpx;
  160. text-align: center;
  161. font-size: 25rpx;
  162. background-color: #09AFFF;
  163. border-radius: 40rpx;
  164. letter-spacing: 3rpx;
  165. /* position: absolute; */
  166. }
  167. .goods_name_right .img{
  168. width: 50rpx;
  169. height: 50rpx;
  170. margin-top: 15rpx;
  171. }
  172. .goods_name_right .txt{
  173. margin-top: 5rpx;
  174. font-size: 18rpx;
  175. color: #000000;
  176. border:1rpx solid;
  177. }
  178. .goods-info .desc {
  179. margin: 12rpx 0;
  180. font-size: 24rpx;
  181. line-height: 36rpx;
  182. width:640rpx;
  183. white-space: nowrap;
  184. text-overflow: ellipsis;
  185. overflow: hidden;
  186. display:block;
  187. }
  188. .goods-info .price {
  189. height: 60rpx;
  190. display: flex;
  191. margin-top: 20rpx;
  192. align-items:flex-end;
  193. }
  194. .goods-info .counterPrice {
  195. padding-left: 5rpx;
  196. text-decoration: line-through;
  197. font-size: 24rpx;
  198. margin-top: 15rpx;
  199. }
  200. .goods-info .retailPrice {
  201. height: 44rpx;
  202. line-height: 44rpx;
  203. color:#333;
  204. /* color:#F13634; */
  205. }
  206. .goods-info .memberPrice{
  207. font-size: 26rpx;
  208. color: #DD483E;
  209. margin:0 10rpx 0 20rpx;
  210. }
  211. .member-price-tag{
  212. width:88rpx;
  213. height: 26rpx;
  214. line-height: 26rpx;
  215. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-price-bg.png') no-repeat center center;
  216. background-size: 100% 100%;
  217. color: #5E3A11;
  218. font-size: 16rpx;
  219. padding:0 8rpx 0 0;
  220. text-align: right;
  221. margin:0 0 6rpx 0;
  222. }
  223. .member-price-tag.spread-tag{
  224. margin-left:20rpx;
  225. background-image: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/spread-price-bg.png');
  226. width:122rpx;
  227. }
  228. .goods-info .retailPrice text.checked-price{
  229. /* font-size: 44rpx; */
  230. /* font-weight: bold; */
  231. color:#333;
  232. }
  233. .goods-info .brand {
  234. margin-top: 5rpx;
  235. min-height: 34rpx;
  236. text-align: left;
  237. }
  238. .goods-info .brand text {
  239. display: inline-block;
  240. width: auto;
  241. padding: 2px 0rpx 2px 0.5rpx;
  242. line-height: 32.5rpx;
  243. /*border: 1px solid #f48f18;color: #f48f18;*/
  244. font-size: 22rpx;
  245. color: #a98f76;
  246. /*border-radius: 4rpx;*/
  247. background-size: 10.75rpx 18.75rpx;
  248. }
  249. .section-nav {
  250. width: 750rpx;
  251. height: 108rpx;
  252. background: #fff;
  253. margin-bottom: 20rpx;
  254. }
  255. .section-nav .t {
  256. float: left;
  257. width: 600rpx;
  258. height: 108rpx;
  259. line-height: 108rpx;
  260. font-size: 29rpx;
  261. color: #333;
  262. margin-left: 31.25rpx;
  263. }
  264. .section-nav .i {
  265. float: right;
  266. width: 52rpx;
  267. height: 52rpx;
  268. margin-right: 16rpx;
  269. margin-top: 28rpx;
  270. }
  271. .section-act .t {
  272. float: left;
  273. display: flex;
  274. align-items: center;
  275. width: 600rpx;
  276. height: 108rpx;
  277. overflow: hidden;
  278. line-height: 108rpx;
  279. font-size: 29rpx;
  280. color: #999;
  281. margin-left: 31.25rpx;
  282. }
  283. .section-act .label {
  284. color: #999;
  285. }
  286. .section-act .tag {
  287. display: flex;
  288. align-items: center;
  289. padding: 0 10rpx;
  290. border-radius: 3px;
  291. height: 37rpx;
  292. width: auto;
  293. color: #f48f18;
  294. overflow: hidden;
  295. border: 1px solid #f48f18;
  296. font-size: 25rpx;
  297. margin: 0 10rpx;
  298. }
  299. .section-act .text {
  300. display: flex;
  301. align-items: center;
  302. height: 37rpx;
  303. width: auto;
  304. overflow: hidden;
  305. color: #f48f18;
  306. font-size: 29rpx;
  307. }
  308. .comments {
  309. width: 100%;
  310. height: auto;
  311. padding-left: 30rpx;
  312. background: #fff;
  313. margin: 20rpx 0;
  314. }
  315. .comments .h {
  316. height: 102.5rpx;
  317. line-height: 100.5rpx;
  318. width: 718.75rpx;
  319. padding-right: 16rpx;
  320. }
  321. .comments .h .t {
  322. display: block;
  323. float: left;
  324. width: 50%;
  325. font-size: 30rpx;
  326. color: #333;
  327. }
  328. .comments .h .i {
  329. display: block;
  330. float: right;
  331. width: 164rpx;
  332. height: 100.5rpx;
  333. line-height: 100.5rpx;
  334. background-size: 52rpx;
  335. }
  336. .comments .b {
  337. height: auto;
  338. width: 720rpx;
  339. }
  340. .comments .item {
  341. height: auto;
  342. width: 720rpx;
  343. overflow: hidden;
  344. border-top: 1px solid #d9d9d9;
  345. }
  346. .comments .info {
  347. height: 127rpx;
  348. width: 100%;
  349. padding: 33rpx 0 27rpx 0;
  350. }
  351. .comments .user {
  352. float: left;
  353. width: auto;
  354. height: 67rpx;
  355. line-height: 67rpx;
  356. font-size: 0;
  357. }
  358. .comments .user image {
  359. float: left;
  360. width: 67rpx;
  361. height: 67rpx;
  362. margin-right: 17rpx;
  363. border-radius: 50%;
  364. }
  365. .comments .user text {
  366. display: inline-block;
  367. width: auto;
  368. height: 66rpx;
  369. overflow: hidden;
  370. font-size: 29rpx;
  371. line-height: 66rpx;
  372. }
  373. .comments .time {
  374. display: block;
  375. float: right;
  376. width: auto;
  377. height: 67rpx;
  378. line-height: 67rpx;
  379. color: #7f7f7f;
  380. font-size: 25rpx;
  381. margin-right: 30rpx;
  382. }
  383. .comments .content {
  384. width: 720rpx;
  385. padding-right: 30rpx;
  386. line-height: 45.8rpx;
  387. font-size: 29rpx;
  388. margin-bottom: 24rpx;
  389. }
  390. .comments .imgs {
  391. width: 720rpx;
  392. height: auto;
  393. margin-bottom: 25rpx;
  394. }
  395. .comments .imgs .img {
  396. height: 150rpx;
  397. width: 150rpx;
  398. margin-right: 28rpx;
  399. }
  400. .comments .spec {
  401. width: 720rpx;
  402. padding-right: 30rpx;
  403. line-height: 30rpx;
  404. font-size: 24rpx;
  405. color: #999;
  406. margin-bottom: 30rpx;
  407. }
  408. .comments .customer-service {
  409. width: 690rpx;
  410. height: auto;
  411. overflow: hidden;
  412. margin-top: 23rpx;
  413. margin-bottom: 23rpx;
  414. background: rgba(0, 0, 0, 0.03);
  415. padding: 21rpx;
  416. }
  417. .comments .customer-service .u {
  418. font-size: 24rpx;
  419. color: #333;
  420. line-height: 37.5rpx;
  421. }
  422. .comments .customer-service .c {
  423. font-size: 24rpx;
  424. color: #999;
  425. line-height: 37.5rpx;
  426. }
  427. .goods-attr {
  428. width: 750rpx;
  429. height: auto;
  430. overflow: hidden;
  431. padding: 0 31.25rpx 25rpx 31.25rpx;
  432. background: #fff;
  433. }
  434. .goods-attr .t {
  435. width: 687.5rpx;
  436. height: 104rpx;
  437. line-height: 104rpx;
  438. font-size: 38.5rpx;
  439. }
  440. .goods-attr .item {
  441. width: 687.5rpx;
  442. height: 68rpx;
  443. padding: 11rpx 20rpx;
  444. margin-bottom: 11rpx;
  445. background: #f7f7f7;
  446. font-size: 38.5rpx;
  447. }
  448. .goods-attr .left {
  449. float: left;
  450. font-size: 25rpx;
  451. width: 134rpx;
  452. height: 45rpx;
  453. line-height: 45rpx;
  454. overflow: hidden;
  455. color: #999;
  456. }
  457. .goods-attr .right {
  458. float: left;
  459. font-size: 36.5rpx;
  460. margin-left: 20rpx;
  461. width: 480rpx;
  462. height: 45rpx;
  463. line-height: 45rpx;
  464. overflow: hidden;
  465. color: #333;
  466. }
  467. .detail {
  468. width: 750rpx;
  469. height: auto;
  470. overflow: hidden;
  471. }
  472. .detail image {
  473. width: 750rpx;
  474. display: block;
  475. }
  476. .common-problem {
  477. width: 750rpx;
  478. height: auto;
  479. overflow: hidden;
  480. }
  481. .common-problem .h {
  482. position: relative;
  483. height: 145.5rpx;
  484. width: 750rpx;
  485. padding: 56.25rpx 0;
  486. background: #fff;
  487. text-align: center;
  488. }
  489. .common-problem .h .line {
  490. display: inline-block;
  491. position: absolute;
  492. top: 72rpx;
  493. left: 0;
  494. z-index: 2;
  495. height: 1px;
  496. margin-left: 225rpx;
  497. width: 300rpx;
  498. background: #ccc;
  499. }
  500. .common-problem .h .title {
  501. display: inline-block;
  502. position: absolute;
  503. top: 56.125rpx;
  504. left: 0;
  505. z-index: 3;
  506. height: 33rpx;
  507. margin-left: 285rpx;
  508. width: 180rpx;
  509. background: #fff;
  510. }
  511. .common-problem .b {
  512. width: 750rpx;
  513. height: auto;
  514. overflow: hidden;
  515. padding: 0rpx 30rpx;
  516. background: #fff;
  517. }
  518. .common-problem .item {
  519. height: auto;
  520. overflow: hidden;
  521. padding-bottom: 25rpx;
  522. }
  523. .common-problem .question-box .spot {
  524. float: left;
  525. display: block;
  526. height: 8rpx;
  527. width: 8rpx;
  528. background: #b4282d;
  529. border-radius: 50%;
  530. margin-top: 11rpx;
  531. }
  532. .common-problem .question-box .question {
  533. float: left;
  534. line-height: 30rpx;
  535. padding-left: 8rpx;
  536. display: block;
  537. font-size: 26rpx;
  538. padding-bottom: 15rpx;
  539. color: #303030;
  540. }
  541. .common-problem .answer {
  542. line-height: 36rpx;
  543. padding-left: 16rpx;
  544. font-size: 26rpx;
  545. color: #787878;
  546. }
  547. .related-goods {
  548. width: 750rpx;
  549. height: auto;
  550. overflow: hidden;
  551. padding-bottom: 80rpx;
  552. }
  553. .related-goods .h {
  554. position: relative;
  555. height: 145.5rpx;
  556. width: 750rpx;
  557. padding: 56.25rpx 0;
  558. background: #fff;
  559. text-align: center;
  560. border-bottom: 1px solid #f4f4f4;
  561. }
  562. .related-goods .h .line {
  563. display: inline-block;
  564. position: absolute;
  565. top: 72rpx;
  566. left: 0;
  567. z-index: 2;
  568. height: 1px;
  569. margin-left: 225rpx;
  570. width: 300rpx;
  571. background: #ccc;
  572. }
  573. .related-goods .h .title {
  574. display: inline-block;
  575. position: absolute;
  576. top: 56.125rpx;
  577. left: 0;
  578. z-index: 3;
  579. height: 33rpx;
  580. margin-left: 285rpx;
  581. width: 180rpx;
  582. background: #fff;
  583. }
  584. .related-goods .b {
  585. width: 750rpx;
  586. height: auto;
  587. overflow: hidden;
  588. }
  589. .related-goods .b .item {
  590. float: left;
  591. background: #fff;
  592. width: 375rpx;
  593. height: auto;
  594. overflow: hidden;
  595. text-align: center;
  596. padding: 15rpx 31.25rpx;
  597. border-right: 1px solid #f4f4f4;
  598. border-bottom: 1px solid #f4f4f4;
  599. }
  600. .related-goods .item .img {
  601. width: 311.45rpx;
  602. height: 311.45rpx;
  603. }
  604. .related-goods .item .name {
  605. display: block;
  606. width: 311.45rpx;
  607. height: 35rpx;
  608. margin: 11.5rpx 0 15rpx 0;
  609. text-align: center;
  610. overflow: hidden;
  611. font-size: 30rpx;
  612. color: #333;
  613. }
  614. .related-goods .item .price {
  615. display: block;
  616. width: 311.45rpx;
  617. height: 30rpx;
  618. text-align: center;
  619. font-size: 30rpx;
  620. color: #b4282d;
  621. }
  622. .bottom-btn {
  623. position: fixed;
  624. left: 0rpx;
  625. bottom: 0;
  626. z-index: 10;
  627. width: 750rpx;
  628. height: 112rpx;
  629. display: flex;
  630. background: #fff;
  631. padding-bottom: constant(safe-area-inset-bottom);
  632. padding-bottom: env(safe-area-inset-bottom);
  633. box-sizing: content-box;
  634. font-size: 22rpx;
  635. align-items: center;
  636. justify-content: space-between;
  637. }
  638. .bottom-btn .l {
  639. /* flex: 2;
  640. float: left;
  641. height: 150rpx;
  642. width: 162rpx; */
  643. /*border: 1px solid #f4f4f4;*/
  644. /* display: flex; */
  645. /* align-items: center;
  646. justify-content: center; */
  647. }
  648. .bottom-btn .l.l-collect {
  649. border-right: none;
  650. border-left: none;
  651. text-align: center;
  652. padding-left:30rpx;
  653. /* width: 100rpx; */
  654. /* flex: 1; */
  655. }
  656. .bottom-btn .l.l-collect .icon {
  657. font-size: 40rpx;
  658. }
  659. .bottom-btn .l.l-collect text {
  660. /* position: absolute;
  661. top: 80rpx;
  662. left: 30rpx;
  663. font-size: 22rpx; */
  664. }
  665. .bottom-btn .l.l-kefu {
  666. border-right: none;
  667. border-left: none;
  668. text-align: center;
  669. /* width:60rpx; */
  670. /* top: 10rpx; */
  671. /* position: relative; */
  672. }
  673. /* .contact-block{
  674. position: relative;
  675. } */
  676. .bottom-btn .l.l-kefu .icon {
  677. /* position: absolute;
  678. font-size: 44rpx;
  679. top:20rpx */
  680. }
  681. .bottom-btn .l.l-kefu text {
  682. /* position: absolute;
  683. top: 60rpx;
  684. font-size: 22rpx; */
  685. }
  686. .bottom-btn .l.l-cart .box {
  687. position: relative;
  688. /* height: 80rpx;
  689. width: 70rpx; */
  690. }
  691. .bottom-btn .l.l-cart .box .txt {
  692. position: absolute;
  693. top: 50rpx;
  694. font-size: 22rpx;
  695. }
  696. .bottom-btn .l.l-cart .cart-count {
  697. height: 28rpx;
  698. width: 28rpx;
  699. z-index: 10;
  700. position: absolute;
  701. top: 0;
  702. right: 0;
  703. background: #b4282d;
  704. text-align: center;
  705. font-size: 18rpx;
  706. color: #fff;
  707. line-height: 28rpx;
  708. border-radius: 50%;
  709. }
  710. .bottom-btn .l.l-cart .icon {
  711. /* position: absolute;
  712. top: 10rpx;
  713. left: 0;
  714. font-size: 44rpx; */
  715. }
  716. .collect-wrapper,.service-wrapper{
  717. display: flex;
  718. flex-direction: column;
  719. justify-content: center;
  720. flex:1;
  721. }
  722. .collect-text{
  723. margin:10rpx 0 0;
  724. }
  725. .bottom-btn .c {
  726. width:452rpx;
  727. background: #09afff;
  728. height: 82rpx;
  729. font-size: 30rpx;
  730. font-weight: bold;
  731. color:#fff;
  732. border-radius: 82rpx;
  733. overflow: hidden;
  734. text-align: center;
  735. line-height: 82rpx;
  736. margin-right:30rpx;
  737. display: flex;
  738. align-items: center;
  739. border:1px solid #09AFFF;
  740. }
  741. .bottom-btn .c .add-cart{
  742. flex:1;
  743. background: #fff;
  744. color: #09afff;
  745. }
  746. .bottom-btn .c .buy-now{
  747. flex:1;
  748. color:#fff;
  749. }
  750. .dis-order-wrapper{
  751. width:452rpx;
  752. background: #09afff;
  753. height: 82rpx;
  754. font-size: 22rpx;
  755. color:#fff;
  756. border-radius: 82rpx;
  757. text-align: center;
  758. margin-right:30rpx;
  759. display: flex;
  760. align-items: center;
  761. overflow: hidden;
  762. }
  763. .dis-order-wrapper>view{
  764. flex:1;
  765. text-align: center;
  766. height: 82rpx;
  767. }
  768. .spread-order{
  769. background: #fff;
  770. border-radius: 0 82rpx 82rpx 0;
  771. border:1rpx solid #09afff;
  772. border-left:none;
  773. line-height: 24rpx;
  774. }
  775. .buy-type{
  776. font-size: 30rpx;
  777. font-weight: bold;
  778. line-height: 30rpx;
  779. margin: 10rpx 0 4rpx 0;
  780. overflow: hidden;
  781. }
  782. .bottom-btn .r {
  783. /*border: 1px solid #f48f18;*/
  784. background: #09AFFF;
  785. float: left;
  786. height: 100rpx;
  787. /* line-height: 66rpx; */
  788. flex: 2;
  789. text-align: center;
  790. color: #fff;
  791. margin-left: 15rpx;
  792. margin-top: 15rpx;
  793. margin-bottom: 15rpx;
  794. border-top-left-radius: 50rpx;
  795. border-bottom-left-radius: 50rpx;
  796. }
  797. .bottom-btn .r .title{
  798. font-size: 46rpx;
  799. height: 56rpx;
  800. color: #fff;
  801. }
  802. .bottom-btn .r .subtitle{
  803. font-size: 28rpx;
  804. color: #fff;
  805. font-weight: 100;
  806. }
  807. @import "../../../lib/wxParse/wxParse.wxss";
  808. .attr-pop-box {
  809. width: 100%;
  810. height: 100%;
  811. position: fixed;
  812. background: rgba(0, 0, 0, 0.5);
  813. z-index: 8;
  814. bottom: 0;
  815. /* display: none; */
  816. }
  817. .attr-pop {
  818. width: 100%;
  819. height: auto;
  820. max-height: 780rpx;
  821. padding: 31.25rpx;
  822. background: #fff;
  823. position: fixed;
  824. z-index: 9;
  825. bottom: 100rpx;
  826. }
  827. .attr-pop .close {
  828. position: absolute;
  829. width: 48rpx;
  830. height: 48rpx;
  831. right: 31.25rpx;
  832. overflow: hidden;
  833. top: 31.25rpx;
  834. }
  835. .attr-pop .close .icon {
  836. width: 48rpx;
  837. height: 48rpx;
  838. }
  839. .attr-pop .img-info {
  840. width: 687.5rpx;
  841. height: 177rpx;
  842. overflow: hidden;
  843. margin-bottom: 41.5rpx;
  844. }
  845. .attr-pop .img {
  846. float: left;
  847. height: 177rpx;
  848. width: 177rpx;
  849. background: #f4f4f4;
  850. margin-right: 31.25rpx;
  851. }
  852. .attr-pop .info {
  853. float: left;
  854. height: 177rpx;
  855. display: flex;
  856. align-items: center;
  857. }
  858. .attr-pop .p {
  859. font-size: 33rpx;
  860. color: #333;
  861. height: 33rpx;
  862. line-height: 33rpx;
  863. margin-bottom: 10rpx;
  864. }
  865. .attr-pop .a {
  866. font-size: 29rpx;
  867. color: #333;
  868. height: 40rpx;
  869. line-height: 40rpx;
  870. }
  871. .spec-con {
  872. width: 100%;
  873. height: auto;
  874. overflow: hidden;
  875. }
  876. .spec-con .name {
  877. margin-bottom: 6rpx;
  878. font-size: 29rpx;
  879. color: #333;
  880. }
  881. .spec-con .values {
  882. height: auto;
  883. margin-bottom: 10rpx;
  884. font-size: 0;
  885. }
  886. .spec-con .value {
  887. display: inline-block;
  888. height: 62rpx;
  889. padding: 0 35rpx;
  890. line-height: 56rpx;
  891. text-align: center;
  892. margin-right: 25rpx;
  893. margin-bottom: 16.5rpx;
  894. border: 1px solid #333;
  895. font-size: 25rpx;
  896. color: #333;
  897. }
  898. .spec-con .value.disable {
  899. border: 1px solid #ccc;
  900. color: #ccc;
  901. }
  902. .spec-con .value.selected {
  903. border: 1px solid #b4282d;
  904. color: #b4282d;
  905. }
  906. .number-item .selnum {
  907. width: 200rpx;
  908. /* width: 322rpx; */
  909. height: 71rpx;
  910. border: 1px solid #ccc;
  911. display: flex;
  912. }
  913. .number-item .cut {
  914. width: 93.75rpx;
  915. height: 100%;
  916. text-align: center;
  917. line-height: 65rpx;
  918. }
  919. .number-item .number {
  920. flex: 1;
  921. height: 100%;
  922. text-align: center;
  923. line-height: 68.75rpx;
  924. border-left: 1px solid #ccc;
  925. border-right: 1px solid #ccc;
  926. float: left;
  927. }
  928. .number-item .add {
  929. width: 93.75rpx;
  930. height: 100%;
  931. text-align: center;
  932. line-height: 65rpx;
  933. }
  934. .contact {
  935. height: 100rpx;
  936. width: 100rpx;
  937. border-radius: 100%;
  938. position: fixed;
  939. bottom: 96rpx;
  940. right: 10rpx;
  941. font-size: 20rpx;
  942. box-sizing: border-box;
  943. background: url("/static/images/customer.png") no-repeat center 21rpx;
  944. background-size: 55rpx auto;
  945. }
  946. .share-pop-box {
  947. width: 100%;
  948. height: 100%;
  949. position: fixed;
  950. background: rgba(0, 0, 0, 0.5);
  951. z-index: 8;
  952. bottom: 0;
  953. /* display: none; */
  954. }
  955. .share-pop {
  956. width: 100%;
  957. height: auto;
  958. max-height: 780rpx;
  959. padding: 31.25rpx;
  960. background: #fff;
  961. position: fixed;
  962. z-index: 9;
  963. bottom: 100rpx;
  964. }
  965. .share-pop .close {
  966. position: absolute;
  967. width: 48rpx;
  968. height: 48rpx;
  969. right: 31.25rpx;
  970. top: 31.25rpx;
  971. }
  972. .share-pop .close .icon {
  973. width: 48rpx;
  974. height: 48rpx;
  975. }
  976. .share-pop .share-info {
  977. width: 100%;
  978. height: 225rpx;
  979. overflow: hidden;
  980. margin-bottom: 41.5rpx;
  981. }
  982. .sharebtn {
  983. top: 75rpx;
  984. background: none !important;
  985. font-size: 32rpx;
  986. color: #fff !important;
  987. border-radius: 0%;
  988. width: 175rpx;
  989. height: 150rpx;
  990. text-align: center;
  991. display: flex;
  992. justify-content: center;
  993. align-items: center;
  994. flex-wrap: wrap;
  995. float: left;
  996. background: #fff;
  997. border-bottom: 0px solid #fafafa;
  998. margin-left: 15%;
  999. }
  1000. .sharebtn::after {
  1001. border: none;
  1002. border-radius: 0%;
  1003. }
  1004. .savesharebtn {
  1005. top: 75rpx;
  1006. background: none !important;
  1007. font-size: 32rpx;
  1008. color: #fff !important;
  1009. border-radius: 0%;
  1010. width: 175rpx;
  1011. height: 150rpx;
  1012. text-align: center;
  1013. display: flex;
  1014. justify-content: center;
  1015. align-items: center;
  1016. flex-wrap: wrap;
  1017. float: right;
  1018. background: #fff;
  1019. border-bottom: 0px solid #fafafa;
  1020. margin-right: 15%;
  1021. }
  1022. .savesharebtn::after {
  1023. border: none;
  1024. border-radius: 0%;
  1025. }
  1026. .sharebtn_image {
  1027. /* border: 1px solid #757575; */
  1028. width: 128rpx;
  1029. height: 128rpx;
  1030. margin-top: 0rpx;
  1031. }
  1032. .sharebtn_text {
  1033. /* border: 1px solid #757575; */
  1034. width: 150rpx;
  1035. margin-bottom: 2rpx;
  1036. height: 20rpx;
  1037. line-height: 20rpx;
  1038. font-size: 20rpx;
  1039. color: #555;
  1040. }
  1041. .separate {
  1042. background: #e0e3da;
  1043. width: 100%;
  1044. height: 6rpx;
  1045. }
  1046. /* 新客角标 */
  1047. .isNew{
  1048. position: absolute;
  1049. width: 80rpx;
  1050. height: 120rpx;
  1051. right: 30rpx;
  1052. z-index: 999;
  1053. }
  1054. /* 自购/推广弹框 */
  1055. .overlay-wrapper {
  1056. display: flex;
  1057. align-items: center;
  1058. justify-content: center;
  1059. height: 100%;
  1060. }
  1061. .tips-wrapper {
  1062. width: 588rpx;
  1063. height:462rpx;
  1064. border-radius:10rpx;
  1065. background: #fff;
  1066. font-size: 26rpx;
  1067. display: flex;
  1068. flex-direction: column;
  1069. justify-content: space-between;
  1070. }
  1071. .tips-top{
  1072. display: flex;
  1073. flex-direction: column;
  1074. align-items: center;
  1075. padding:0 40rpx
  1076. }
  1077. .tips-title{
  1078. font-size: 34rpx;
  1079. font-weight: bold;
  1080. margin:66rpx 0 24rpx;
  1081. }
  1082. .tips-bottom{
  1083. height: 132rpx;
  1084. border-top:2rpx solid #E4E4E4;
  1085. display: flex;
  1086. justify-content: space-around;
  1087. align-items: center;
  1088. }
  1089. .tips-bottom .btn-devide{
  1090. width:2rpx;
  1091. height: 130rpx;
  1092. background: #E4E4E4;
  1093. }
  1094. .cancel-btn{
  1095. width:202rpx;
  1096. height: 72rpx;
  1097. line-height: 72rpx;
  1098. border:2rpx solid #85868A;
  1099. color:#282728;
  1100. border-radius:72rpx;
  1101. text-align: center;
  1102. overflow: hidden;
  1103. }
  1104. .repay-btn{
  1105. width:202rpx;
  1106. height: 72rpx;
  1107. line-height: 72rpx;
  1108. background: #09AFFF;
  1109. color:#fff;
  1110. border-radius:72rpx;
  1111. text-align: center;
  1112. }
  1113. .notip-again{
  1114. padding-left:40rpx;
  1115. display: flex;
  1116. align-items: center;
  1117. }
  1118. .user-agree{
  1119. /* color:#85868A; */
  1120. font-size: 26rpx;
  1121. margin-left:8rpx;
  1122. }
  1123. /* 海报的样式 */
  1124. .poster{
  1125. position: absolute;
  1126. top: 20rpx;
  1127. z-index: 99;
  1128. text-align: center;
  1129. left: 0;
  1130. bottom: 0;
  1131. right: 0;
  1132. }
  1133. .title{
  1134. color: #fff;
  1135. margin: 20rpx 0;
  1136. font-size: 30rpx;
  1137. display: flex;
  1138. justify-content: center;
  1139. text-align: left;
  1140. }
  1141. .title text{
  1142. width: 480rpx;
  1143. }
  1144. .ads{
  1145. color: #fff;
  1146. text-align: left;
  1147. margin: 20rpx auto;
  1148. display: flex;
  1149. justify-content: center;
  1150. }
  1151. .tool{
  1152. display: flex;
  1153. text-align: center;
  1154. justify-content: baseline;
  1155. width: 100%;
  1156. margin-top: 20rpx;
  1157. }
  1158. .tool view{
  1159. flex: 1;
  1160. }
  1161. .img{
  1162. width: 107rpx;
  1163. height: 128rpx;
  1164. }
  1165. .closeImg{
  1166. width: 57rpx;
  1167. height: 57rpx;
  1168. }
  1169. .share-btn{
  1170. background-color:transparent;
  1171. flex:1;
  1172. }
  1173. .share-btn::after {
  1174. border: none;
  1175. }
  1176. .sku-list{
  1177. padding:10px 32rpx 90rpx;
  1178. }
  1179. .sku-title{
  1180. color:#333;
  1181. font-size: 34rpx;
  1182. }
  1183. .sku-item{
  1184. display: flex;
  1185. align-items: center;
  1186. justify-content: space-between;
  1187. height: 80rpx;
  1188. }
  1189. .sku-center{
  1190. flex:1;
  1191. padding:0 20rpx;
  1192. }
  1193. .sku-name{
  1194. color:#333;
  1195. font-size: 26rpx;
  1196. }
  1197. .sku-price{
  1198. padding-right:20px;
  1199. }
  1200. .sku-price text{
  1201. font-size: 32rpx;
  1202. font-weight: bold;
  1203. }
  1204. .spu-number{
  1205. display: flex;
  1206. height: 100rpx;
  1207. align-items: center;
  1208. margin:20rpx 0;
  1209. /* border-bottom: 1px solid #f4f4f4; */
  1210. }
  1211. .spu-number view {
  1212. color:#333
  1213. }
  1214. .goods-number{
  1215. border-top:1px solid #bbb;
  1216. border-bottom:1px solid #bbb;
  1217. height: 80rpx;
  1218. width:120rpx;
  1219. text-align: center;
  1220. font-size: 32rpx;
  1221. line-height:80rpx;
  1222. }
  1223. .minus,.add{
  1224. border:1px solid #bbb;
  1225. width:80rpx;
  1226. height: 80rpx;
  1227. text-align: center;
  1228. font-size: 40rpx;
  1229. line-height:80rpx;
  1230. border-radius:12rpx;
  1231. }
  1232. .minus{
  1233. border-top-right-radius: 0;
  1234. border-bottom-right-radius: 0;
  1235. }
  1236. .add{
  1237. border-top-left-radius: 0;
  1238. border-bottom-left-radius: 0;
  1239. }