goods.wxss 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373
  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. }
  745. .bottom-btn .c .buy-now{
  746. flex:1;
  747. color:#fff;
  748. }
  749. .dis-order-wrapper{
  750. width:452rpx;
  751. background: #09afff;
  752. height: 82rpx;
  753. font-size: 22rpx;
  754. color:#fff;
  755. border-radius: 82rpx;
  756. text-align: center;
  757. margin-right:30rpx;
  758. display: flex;
  759. align-items: center;
  760. overflow: hidden;
  761. }
  762. .dis-order-wrapper>view{
  763. flex:1;
  764. text-align: center;
  765. height: 82rpx;
  766. }
  767. .spread-order{
  768. background: #fff;
  769. border-radius: 0 82rpx 82rpx 0;
  770. border:1rpx solid #09afff;
  771. border-left:none;
  772. line-height: 24rpx;
  773. }
  774. .buy-type{
  775. font-size: 30rpx;
  776. font-weight: bold;
  777. line-height: 30rpx;
  778. margin: 10rpx 0 4rpx 0;
  779. overflow: hidden;
  780. }
  781. .bottom-btn .r {
  782. /*border: 1px solid #f48f18;*/
  783. background: #09AFFF;
  784. float: left;
  785. height: 100rpx;
  786. /* line-height: 66rpx; */
  787. flex: 2;
  788. text-align: center;
  789. color: #fff;
  790. margin-left: 15rpx;
  791. margin-top: 15rpx;
  792. margin-bottom: 15rpx;
  793. border-top-left-radius: 50rpx;
  794. border-bottom-left-radius: 50rpx;
  795. }
  796. .bottom-btn .r .title{
  797. font-size: 46rpx;
  798. height: 56rpx;
  799. color: #fff;
  800. }
  801. .bottom-btn .r .subtitle{
  802. font-size: 28rpx;
  803. color: #fff;
  804. font-weight: 100;
  805. }
  806. @import "../../../lib/wxParse/wxParse.wxss";
  807. .attr-pop-box {
  808. width: 100%;
  809. height: 100%;
  810. position: fixed;
  811. background: rgba(0, 0, 0, 0.5);
  812. z-index: 8;
  813. bottom: 0;
  814. /* display: none; */
  815. }
  816. .attr-pop {
  817. width: 100%;
  818. height: auto;
  819. max-height: 780rpx;
  820. padding: 31.25rpx;
  821. background: #fff;
  822. position: fixed;
  823. z-index: 9;
  824. bottom: 100rpx;
  825. }
  826. .attr-pop .close {
  827. position: absolute;
  828. width: 48rpx;
  829. height: 48rpx;
  830. right: 31.25rpx;
  831. overflow: hidden;
  832. top: 31.25rpx;
  833. }
  834. .attr-pop .close .icon {
  835. width: 48rpx;
  836. height: 48rpx;
  837. }
  838. .attr-pop .img-info {
  839. width: 687.5rpx;
  840. height: 177rpx;
  841. overflow: hidden;
  842. margin-bottom: 41.5rpx;
  843. }
  844. .attr-pop .img {
  845. float: left;
  846. height: 177rpx;
  847. width: 177rpx;
  848. background: #f4f4f4;
  849. margin-right: 31.25rpx;
  850. }
  851. .attr-pop .info {
  852. float: left;
  853. height: 177rpx;
  854. display: flex;
  855. align-items: center;
  856. }
  857. .attr-pop .p {
  858. font-size: 33rpx;
  859. color: #333;
  860. height: 33rpx;
  861. line-height: 33rpx;
  862. margin-bottom: 10rpx;
  863. }
  864. .attr-pop .a {
  865. font-size: 29rpx;
  866. color: #333;
  867. height: 40rpx;
  868. line-height: 40rpx;
  869. }
  870. .spec-con {
  871. width: 100%;
  872. height: auto;
  873. overflow: hidden;
  874. }
  875. .spec-con .name {
  876. margin-bottom: 6rpx;
  877. font-size: 29rpx;
  878. color: #333;
  879. }
  880. .spec-con .values {
  881. height: auto;
  882. margin-bottom: 10rpx;
  883. font-size: 0;
  884. }
  885. .spec-con .value {
  886. display: inline-block;
  887. height: 62rpx;
  888. padding: 0 35rpx;
  889. line-height: 56rpx;
  890. text-align: center;
  891. margin-right: 25rpx;
  892. margin-bottom: 16.5rpx;
  893. border: 1px solid #333;
  894. font-size: 25rpx;
  895. color: #333;
  896. }
  897. .spec-con .value.disable {
  898. border: 1px solid #ccc;
  899. color: #ccc;
  900. }
  901. .spec-con .value.selected {
  902. border: 1px solid #b4282d;
  903. color: #b4282d;
  904. }
  905. .number-item .selnum {
  906. width: 200rpx;
  907. /* width: 322rpx; */
  908. height: 71rpx;
  909. border: 1px solid #ccc;
  910. display: flex;
  911. }
  912. .number-item .cut {
  913. width: 93.75rpx;
  914. height: 100%;
  915. text-align: center;
  916. line-height: 65rpx;
  917. }
  918. .number-item .number {
  919. flex: 1;
  920. height: 100%;
  921. text-align: center;
  922. line-height: 68.75rpx;
  923. border-left: 1px solid #ccc;
  924. border-right: 1px solid #ccc;
  925. float: left;
  926. }
  927. .number-item .add {
  928. width: 93.75rpx;
  929. height: 100%;
  930. text-align: center;
  931. line-height: 65rpx;
  932. }
  933. .contact {
  934. height: 100rpx;
  935. width: 100rpx;
  936. border-radius: 100%;
  937. position: fixed;
  938. bottom: 96rpx;
  939. right: 10rpx;
  940. font-size: 20rpx;
  941. box-sizing: border-box;
  942. background: url("/static/images/customer.png") no-repeat center 21rpx;
  943. background-size: 55rpx auto;
  944. }
  945. .share-pop-box {
  946. width: 100%;
  947. height: 100%;
  948. position: fixed;
  949. background: rgba(0, 0, 0, 0.5);
  950. z-index: 8;
  951. bottom: 0;
  952. /* display: none; */
  953. }
  954. .share-pop {
  955. width: 100%;
  956. height: auto;
  957. max-height: 780rpx;
  958. padding: 31.25rpx;
  959. background: #fff;
  960. position: fixed;
  961. z-index: 9;
  962. bottom: 100rpx;
  963. }
  964. .share-pop .close {
  965. position: absolute;
  966. width: 48rpx;
  967. height: 48rpx;
  968. right: 31.25rpx;
  969. top: 31.25rpx;
  970. }
  971. .share-pop .close .icon {
  972. width: 48rpx;
  973. height: 48rpx;
  974. }
  975. .share-pop .share-info {
  976. width: 100%;
  977. height: 225rpx;
  978. overflow: hidden;
  979. margin-bottom: 41.5rpx;
  980. }
  981. .sharebtn {
  982. top: 75rpx;
  983. background: none !important;
  984. font-size: 32rpx;
  985. color: #fff !important;
  986. border-radius: 0%;
  987. width: 175rpx;
  988. height: 150rpx;
  989. text-align: center;
  990. display: flex;
  991. justify-content: center;
  992. align-items: center;
  993. flex-wrap: wrap;
  994. float: left;
  995. background: #fff;
  996. border-bottom: 0px solid #fafafa;
  997. margin-left: 15%;
  998. }
  999. .sharebtn::after {
  1000. border: none;
  1001. border-radius: 0%;
  1002. }
  1003. .savesharebtn {
  1004. top: 75rpx;
  1005. background: none !important;
  1006. font-size: 32rpx;
  1007. color: #fff !important;
  1008. border-radius: 0%;
  1009. width: 175rpx;
  1010. height: 150rpx;
  1011. text-align: center;
  1012. display: flex;
  1013. justify-content: center;
  1014. align-items: center;
  1015. flex-wrap: wrap;
  1016. float: right;
  1017. background: #fff;
  1018. border-bottom: 0px solid #fafafa;
  1019. margin-right: 15%;
  1020. }
  1021. .savesharebtn::after {
  1022. border: none;
  1023. border-radius: 0%;
  1024. }
  1025. .sharebtn_image {
  1026. /* border: 1px solid #757575; */
  1027. width: 128rpx;
  1028. height: 128rpx;
  1029. margin-top: 0rpx;
  1030. }
  1031. .sharebtn_text {
  1032. /* border: 1px solid #757575; */
  1033. width: 150rpx;
  1034. margin-bottom: 2rpx;
  1035. height: 20rpx;
  1036. line-height: 20rpx;
  1037. font-size: 20rpx;
  1038. color: #555;
  1039. }
  1040. .separate {
  1041. background: #e0e3da;
  1042. width: 100%;
  1043. height: 6rpx;
  1044. }
  1045. /* 新客角标 */
  1046. .isNew{
  1047. position: absolute;
  1048. width: 80rpx;
  1049. height: 120rpx;
  1050. right: 30rpx;
  1051. z-index: 999;
  1052. }
  1053. /* 自购/推广弹框 */
  1054. .overlay-wrapper {
  1055. display: flex;
  1056. align-items: center;
  1057. justify-content: center;
  1058. height: 100%;
  1059. }
  1060. .tips-wrapper {
  1061. width: 588rpx;
  1062. height:462rpx;
  1063. border-radius:10rpx;
  1064. background: #fff;
  1065. font-size: 26rpx;
  1066. display: flex;
  1067. flex-direction: column;
  1068. justify-content: space-between;
  1069. }
  1070. .tips-top{
  1071. display: flex;
  1072. flex-direction: column;
  1073. align-items: center;
  1074. padding:0 40rpx
  1075. }
  1076. .tips-title{
  1077. font-size: 34rpx;
  1078. font-weight: bold;
  1079. margin:66rpx 0 24rpx;
  1080. }
  1081. .tips-bottom{
  1082. height: 132rpx;
  1083. border-top:2rpx solid #E4E4E4;
  1084. display: flex;
  1085. justify-content: space-around;
  1086. align-items: center;
  1087. }
  1088. .tips-bottom .btn-devide{
  1089. width:2rpx;
  1090. height: 130rpx;
  1091. background: #E4E4E4;
  1092. }
  1093. .cancel-btn{
  1094. width:202rpx;
  1095. height: 72rpx;
  1096. line-height: 72rpx;
  1097. border:2rpx solid #85868A;
  1098. color:#282728;
  1099. border-radius:72rpx;
  1100. text-align: center;
  1101. overflow: hidden;
  1102. }
  1103. .repay-btn{
  1104. width:202rpx;
  1105. height: 72rpx;
  1106. line-height: 72rpx;
  1107. background: #09AFFF;
  1108. color:#fff;
  1109. border-radius:72rpx;
  1110. text-align: center;
  1111. }
  1112. .notip-again{
  1113. padding-left:40rpx;
  1114. display: flex;
  1115. align-items: center;
  1116. }
  1117. .user-agree{
  1118. /* color:#85868A; */
  1119. font-size: 26rpx;
  1120. margin-left:8rpx;
  1121. }
  1122. /* 海报的样式 */
  1123. .poster{
  1124. position: absolute;
  1125. top: 20rpx;
  1126. z-index: 99;
  1127. text-align: center;
  1128. left: 0;
  1129. bottom: 0;
  1130. right: 0;
  1131. }
  1132. .title{
  1133. color: #fff;
  1134. margin: 20rpx 0;
  1135. font-size: 30rpx;
  1136. display: flex;
  1137. justify-content: center;
  1138. text-align: left;
  1139. }
  1140. .title text{
  1141. width: 480rpx;
  1142. }
  1143. .ads{
  1144. color: #fff;
  1145. text-align: left;
  1146. margin: 20rpx auto;
  1147. display: flex;
  1148. justify-content: center;
  1149. }
  1150. .tool{
  1151. display: flex;
  1152. text-align: center;
  1153. justify-content: baseline;
  1154. width: 100%;
  1155. margin-top: 20rpx;
  1156. }
  1157. .tool view{
  1158. flex: 1;
  1159. }
  1160. .img{
  1161. width: 107rpx;
  1162. height: 128rpx;
  1163. }
  1164. .closeImg{
  1165. width: 57rpx;
  1166. height: 57rpx;
  1167. }
  1168. .share-btn{
  1169. background-color:transparent;
  1170. flex:1;
  1171. }
  1172. .share-btn::after {
  1173. border: none;
  1174. }
  1175. .sku-list{
  1176. padding:10px 32rpx 90rpx;
  1177. }
  1178. .sku-title{
  1179. color:#333;
  1180. font-size: 34rpx;
  1181. }
  1182. .sku-item{
  1183. display: flex;
  1184. align-items: center;
  1185. justify-content: space-between;
  1186. height: 80rpx;
  1187. }
  1188. .sku-center{
  1189. flex:1;
  1190. padding:0 20rpx;
  1191. }
  1192. .sku-name{
  1193. color:#333;
  1194. font-size: 26rpx;
  1195. }
  1196. .sku-price{
  1197. padding-right:20px;
  1198. }
  1199. .sku-price text{
  1200. font-size: 32rpx;
  1201. font-weight: bold;
  1202. }
  1203. .spu-number{
  1204. display: flex;
  1205. height: 100rpx;
  1206. align-items: center;
  1207. margin:20rpx 0;
  1208. /* border-bottom: 1px solid #f4f4f4; */
  1209. }
  1210. .spu-number view {
  1211. color:#333
  1212. }
  1213. .goods-number{
  1214. border-top:1px solid #bbb;
  1215. border-bottom:1px solid #bbb;
  1216. height: 80rpx;
  1217. width:120rpx;
  1218. text-align: center;
  1219. font-size: 32rpx;
  1220. line-height:80rpx;
  1221. }
  1222. .minus,.add{
  1223. border:1px solid #bbb;
  1224. width:80rpx;
  1225. height: 80rpx;
  1226. text-align: center;
  1227. font-size: 40rpx;
  1228. line-height:80rpx;
  1229. border-radius:12rpx;
  1230. }
  1231. .minus{
  1232. border-top-right-radius: 0;
  1233. border-bottom-right-radius: 0;
  1234. }
  1235. .add{
  1236. border-top-left-radius: 0;
  1237. border-bottom-left-radius: 0;
  1238. }