index.scss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. .link {
  2. padding: 30rpx 40rpx;
  3. position: relative;
  4. font-family: PingFangSC-Semibold, PingFang SC;
  5. .hxj {
  6. font-size: 40rpx;
  7. font-weight: 600;
  8. color: #e7dac1;
  9. background: angular-gradient(180deg, #e1cfaf 0%, #fefffe 100%);
  10. -webkit-background-clip: text;
  11. // -webkit-text-fill-color: transparent;
  12. }
  13. .title {
  14. font-weight: 500;
  15. color: #121212;
  16. font-size: 32rpx;
  17. position: relative;
  18. z-index: 2;
  19. .hxjImg {
  20. width: 249rpx;
  21. height: 31rpx;
  22. position: absolute;
  23. top: -9rpx;
  24. left: 1rpx;
  25. z-index: -1;
  26. }
  27. }
  28. .title1 {
  29. font-weight: 500;
  30. font-size: 26rpx;
  31. position: relative;
  32. color: #121212;
  33. z-index: 2;
  34. }
  35. .tyx {
  36. width: 37rpx;
  37. height: 37rpx;
  38. position: absolute;
  39. top: 26rpx;
  40. left: 24rpx;
  41. z-index: 1;
  42. }
  43. .d6 {
  44. width: 32rpx;
  45. height: 17rpx;
  46. position: absolute;
  47. top: 40rpx;
  48. left: 234rpx;
  49. z-index: 1;
  50. }
  51. .subtitle {
  52. height: 34rpx;
  53. font-size: 24rpx;
  54. font-weight: 400;
  55. color: #a7a7a7;
  56. line-height: 34rpx;
  57. }
  58. .coupon_1 {
  59. width: 15rpx;
  60. height: 15rpx;
  61. margin-left: 25rpx;
  62. }
  63. .coupon_sub {
  64. font-size: 20rpx;
  65. font-weight: 400;
  66. color: #999999;
  67. line-height: 28rpx;
  68. letter-spacing: 3rpx;
  69. margin-left: 25rpx;
  70. }
  71. .link-more{
  72. font-size: 25rpx;
  73. font-weight: 500;
  74. color: #989898;
  75. image{
  76. width: 12rpx;
  77. height: 19rpx;
  78. margin-left: 6rpx;
  79. }
  80. }
  81. }
  82. .pd_list {
  83. padding: 0 0 0 40rpx;
  84. .box {
  85. height: 250rpx;
  86. width: 207rpx;
  87. border-radius: 20rpx;
  88. overflow: hidden;
  89. position: relative;
  90. z-index: 2;
  91. margin-right: 20rpx;
  92. .image-bg {
  93. position: absolute;
  94. z-index: -1;
  95. left: 0;
  96. right: 0;
  97. bottom: 0;
  98. right: 0;
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .text {
  103. width: 87rpx;
  104. height: 33rpx;
  105. background: #b19d60;
  106. border-radius: 0px 70rpx 70rpx 17rpx;
  107. opacity: 0.2;
  108. font-size: 24rpx;
  109. font-family: PingFangSC-Regular, PingFang SC;
  110. font-weight: 400;
  111. color: #a7824b;
  112. line-height: 33rpx;
  113. text-shadow: 0px 0px 8rpx rgba(0, 0, 0, 0.17);
  114. }
  115. }
  116. .tag_list {
  117. margin-top: 20rpx;
  118. .tag {
  119. background-color: rgba(238, 235, 222, 1);
  120. color: rgb(167, 133, 79);
  121. border-radius: 0 50% 50% 50%;
  122. font-size: 24rpx;
  123. padding: 10rpx 20rpx;
  124. }
  125. }
  126. }
  127. .lg_list {
  128. .item {
  129. padding: 0 40rpx;
  130. padding-bottom: 40rpx;
  131. position: relative;
  132. .imgBox {
  133. width: 100%;
  134. height: 500rpx;
  135. border-radius: 40rpx 0 0 0;
  136. z-index: 1;
  137. }
  138. .b_card {
  139. width: 650rpx;
  140. height: 130rpx;
  141. position: absolute;
  142. bottom: 25rpx;
  143. left: 50%;
  144. transform: translateX(-50%);
  145. z-index: 2;
  146. background-color: #fff;
  147. border-radius: 20rpx;
  148. padding: 20rpx 30rpx;
  149. box-shadow: 6px 40px 100px 4px #eaeef0;
  150. .left {
  151. display: flex;
  152. flex-flow: column;
  153. justify-content: space-around;
  154. .title {
  155. font-size: 24rpx;
  156. font-weight: 500;
  157. color: #0e0e0e;
  158. line-height: 34rpx;
  159. }
  160. .desc {
  161. font-size: 24rpx;
  162. font-weight: 400;
  163. color: #a7a7a7;
  164. line-height: 34rpx;
  165. }
  166. }
  167. .right {
  168. display: flex;
  169. align-items: center;
  170. .price {
  171. display: flex;
  172. align-items: flex-end;
  173. color: #000;
  174. font-size: 40rpx;
  175. font-family: Helvetica;
  176. color: #0e0e0e;
  177. .rmb {
  178. padding-bottom: 10rpx;
  179. font-size: 18rpx;
  180. font-family: Helvetica;
  181. color: #0e0e0e;
  182. }
  183. .dw {
  184. padding-bottom: 10rpx;
  185. font-size: 18rpx;
  186. font-weight: 500;
  187. color: #a7a7a7;
  188. }
  189. }
  190. }
  191. }
  192. }
  193. }
  194. .more {
  195. width: 167rpx;
  196. height: auto;
  197. padding: 30rpx 0;
  198. font-size: 20rpx;
  199. font-family: PingFangSC-Regular, PingFang SC;
  200. font-weight: 400;
  201. color: #999999;
  202. line-height: 28rpx;
  203. letter-spacing: 3rpx;
  204. margin: 0 auto;
  205. text-align: center;
  206. image {
  207. width: 167rpx;
  208. height: 11rpx;
  209. }
  210. .viewmore1 {
  211. width: 51rpx;
  212. height: 51rpx;
  213. }
  214. .viewmore1_color {
  215. color: #a7824b;
  216. line-height: 34rpx;
  217. letter-spacing: 5rpx;
  218. }
  219. .viewmore2 {
  220. width: 28rpx;
  221. height: 28rpx;
  222. }
  223. }
  224. .more1 {
  225. width: 320rpx;
  226. height: 85rpx;
  227. border-radius: 43rpx;
  228. border: 1rpx solid #b39978;
  229. margin: 65rpx auto 100rpx;
  230. font-size: 24rpx;
  231. font-family: PingFangSC-Regular, PingFang SC;
  232. font-weight: 400;
  233. color: #a7824b;
  234. line-height: 85rpx;
  235. image {
  236. width: 28rpx;
  237. height: 28rpx;
  238. margin-left: 12rpx;
  239. }
  240. }
  241. .coupon {
  242. padding: 0 45rpx 0 40rpx;
  243. .item {
  244. width: 320rpx;
  245. height: 200rpx;
  246. overflow: hidden;
  247. border-radius: 20rpx;
  248. margin-right: 25rpx;
  249. position: relative;
  250. background-image: url(https://t17.9026.com/web/statics/image/index/coupon_masking.png);
  251. background-size: 310rpx 200rpx;
  252. .Wb {
  253. display: flex;
  254. flex-flow: column;
  255. justify-content: space-around;
  256. padding: 17rpx 0 17rpx 37rpx;
  257. .price {
  258. font-size: 40rpx;
  259. font-family: PingFangSC-Medium, PingFang SC;
  260. font-weight: 500;
  261. color: #b19d60;
  262. text {
  263. font-size: 24rpx;
  264. }
  265. }
  266. .yxq {
  267. font-size: 18rpx;
  268. font-family: PingFangSC-Regular, PingFang SC;
  269. font-weight: 400;
  270. color: #c1c2c1;
  271. }
  272. }
  273. }
  274. }
  275. .hxdz {
  276. .q {
  277. height: 385rpx;
  278. padding: 0 45rpx 0 40rpx;
  279. .l {
  280. margin-right: 25rpx;
  281. width: 320rpx;
  282. height: 385rpx;
  283. padding: 27rpx 31rpx;
  284. border-radius: 20rpx;
  285. position: relative;
  286. overflow: hidden;
  287. z-index: 1;
  288. image {
  289. width: 100%;
  290. height: 100%;
  291. position: absolute;
  292. left: 0;
  293. top: 0;
  294. bottom: 0;
  295. right: 0;
  296. z-index: -1;
  297. }
  298. }
  299. .r1 {
  300. width: 320rpx;
  301. height: 180rpx;
  302. padding: 27rpx 31rpx;
  303. border-radius: 20rpx;
  304. position: relative;
  305. overflow: hidden;
  306. z-index: 1;
  307. image {
  308. width: 100%;
  309. height: 100%;
  310. position: absolute;
  311. left: 0;
  312. top: 0;
  313. bottom: 0;
  314. right: 0;
  315. z-index: -1;
  316. }
  317. }
  318. .r2 {
  319. width: 320rpx;
  320. height: 180rpx;
  321. padding: 27rpx 31rpx;
  322. border-radius: 20rpx;
  323. position: relative;
  324. overflow: hidden;
  325. z-index: 1;
  326. image {
  327. width: 100%;
  328. height: 100%;
  329. position: absolute;
  330. left: 0;
  331. top: 0;
  332. bottom: 0;
  333. right: 0;
  334. z-index: -1;
  335. }
  336. }
  337. }
  338. .w {
  339. padding: 0 0 0 40rpx;
  340. margin-top: 36rpx;
  341. .item {
  342. width: 320rpx;
  343. margin-right: 25rpx;
  344. image {
  345. width: 320rpx;
  346. height: 250rpx;
  347. }
  348. }
  349. }
  350. }
  351. .group_list {
  352. .item {
  353. padding: 0 15rpx;
  354. margin-bottom: 40rpx;
  355. .imgBox {
  356. width: 100%;
  357. height: 404rpx;
  358. position: relative;
  359. .img {
  360. position: absolute;
  361. z-index: -1;
  362. left: 0;
  363. right: 0;
  364. bottom: 0;
  365. right: 0;
  366. width: 100%;
  367. height: 100%;
  368. border-radius: 20rpx;
  369. }
  370. }
  371. .b_card {
  372. width: 500rpx;
  373. height: 130rpx;
  374. margin: -65rpx auto 0;
  375. background-color: #fff;
  376. border-radius: 20rpx;
  377. padding: 20rpx 30rpx;
  378. box-shadow: 6px 40px 100px 4px #eaeef0;
  379. .left {
  380. .i {
  381. width: 49rpx;
  382. height: 52rpx;
  383. border-radius: 8rpx;
  384. border: 1rpx solid #0e0e0e;
  385. font-size: 24rpx;
  386. font-family: PingFangSC-Medium, PingFang SC;
  387. font-weight: 500;
  388. color: #0e0e0e;
  389. line-height: 52rpx;
  390. text-align: center;
  391. }
  392. .q {
  393. font-size: 24rpx;
  394. font-family: PingFangSC-Medium, PingFang SC;
  395. font-weight: 500;
  396. color: #0e0e0e;
  397. line-height: 52rpx;
  398. margin: 0 7rpx;
  399. }
  400. }
  401. .right {
  402. display: flex;
  403. align-items: center;
  404. .price {
  405. display: flex;
  406. align-items: flex-end;
  407. color: #000;
  408. font-size: 40rpx;
  409. font-family: Helvetica;
  410. color: #0e0e0e;
  411. .rmb {
  412. padding-bottom: 10rpx;
  413. font-size: 18rpx;
  414. font-family: Helvetica;
  415. color: #0e0e0e;
  416. }
  417. .dw {
  418. padding-bottom: 10rpx;
  419. font-size: 18rpx;
  420. font-weight: 500;
  421. color: #a7a7a7;
  422. }
  423. }
  424. }
  425. }
  426. }
  427. }
  428. .hxzy {
  429. padding: 0 40rpx;
  430. .top {
  431. margin-top: 20rpx;
  432. height: 296rpx;
  433. position: relative;
  434. .dbo {
  435. width: 379rpx;
  436. height: 204rpx;
  437. background: #fefffe;
  438. padding: 31rpx 37rpx;
  439. position: absolute;
  440. bottom: 0;
  441. left: 0;
  442. .text {
  443. font-size: 26rpx;
  444. font-family: PingFangSC-Regular, PingFang SC;
  445. font-weight: 400;
  446. color: #252526;
  447. }
  448. .category {
  449. font-size: 24rpx;
  450. font-family: PingFangSC-Regular, PingFang SC;
  451. font-weight: 400;
  452. color: #b39978;
  453. }
  454. }
  455. }
  456. .bottom {
  457. margin-top: 40rpx;
  458. .item {
  459. width: 320rpx;
  460. margin-bottom: 35rpx;
  461. border-radius: 20rpx;
  462. .cover {
  463. width: 320rpx;
  464. height: 250rpx;
  465. }
  466. }
  467. & > .item:nth-child(2n-1) {
  468. margin-right: 25rpx;
  469. }
  470. }
  471. }
  472. .bottom_logo {
  473. text-align: center;
  474. padding: 50rpx 0;
  475. image {
  476. width: 135rpx;
  477. height: 46rpx;
  478. }
  479. .text {
  480. font-variant: small-caps;
  481. font-size: 16rpx;
  482. font-family: PingFangSC-Regular, PingFang SC;
  483. font-weight: 400;
  484. color: #999999;
  485. line-height: 22px;
  486. letter-spacing: 10rpx;
  487. }
  488. }
  489. .title_2 {
  490. font-weight: 600;
  491. font-family: PingFangSC-Regular, PingFang SC;
  492. color: #000;
  493. font-size: 24rpx;
  494. font-weight: 500;
  495. color: #0e0e0e;
  496. }
  497. .desc_2 {
  498. color: #5a5a5a;
  499. font-size: 24rpx;
  500. font-family: PingFangSC-Regular, PingFang SC;
  501. font-weight: 400;
  502. color: #a7a7a7;
  503. }
  504. .borradu_20 {
  505. border-radius: 20rpx;
  506. }
  507. .mt_20 {
  508. margin-top: 20rpx;
  509. }
  510. .price {
  511. display: flex;
  512. align-items: flex-end;
  513. color: #000;
  514. font-size: 40rpx;
  515. font-family: Helvetica;
  516. color: #0e0e0e;
  517. .rmb {
  518. padding-bottom: 10rpx;
  519. font-size: 18rpx;
  520. font-family: Helvetica;
  521. color: #0e0e0e;
  522. }
  523. .dw {
  524. padding-bottom: 10rpx;
  525. font-size: 18rpx;
  526. font-weight: 500;
  527. color: #a7a7a7;
  528. }
  529. }
  530. .price20 {
  531. display: flex;
  532. align-items: center;
  533. font-size: 20rpx;
  534. font-weight: 500;
  535. color: #222;
  536. .rmb {
  537. padding-bottom: 0;
  538. font-size: 14rpx;
  539. color: #222;
  540. font-weight: 400;
  541. }
  542. .dw {
  543. padding-bottom: 10rpx;
  544. font-size: 14rpx;
  545. font-weight: 500;
  546. color: #a7a7a7;
  547. }
  548. }