index.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. page {
  2. background: #e5e5e5;
  3. overflow-x: hidden;
  4. width: 100%;
  5. height: auto;
  6. }
  7. page .act {
  8. color: #007AFF;
  9. }
  10. .utop{
  11. height: 50px;
  12. background-color: #FFFFFF;
  13. margin-bottom: -20px;
  14. }
  15. .rebate-border {
  16. border: 1rpx solid #ff6565;
  17. border-radius: 4rpx;
  18. font-size: 20rpx;
  19. display: inline-block;
  20. padding: 2rpx 4rpx;
  21. color: #ff6565;
  22. }
  23. .textDecoration {
  24. text-decoration: line-through;
  25. color: #999999;
  26. font-size: 20rpx;
  27. }
  28. .xcx-title {
  29. color: #FFFFFF;
  30. text-align: left;
  31. padding: 0 20rpx;
  32. }
  33. .xcx-title-store {
  34. font-size: 34rpx;
  35. font-weight: 600;
  36. max-width: 400rpx;
  37. }
  38. .xcx-title-icon {
  39. font-size: 21rpx;
  40. display: inline-block;
  41. padding-top: 5rpx;
  42. }
  43. /* ::-webkit-scrollbar {
  44. width: 0;
  45. height: 0;
  46. color: transparent;
  47. } */
  48. .por {
  49. position: relative;
  50. width: 229rpx;
  51. }
  52. .item-off {
  53. min-width: 185rpx;
  54. height: 54rpx;
  55. border-radius: 100rpx;
  56. background: #eee;
  57. color: #999;
  58. font-size: 24rpx;
  59. position: absolute;
  60. right: 0rpx;
  61. }
  62. .item-off .act {
  63. background: #999;
  64. color: #FFFFFF;
  65. border-radius: 100rpx;
  66. }
  67. .item-off view {
  68. padding: 0 8rpx;
  69. }
  70. .container {
  71. position: relative;
  72. overflow-x: hidden;
  73. top:-20px;
  74. }
  75. .head-bg {
  76. width: 150vw;
  77. height: 130rpx;
  78. border-radius: 0 0 50% 50%;
  79. background: $theme-color;
  80. position: absolute;
  81. left: 50%;
  82. /* top: 0; */
  83. z-index: 0;
  84. margin-left: -75%;
  85. }
  86. .head-block {
  87. width: 100%;
  88. box-sizing: border-box;
  89. /* padding: 20rpx 20rpx 0; */
  90. background: #fff;
  91. /* border-radius: 20rpx; */
  92. position: relative;
  93. z-index: 1;
  94. margin: 0 auto;
  95. /* box-shadow: 0 10rpx 30rpx #eaeaea; */
  96. height: 50px;
  97. }
  98. .store-title{
  99. display:flex;
  100. flex-direction: row;
  101. justify-content: flex-start;
  102. align-items: center;
  103. height:50px;
  104. margin-left:10px;
  105. }
  106. .head-block .page-title-block {
  107. // height: 50rpx;
  108. }
  109. .head-block .icon-1 {
  110. color: $theme-color;
  111. display: block;
  112. flex: none;
  113. width: 50rpx;
  114. height: 50rpx;
  115. margin-right: 10rpx;
  116. font-size: 40rpx;
  117. }
  118. .head-block .page-title {
  119. font-size: 24rpx;
  120. font-weight: bold;
  121. color: #555;
  122. }
  123. .head-block .order-btn {
  124. flex: none;
  125. padding: 0 15rpx;
  126. border: 1rpx solid #efefef;
  127. font-size: 26rpx;
  128. height: 60rpx;
  129. line-height: 60rpx;
  130. color: #666;
  131. border-radius: 10rpx;
  132. margin-right: 10rpx;
  133. }
  134. .head-block .notice-block {
  135. font-size: 26rpx;
  136. margin-top: 10rpx;
  137. height: 40rpx;
  138. letter-spacing: 1rpx;
  139. color: #555;
  140. }
  141. .head-block .btn-block {
  142. height: 150rpx;
  143. }
  144. .head-block .btn-block .item {
  145. // width: 20%;
  146. flex: 1;
  147. padding: 0;
  148. }
  149. .head-block .btn-block .item .btn-icon {
  150. display: block;
  151. width: 48rpx;
  152. height: 48rpx;
  153. margin: 0 auto;
  154. }
  155. .head-block .btn-block .item .title {
  156. text-align: center;
  157. font-size: 24rpx;
  158. height: 33rpx;
  159. line-height: 33rpx;
  160. color: #999;
  161. margin-top: 13rpx;
  162. }
  163. .main-block {
  164. height: calc(100vh - 370rpx);
  165. height: calc(100vh - 370rpx - constant(safe-area-inset-bottom));
  166. height: calc(100vh - 370rpx - env(safe-area-inset-bottom));
  167. padding-right:10px;
  168. margin-top: 20rpx;
  169. }
  170. .main-block-quan {
  171. height: calc(100vh - 370rpx);
  172. height: calc(100vh - 370rpx - constant(safe-area-inset-bottom));
  173. height: calc(100vh - 370rpx - env(safe-area-inset-bottom));
  174. }
  175. .main-block .left-bar {
  176. flex: none;
  177. height: 100%;
  178. width: 110px;
  179. background-color: #F0F0F0!important;
  180. /* border-radius: 20rpx 20rpx 0 0; */
  181. overflow: hidden;
  182. margin-right: 20rpx;
  183. display:flex;
  184. flex-direction: column;
  185. border-top-right-radius: 10px;
  186. }
  187. .main-block .left-bar .item {
  188. position: relative;
  189. overflow: hidden;
  190. height:50px;
  191. display:flex;
  192. flex-direction: row;
  193. justify-content: flex-start;
  194. align-items: center;
  195. }
  196. .main-block .left-bar .item .left-rund {
  197. display: block;
  198. border-radius: 50%;
  199. background:#333;
  200. width:5px;
  201. height:5px;
  202. margin-left:10px;
  203. margin-right:10px;
  204. }
  205. .main-block .left-bar .item .name {
  206. color: #333;
  207. font-size: 28rpx;
  208. font-weight: 500;
  209. line-height: 40rpx;
  210. display:flex;
  211. width:80%;
  212. margin-left: 8px;
  213. }
  214. .main-block .left-bar .item.active {
  215. background-color: #a4907e;
  216. /* border:1px solid red; */
  217. border-top-right-radius: 10px;
  218. border-bottom-right-radius: 10px;
  219. }
  220. .main-block .left-bar .item .rund {
  221. position: absolute;
  222. display: block;
  223. width: 15rpx;
  224. height: 15rpx;
  225. background-color: #FFFFFF;
  226. position: absolute;
  227. right: 10rpx;
  228. bottom: 10rpx;
  229. border-radius: 50%;
  230. }
  231. .main-block .left-bar .item.active .name {
  232. color:#FFF;
  233. }
  234. .main-block .left-bar .item .num {
  235. display: inline-block;
  236. height: 40rpx;
  237. min-width: 40rpx;
  238. background-color: #ff6565;
  239. border-radius: 20rpx;
  240. font-size: 24rpx;
  241. font-weight: 500;
  242. text-align: center;
  243. color: #fff;
  244. line-height: 35rpx;
  245. position: absolute;
  246. right: 5rpx;
  247. top: 10rpx;
  248. }
  249. .main-block .right-bar {
  250. flex: none;
  251. width: 510rpx;
  252. height: auto;
  253. position: relative;
  254. border-radius: 20rpx 20rpx 0 0;
  255. overflow: hidden;
  256. padding-bottom: 60px;
  257. }
  258. .main-block .right-bar .content {
  259. width: 510rpx;
  260. height: 100%;
  261. }
  262. .main-block .right-bar .zhanwei {
  263. width: 100%;
  264. height: 100%;
  265. }
  266. .main-block .right-bar .top {
  267. background-color: #fff;
  268. padding: 0 20rpx;
  269. width: 100%;
  270. height: 100rpx;
  271. border-radius: 20rpx;
  272. box-sizing: border-box;
  273. position: absolute;
  274. left: 0;
  275. top: 0;
  276. z-index: 2;
  277. }
  278. .main-block .right-bar .top .active-cat {
  279. flex: auto;
  280. align-items: baseline;
  281. }
  282. .main-block .right-bar .top .active-cat .name {
  283. font-size: 28rpx;
  284. font-weight: bold;
  285. color: #555;
  286. }
  287. .main-block .right-bar .top .active-cat .desc {
  288. font-size: 24rpx;
  289. color: #888;
  290. margin-left: 15rpx;
  291. }
  292. .main-block .right-bar .top .search-btn {
  293. flex: none;
  294. font-size: 28rpx;
  295. color: #bbb;
  296. font-weight: 500;
  297. background-color: #eee;
  298. width: 160rpx;
  299. height: 60rpx;
  300. border-radius: 30rpx;
  301. }
  302. .main-block .right-bar .top .icon-4 {
  303. font-size: block;
  304. width: 30rpx;
  305. height: 30rpx;
  306. }
  307. /********************************************************************/
  308. .main-block .right-bar .item {
  309. border-radius: 20rpx;
  310. background-color: #fff;
  311. padding: 10rpx 20rpx;
  312. margin-bottom: 20rpx;
  313. }
  314. // .main-block .right-bar .item.first {
  315. // padding-top: 100rpx;
  316. // }
  317. .main-block .right-bar .item .cat-block {
  318. height: 80rpx;
  319. align-items: baseline;
  320. line-height: 80rpx;
  321. }
  322. .main-block .right-bar .cat-block .name {
  323. font-size: 28rpx;
  324. font-weight: bold;
  325. color: #555;
  326. }
  327. .main-block .right-bar .cat-block .desc {
  328. font-size: 24rpx;
  329. color: #888;
  330. margin-left: 15rpx;
  331. }
  332. .main-block .right-bar .item .goods-item {
  333. padding: 20rpx 0;
  334. }
  335. .main-block .right-bar .item .goods-item .img {
  336. display: block;
  337. flex: none;
  338. width: 140rpx;
  339. height: 140rpx;
  340. border-radius: 20rpx;
  341. }
  342. .main-block .right-bar .item .goods-item .goods-info {
  343. padding-left: 20rpx;
  344. min-height: 140rpx;
  345. flex: auto;
  346. }
  347. .main-block .right-bar .item .goods-item .goods-info .name {
  348. font-size: 26rpx;
  349. line-height: 40rpx;
  350. color: #555;
  351. display: -webkit-box;
  352. -webkit-box-orient: vertical;
  353. -webkit-line-clamp: 2;
  354. overflow: hidden;
  355. word-break: break-word;
  356. }
  357. .main-block .right-bar .item .goods-item .goods-info .price {
  358. font-size: 30rpx;
  359. font-weight: 500;
  360. color: #ff6565;
  361. }
  362. .main-block .right-bar .item .goods-item .goods-info .price .vip-price {
  363. font-size: 20rpx;
  364. color: #ff6565;
  365. }
  366. .main-block .right-bar .item .goods-item .spec-btn {
  367. height: 60rpx;
  368. padding: 0 30rpx;
  369. border-radius: 30rpx;
  370. color: #fff;
  371. font-size: 26rpx;
  372. line-height: 60rpx;
  373. position: relative;
  374. display:flex;
  375. flex-direction: row;
  376. }
  377. .main-block .right-bar .item .goods-item .spec-btn .circle{
  378. border-radius: 7px;
  379. width:86rpx;
  380. height:42rpx;
  381. background:#a07c5a;
  382. display:flex;
  383. justify-content: center;
  384. font-size: 12px;
  385. align-items: center;
  386. left: 15px;
  387. position: relative;
  388. }
  389. .main-block .right-bar .item .goods-item .spec-btn .spec-num-gg {
  390. display:flex;
  391. height: 15px;
  392. width: 15px;
  393. border-radius: 50%;
  394. background-color: #ff6565;
  395. color: #fff;
  396. font-size: 11px;
  397. position: absolute;
  398. right: -15rpx;
  399. top: -15rpx;
  400. justify-content: center;
  401. align-items: center;
  402. z-index: 5;
  403. }
  404. .main-block .right-bar .item .goods-item .spec-btn .spec-num {
  405. display:flex;
  406. height: 40rpx;
  407. width: 40rpx;
  408. border-radius: 50%;
  409. background-color: #ff6565;
  410. color: #fff;
  411. font-size: 11px;
  412. position: absolute;
  413. right: -15rpx;
  414. top: -15rpx;
  415. justify-content: center;
  416. align-items: center;
  417. }
  418. .main-block .right-bar .item .goods-item .goods-num-block {
  419. flex: none;
  420. margin-top: auto;
  421. height: 60rpx;
  422. }
  423. .main-block .right-bar .item .goods-item .goods-num-block .num-btn {
  424. flex: none;
  425. width: 42rpx;
  426. height: 42rpx;
  427. // border: 1rpx solid $theme-color;
  428. border-radius: 50%;
  429. position: relative;
  430. font-size: 42rpx;
  431. }
  432. // .main-block .right-bar .item .goods-item .goods-num-block .num-btn::before {
  433. // display: block;
  434. // content: "";
  435. // width: 28rpx;
  436. // height: 6rpx;
  437. // border-radius: 3rpx;
  438. // background-color: $theme-color;
  439. // position: absolute;
  440. // left: 50%;
  441. // top: 50%;
  442. // margin: -3rpx 0 0 -14rpx;
  443. // }
  444. // .main-block .right-bar .item .goods-item .goods-num-block .num-btn-2 {
  445. // background: $theme-color;
  446. // }
  447. .main-block .right-bar .item .goods-item .goods-num-block .num-btn-2::before,
  448. .main-block .right-bar .item .goods-item .goods-num-block .num-btn-2::after {
  449. // display: block;
  450. // content: "";
  451. // width: 28rpx;
  452. // height: 6rpx;
  453. // border-radius: 3rpx;
  454. // background-color: #fff;
  455. // position: absolute;
  456. // left: 50%;
  457. // top: 50%;
  458. // margin: -3rpx 0 0 -14rpx;
  459. }
  460. .main-block .right-bar .item .goods-item .goods-num-block .num-btn-2::after {
  461. // transform: rotate(90deg);
  462. }
  463. .main-block .right-bar .item .goods-item .goods-num-block .num {
  464. flex: none;
  465. min-width: 60rpx;
  466. text-align: center;
  467. font-size: 26rpx;
  468. font-weight: 500;
  469. color: #555;
  470. }
  471. button {
  472. display: block !important;
  473. background: none !important;
  474. height: auto !important;
  475. border: none !important;
  476. color: inherit !important;
  477. text-align: inherit;
  478. }
  479. button::after {
  480. border: none !important;
  481. }
  482. /* 弹窗 */
  483. .mask {
  484. width: 100vw;
  485. height: 100vh;
  486. background: rgba(0, 0, 0, 0.8);
  487. position: fixed;
  488. left: 0;
  489. top: 0;
  490. z-index: 999;
  491. }
  492. .pop-block {
  493. width: 660rpx;
  494. background: #fff;
  495. border-radius: 20rpx;
  496. overflow: hidden;
  497. position: relative;
  498. }
  499. .pop-block .title {
  500. font-size: 34rpx;
  501. color: #555;
  502. line-height: 50rpx;
  503. padding-top: 30rpx;
  504. text-align: center;
  505. font-weight: 500;
  506. margin-bottom: 20rpx;
  507. }
  508. .pop-block .content-block {
  509. max-height: 60vh;
  510. }
  511. .content-tel {
  512. padding: 20rpx 40rpx;
  513. }
  514. .content-tel-bor {
  515. border-bottom: 1rpx solid #F1F1F1;
  516. margin-left: 10rpx;
  517. }
  518. .content-tel-bor-input {
  519. font-size: 26rpx;
  520. }
  521. .pop-block .content {
  522. padding: 0 30rpx;
  523. }
  524. //
  525. //公告弹窗
  526. .notice-pop .sub-btn {
  527. height: 80rpx;
  528. line-height: 80rpx;
  529. text-align: center;
  530. font-size: 32rpx;
  531. color: $theme-color;
  532. border-top: 1rpx solid #efefef;
  533. margin-top: 30rpx;
  534. }
  535. .notice-pop .content {
  536. font-size: 30rpx;
  537. line-height: 1.5;
  538. color: #555;
  539. text-align: center;
  540. }
  541. // 规格弹窗
  542. .spec-pop .content .spec-cat-title {
  543. font-size: 32rpx;
  544. font-weight: 500;
  545. }
  546. .spec-pop .content .spec-list {
  547. padding: 10rpx 0 30rpx;
  548. flex-flow: row wrap;
  549. align-content: flex-start;
  550. }
  551. .spec-pop .content .spec-list .spec-item {
  552. font-size: 26rpx;
  553. padding: 10rpx 20rpx;
  554. border: 1rpx solid #eee;
  555. border-radius: 8rpx;
  556. margin-top: 15rpx;
  557. margin-right: 10rpx;
  558. }
  559. .spec-pop .content .spec-list .spec-item.active {
  560. background-color: $theme-color;
  561. border-color: $theme-color;
  562. color: #fff;
  563. }
  564. .spec-close-btn {
  565. display: block;
  566. width: 64rpx;
  567. height: 64rpx;
  568. margin-top: 40rpx;
  569. }
  570. .spec-pop .btm-block {
  571. padding: 20rpx 30rpx;
  572. background-color: #eee;
  573. }
  574. .spec-pop .btm-block .price {
  575. font-size: 40rpx;
  576. font-weight: bold;
  577. color: #ff6565;
  578. }
  579. .spec-pop .btm-block .unit {
  580. font-size: 26rpx;
  581. color: #666;
  582. }
  583. .spec-pop .choose-spec-list {
  584. font-size: 26rpx;
  585. color: #666;
  586. margin-left: 20rpx;
  587. margin-right: 20rpx;
  588. }
  589. .spec-pop .btm-block .add-car-btn {
  590. margin-left: auto;
  591. height: 60rpx;
  592. font-size: 28rpx;
  593. color: #fff;
  594. background-color: $theme-color;
  595. font-weight: bold;
  596. line-height: 60rpx;
  597. text-align: center;
  598. padding: 0 20rpx;
  599. border-radius: 30rpx;
  600. min-width: 200rpx;
  601. }
  602. .spec-pop .btm-block .goods-num-block {
  603. margin-left: auto;
  604. height: 60rpx;
  605. }
  606. .spec-pop .btm-block .goods-num-block .num-btn {
  607. flex: none;
  608. width: 42rpx;
  609. height: 42rpx;
  610. // border: 1rpx solid $theme-color;
  611. border-radius: 50%;
  612. position: relative;
  613. font-size: 42rpx;
  614. }
  615. .spec-pop .btm-block .goods-num-block .num {
  616. flex: none;
  617. min-width: 60rpx;
  618. text-align: center;
  619. font-size: 26rpx;
  620. font-weight: 500;
  621. color: #555;
  622. }
  623. //商品详情
  624. .detail-pop {
  625. position: relative;
  626. }
  627. .detail-pop .goods-img {
  628. display: block;
  629. width: 660rpx;
  630. height: 660rpx;
  631. }
  632. .detail-pop .btm-block {
  633. padding: 10rpx 30rpx 20rpx;
  634. background-color: #eee;
  635. }
  636. .detail-pop .btm-block .goods-name {
  637. font-size: 40rpx;
  638. font-weight: 500;
  639. line-height: 1.4;
  640. margin-bottom: 10rpx;
  641. color: #555;
  642. }
  643. .detail-pop .btm-block .goods-desc {
  644. font-size: 26rpx;
  645. line-height: 1.4;
  646. color: #666;
  647. margin-bottom: 10rpx;
  648. }
  649. .detail-pop .btm-block .price {
  650. font-size: 40rpx;
  651. font-weight: bold;
  652. color: #ff6565;
  653. }
  654. .detail-pop .btm-block .unit {
  655. font-size: 26rpx;
  656. color: #666;
  657. }
  658. .detail-pop .btm-block .vip-price {
  659. font-size: 26rpx;
  660. color: #ff6565;
  661. margin-left: 15rpx;
  662. }
  663. .detail-pop .choose-spec-list {
  664. font-size: 26rpx;
  665. color: #666;
  666. margin-left: 20rpx;
  667. margin-right: 20rpx;
  668. }
  669. .detail-pop .btm-block .add-car-btn {
  670. margin-left: auto;
  671. height: 60rpx;
  672. font-size: 28rpx;
  673. color: #fff;
  674. background-color: $theme-color;
  675. font-weight: bold;
  676. line-height: 60rpx;
  677. text-align: center;
  678. padding: 0 20rpx;
  679. border-radius: 30rpx;
  680. }
  681. .detail-pop .btm-block .goods-num-block {
  682. margin-left: auto;
  683. }
  684. .detail-pop .btm-block .goods-num-block .num-btn {
  685. flex: none;
  686. width: 42rpx;
  687. height: 42rpx;
  688. // border: 1rpx solid $theme-color;
  689. border-radius: 50%;
  690. position: relative;
  691. font-size: 42rpx;
  692. }
  693. // .detail-pop .btm-block .goods-num-block .num-btn::before {
  694. // display: block;
  695. // content: "";
  696. // width: 28rpx;
  697. // height: 6rpx;
  698. // border-radius: 3rpx;
  699. // background-color: $theme-color;
  700. // position: absolute;
  701. // left: 50%;
  702. // top: 50%;
  703. // margin: -3rpx 0 0 -14rpx;
  704. // }
  705. // .detail-pop .btm-block .goods-num-block .num-btn-2 {
  706. // background: $theme-color;
  707. // }
  708. .detail-pop .btm-block .goods-num-block .num-btn-2::before,
  709. .detail-pop .btm-block .goods-num-block .num-btn-2::after {
  710. // display: block;
  711. // content: "";
  712. // width: 28rpx;
  713. // height: 6rpx;
  714. // border-radius: 3rpx;
  715. // background-color: #fff;
  716. // position: absolute;
  717. // left: 50%;
  718. // top: 50%;
  719. // margin: -3rpx 0 0 -14rpx;
  720. }
  721. .detail-pop .btm-block .goods-num-block .num-btn-2::after {
  722. // transform: rotate(90deg);
  723. }
  724. .detail-pop .btm-block .goods-num-block .num {
  725. flex: none;
  726. min-width: 60rpx;
  727. text-align: center;
  728. font-size: 26rpx;
  729. font-weight: 500;
  730. color: #555;
  731. }
  732. .detail-pop .detail-close-btn {
  733. display: block;
  734. width: 64rpx;
  735. height: 64rpx;
  736. position: absolute;
  737. right: 10rpx;
  738. top: 10rpx;
  739. z-index: 990;
  740. background-color: rgba(0, 0, 0, 0.5);
  741. border-radius: 50%;
  742. overflow: hidden;
  743. }
  744. // 成为会员
  745. .get-phone-pop {
  746. width: 660rpx;
  747. background-color: #fff;
  748. border-radius: 14rpx;
  749. overflow: hidden;
  750. }
  751. .code-btn {
  752. flex: none;
  753. width: 170rpx;
  754. height: 60rpx;
  755. border-radius: 30rpx;
  756. background-color: #3387FF;
  757. text-align: center;
  758. line-height: 60rpx;
  759. color: #fff;
  760. font-size: 24rpx;
  761. }
  762. .get-phone-pop .content {
  763. // height: 180rpx;
  764. text-align: center;
  765. font-size: 35rpx;
  766. color: #000;
  767. // line-height: 60rpx;
  768. padding: 30rpx 0;
  769. }
  770. .get-phone-pop .btm-block {
  771. width: 100%;
  772. height: 115rpx;
  773. border-top: 2px solid #eef0ef;
  774. }
  775. .get-phone-pop .btm-block .btn {
  776. flex: none;
  777. width: 50%;
  778. height: 115rpx;
  779. box-sizing: border-box;
  780. text-align: center;
  781. line-height: 115rpx;
  782. color: #010101;
  783. font-weight: bold;
  784. padding: 0;
  785. margin: 0;
  786. border: none;
  787. border-radius: 0;
  788. background-color: #fff;
  789. font-size: 35rpx;
  790. }
  791. .get-phone-pop .btm-block .btn::after {
  792. padding: 0;
  793. border: none;
  794. border-radius: 0;
  795. }
  796. .get-phone-pop .btm-block .sub-btn {
  797. color: #626c90;
  798. border-left: 1px solid #eef0fe;
  799. }
  800. //
  801. .lingquan-block {
  802. width: 100%;
  803. height: 60rpx;
  804. background-color: #FCF5DD;
  805. padding: 13rpx 20rpx;
  806. box-sizing: border-box;
  807. position: fixed;
  808. left: 0;
  809. bottom: 100rpx;
  810. bottom: calc(100rpx + constant(safe-area-inset-bottom));
  811. bottom: calc(100rpx + env(safe-area-inset-bottom));
  812. }
  813. .lingquan-block .icon-10 {
  814. display: block;
  815. width: 28rpx;
  816. height: 28rpx;
  817. }
  818. .lingquan-block .lingquan-btn {
  819. border: 1rpx solid #FD6C00;
  820. border-radius: 4rpx;
  821. text-align: center;
  822. line-height: 32rpx;
  823. color: #FD6C00;
  824. font-size: 24rpx;
  825. padding: 0 15rpx;
  826. margin-left: 16rpx;
  827. }
  828. .lingquan-block .info {
  829. font-size: 24rpx;
  830. color: #333;
  831. padding: 0 16rpx;
  832. }
  833. .lingquan-block .arr-r {
  834. margin-left: auto;
  835. }
  836. //
  837. .coupon-content-block {
  838. width: 646rpx;
  839. height: 759rpx;
  840. position: relative;
  841. }
  842. .coupon-content-block .coupon-pop-bg {
  843. display: block;
  844. width: 100%;
  845. height: 100%;
  846. position: absolute;
  847. left: 0;
  848. top: 0;
  849. z-index: 0;
  850. }
  851. .coupon-content-block .content {
  852. height: 100%;
  853. position: relative;
  854. z-index: 10;
  855. text-align: center;
  856. }
  857. .coupon-content-block .content .title {
  858. font-size: 50rpx;
  859. font-weight: bold;
  860. color: #793619;
  861. line-height: 68rpx;
  862. padding-top: 120rpx;
  863. }
  864. .coupon-content-block .content .money-block {
  865. // line-height: 120rpx;
  866. width: 50%;
  867. margin: 0 auto;
  868. }
  869. .coupon-content-block .content .money-block .unit {
  870. font-size: 50rpx;
  871. font-weight: bold;
  872. color: #FF1E2C;
  873. }
  874. .coupon-content-block .content .money-block .money {
  875. font-size: 50rpx;
  876. font-weight: bold;
  877. color: #FF1E2C;
  878. padding-top: 40rpx;
  879. }
  880. .coupon-content-block .content .type {
  881. display: inline-block;
  882. height: 44rpx;
  883. padding: 0 33rpx;
  884. border-radius: 22rpx;
  885. background-color: #FFECED;
  886. color: #FF1E2C;
  887. font-size: 24rpx;
  888. line-height: 44rpx;
  889. }
  890. .coupon-content-block .content .btn {
  891. width: 340rpx;
  892. height: 80rpx;
  893. opacity: 1;
  894. background: linear-gradient(270deg, #ffbb59 0%, #fff2ce 100%);
  895. border-radius: 40rpx;
  896. box-shadow: 0rpx 5rpx 1rpx 0rpx #be6d32;
  897. text-align: center;
  898. line-height: 80rpx;
  899. position: absolute;
  900. bottom: 138rpx;
  901. left: 50%;
  902. transform: translateX(-50%);
  903. font-size: 36rpx;
  904. font-weight: bold;
  905. color: #751300;
  906. }
  907. .many_rebate {
  908. color: red;
  909. text-align: right;
  910. }
  911. .share_commission {
  912. position: absolute;
  913. right: 0;
  914. top: 450rpx;
  915. border-top-left-radius: 40rpx;
  916. border-bottom-left-radius: 40rpx;
  917. z-index: 99;
  918. }
  919. .share_commission image {
  920. width: 100rpx;
  921. height: 126rpx;
  922. margin-right: 14rpx;
  923. margin-left: 20rpx;
  924. }
  925. .shopping{
  926. width: 650rpx;
  927. margin: 0 auto;
  928. background: #fff;
  929. /* height: 400rpx; */
  930. text-align: center;
  931. border-radius: 8rpx;
  932. }
  933. .shopping_title{
  934. height: 100rpx;
  935. }
  936. .shopping_number{
  937. width: 80%;
  938. margin: 0 auto;
  939. border: 1rpx solid #f1f1f1;
  940. height: 100rpx;
  941. }
  942. .shopping_line{
  943. width: 2rpx;
  944. height: 50rpx;
  945. background-color: #f1f1ff;
  946. }
  947. .shopping_btn{
  948. height: 120rpx;
  949. }
  950. .shopping_placeholder{
  951. font-size: 26rpx;
  952. }