goods.wxss 22 KB

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