goods.wxss 20 KB

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