index.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. .banner {
  2. width: 750rpx;
  3. height: 417rpx;
  4. }
  5. .banner image {
  6. width: 100%;
  7. height: 417rpx;
  8. }
  9. .m-menu {
  10. background: #fff;
  11. display: flex;
  12. align-items: center;
  13. flex-wrap: wrap;
  14. padding-bottom: 0rpx;
  15. padding-top: 25rpx;
  16. }
  17. .m-menu .item {
  18. width: 150rpx;
  19. height: 126rpx;
  20. }
  21. .m-menu image {
  22. display: block;
  23. width: 58rpx;
  24. height: 58rpx;
  25. margin: 0 auto;
  26. margin-bottom: 12rpx;
  27. }
  28. .m-menu text {
  29. display: block;
  30. font-size: 24rpx;
  31. text-align: center;
  32. margin: 0 auto;
  33. line-height: 1;
  34. color: #333;
  35. }
  36. .a-section {
  37. width: 750rpx;
  38. height: auto;
  39. overflow: hidden;
  40. background: #fff;
  41. color: #333;
  42. margin-top: 20rpx;
  43. }
  44. .a-section .h {
  45. display: flex;
  46. flex-flow: row nowrap;
  47. align-items: center;
  48. justify-content: center;
  49. height: 130rpx;
  50. }
  51. .a-section .h .txt {
  52. padding-right: 30rpx;
  53. background-size: 16.656rpx 27rpx;
  54. display: inline-block;
  55. height: 36rpx;
  56. font-size: 33rpx;
  57. line-height: 36rpx;
  58. }
  59. .a-brand .b {
  60. width: 750rpx;
  61. height: auto;
  62. overflow: hidden;
  63. position: relative;
  64. }
  65. .a-brand .wrap {
  66. position: relative;
  67. }
  68. .a-brand .img {
  69. position: absolute;
  70. left: 0;
  71. top: 0;
  72. }
  73. .a-brand .mt {
  74. position: absolute;
  75. z-index: 2;
  76. padding: 27rpx 31rpx;
  77. left: 0;
  78. top: 0;
  79. }
  80. .a-brand .mt .brand {
  81. display: block;
  82. font-size: 33rpx;
  83. height: 43rpx;
  84. color: #fff;
  85. }
  86. .a-brand .mt .price, .a-brand .mt .unit {
  87. font-size: 25rpx;
  88. color: #fff;
  89. }
  90. .a-brand .item-1 {
  91. float: left;
  92. width: 375rpx;
  93. height: 252rpx;
  94. overflow: hidden;
  95. border-top: 1rpx solid #fff;
  96. margin-left: 1rpx;
  97. }
  98. .a-brand .item-1:nth-child(2n+1) {
  99. margin-left: 0;
  100. width: 374rpx;
  101. }
  102. .a-brand .item-1 .img {
  103. width: 375rpx;
  104. height: 253rpx;
  105. }
  106. .a-coupon {
  107. width: 750rpx;
  108. height: auto;
  109. overflow: hidden;
  110. }
  111. .a-coupon .b .item {
  112. position: relative;
  113. height: 200rpx;
  114. width: 700rpx;
  115. background: linear-gradient(to right, #cfa568, #e3bf79);
  116. margin-bottom: 10rpx;
  117. margin-left: 30rpx;
  118. margin-right: 30rpx;
  119. padding-top: 30rpx;
  120. }
  121. .a-coupon .b .tag {
  122. height: 32rpx;
  123. background: #a48143;
  124. padding-left: 16rpx;
  125. padding-right: 16rpx;
  126. position: absolute;
  127. left: 20rpx;
  128. color: #fff;
  129. top: 20rpx;
  130. font-size: 20rpx;
  131. text-align: center;
  132. line-height: 32rpx;
  133. }
  134. .a-coupon .b .content {
  135. margin-top: 24rpx;
  136. margin-left: 40rpx;
  137. display: flex;
  138. margin-right: 40rpx;
  139. flex-direction: row;
  140. }
  141. .a-coupon .b .content .left {
  142. flex: 1;
  143. }
  144. .a-coupon .b .discount {
  145. font-size: 50rpx;
  146. color: #b4282d;
  147. }
  148. .a-coupon .b .min {
  149. color: #fff;
  150. }
  151. .a-coupon .b .content .right {
  152. width: 400rpx;
  153. }
  154. .a-coupon .b .name {
  155. font-size: 44rpx;
  156. color: #fff;
  157. margin-bottom: 14rpx;
  158. }
  159. .a-coupon .b .desc {
  160. font-size: 24rpx;
  161. color: #fff;
  162. }
  163. .a-coupon .b .time {
  164. font-size: 24rpx;
  165. color: #fff;
  166. line-height: 30rpx;
  167. }
  168. .a-groupon {
  169. width: 750rpx;
  170. height: auto;
  171. overflow: hidden;
  172. }
  173. .a-groupon .b .item {
  174. border-top: 1px solid #d9d9d9;
  175. margin: 0 20rpx;
  176. height: 244rpx;
  177. width: 710rpx;
  178. }
  179. .a-groupon .b .img {
  180. margin-top: 12rpx;
  181. margin-right: 12rpx;
  182. float: left;
  183. width: 220rpx;
  184. height: 220rpx;
  185. }
  186. .a-groupon .b .right {
  187. float: left;
  188. height: 244rpx;
  189. width: 476rpx;
  190. display: flex;
  191. flex-flow: row nowrap;
  192. }
  193. .a-groupon .b .text {
  194. display: flex;
  195. flex-wrap: nowrap;
  196. flex-direction: column;
  197. justify-content: center;
  198. overflow: hidden;
  199. height: 244rpx;
  200. width: 476rpx;
  201. }
  202. .a-groupon .b .name {
  203. float: left;
  204. display: block;
  205. color: #333;
  206. line-height: 50rpx;
  207. font-size: 30rpx;
  208. }
  209. .a-groupon .b .desc {
  210. width: 476rpx;
  211. display: block;
  212. color: #999;
  213. line-height: 50rpx;
  214. font-size: 25rpx;
  215. }
  216. .a-groupon .b .price {
  217. width: 476rpx;
  218. display: flex;
  219. color: #ab956d;
  220. line-height: 50rpx;
  221. font-size: 33rpx;
  222. }
  223. .a-groupon .b .counterPrice {
  224. text-decoration: line-through;
  225. font-size: 28rpx;
  226. color: #999;
  227. }
  228. .a-groupon .b .retailPrice {
  229. margin-left: 30rpx;
  230. font-size: 28rpx;
  231. color: #a78845;
  232. }
  233. .a-new .b {
  234. width: 750rpx;
  235. height: auto;
  236. overflow: hidden;
  237. padding: 0 31rpx 45rpx 31rpx;
  238. }
  239. .a-new .b .item {
  240. float: left;
  241. width: 302rpx;
  242. margin-top: 10rpx;
  243. margin-left: 21rpx;
  244. margin-right: 21rpx;
  245. }
  246. .a-new .b .item-b {
  247. margin-left: 42rpx;
  248. }
  249. .a-new .b .img {
  250. width: 302rpx;
  251. height: 302rpx;
  252. }
  253. .a-new .b .name {
  254. text-align: center;
  255. display: block;
  256. width: 302rpx;
  257. height: 35rpx;
  258. margin-bottom: 14rpx;
  259. overflow: hidden;
  260. font-size: 30rpx;
  261. color: #333;
  262. }
  263. .a-new .b .price {
  264. display: block;
  265. text-align: center;
  266. line-height: 30rpx;
  267. font-size: 30rpx;
  268. color: #ab956d;
  269. }
  270. .a-popular {
  271. width: 750rpx;
  272. height: auto;
  273. overflow: hidden;
  274. }
  275. .a-popular .b .item {
  276. border-top: 1px solid #d9d9d9;
  277. margin: 0 20rpx;
  278. height: 264rpx;
  279. width: 710rpx;
  280. }
  281. .a-popular .b .img {
  282. margin-top: 12rpx;
  283. margin-right: 12rpx;
  284. float: left;
  285. width: 240rpx;
  286. height: 240rpx;
  287. }
  288. .a-popular .b .right {
  289. float: left;
  290. height: 264rpx;
  291. width: 456rpx;
  292. display: flex;
  293. flex-flow: row nowrap;
  294. }
  295. .a-popular .b .text {
  296. display: flex;
  297. flex-wrap: nowrap;
  298. flex-direction: column;
  299. justify-content: center;
  300. overflow: hidden;
  301. height: 264rpx;
  302. width: 456rpx;
  303. }
  304. .a-popular .b .name {
  305. width: 456rpx;
  306. display: block;
  307. color: #333;
  308. line-height: 50rpx;
  309. font-size: 30rpx;
  310. }
  311. .a-popular .b .desc {
  312. width: 456rpx;
  313. display: block;
  314. color: #999;
  315. line-height: 50rpx;
  316. font-size: 25rpx;
  317. }
  318. .a-popular .b .price {
  319. width: 456rpx;
  320. display: block;
  321. color: #ab956d;
  322. line-height: 50rpx;
  323. font-size: 33rpx;
  324. }
  325. .a-topic .b {
  326. height: 533rpx;
  327. width: 750rpx;
  328. padding: 0 0 48rpx 0;
  329. }
  330. .a-topic .b .list {
  331. height: 533rpx;
  332. width: 750rpx;
  333. white-space: nowrap;
  334. }
  335. .a-topic .b .item {
  336. display: inline-block;
  337. height: 533rpx;
  338. width: 680.5rpx;
  339. margin-left: 30rpx;
  340. overflow: hidden;
  341. }
  342. .a-topic .b .item:last-child {
  343. margin-right: 30rpx;
  344. }
  345. .a-topic .b .img {
  346. height: 387.5rpx;
  347. width: 680.5rpx;
  348. margin-bottom: 30rpx;
  349. }
  350. .a-topic .b .np {
  351. height: 35rpx;
  352. margin-bottom: 13.5rpx;
  353. color: #333;
  354. font-size: 30rpx;
  355. }
  356. .a-topic .b .np .price {
  357. margin-left: 20.8rpx;
  358. color: #ab956d;
  359. }
  360. .a-topic .b .desc {
  361. display: block;
  362. height: 30rpx;
  363. color: #999;
  364. font-size: 24rpx;
  365. white-space: nowrap;
  366. overflow: hidden;
  367. text-overflow: ellipsis;
  368. }
  369. .good-grid {
  370. width: 750rpx;
  371. height: auto;
  372. overflow: hidden;
  373. }
  374. .good-grid .h {
  375. display: flex;
  376. flex-flow: row nowrap;
  377. align-items: center;
  378. justify-content: center;
  379. height: 130rpx;
  380. font-size: 33rpx;
  381. color: #333;
  382. }
  383. .good-grid .b {
  384. width: 750rpx;
  385. padding: 0 6.25rpx;
  386. height: auto;
  387. overflow: hidden;
  388. }
  389. .good-grid .b .item {
  390. float: left;
  391. background: #fff;
  392. width: 365rpx;
  393. margin-bottom: 6.25rpx;
  394. height: 452rpx;
  395. overflow: hidden;
  396. text-align: center;
  397. }
  398. .good-grid .b .item .a {
  399. height: 452rpx;
  400. width: 100%;
  401. }
  402. .good-grid .b .item-b {
  403. margin-left: 6.25rpx;
  404. }
  405. .good-grid .item .img {
  406. margin-top: 20rpx;
  407. width: 302rpx;
  408. height: 302rpx;
  409. }
  410. .good-grid .item .name {
  411. display: block;
  412. width: 365.625rpx;
  413. padding: 0 20rpx;
  414. overflow: hidden;
  415. height: 35rpx;
  416. margin: 11.5rpx 0 22rpx 0;
  417. text-align: center;
  418. font-size: 30rpx;
  419. color: #333;
  420. }
  421. .good-grid .item .price {
  422. display: block;
  423. width: 365.625rpx;
  424. height: 30rpx;
  425. text-align: center;
  426. font-size: 30rpx;
  427. color: #ab956d;
  428. }
  429. .good-grid .t {
  430. height: 100rpx;
  431. background: #fff;
  432. display: flex;
  433. align-items: center;
  434. justify-content: center;
  435. }
  436. .search {
  437. height: 88rpx;
  438. width: 100%;
  439. padding: 0 30rpx;
  440. background: #fff;
  441. display: flex;
  442. align-items: center;
  443. }
  444. .search .van-icon-search {
  445. line-height: 59rpx;
  446. }
  447. .search .input {
  448. width: 690rpx;
  449. height: 56rpx;
  450. background: #ededed;
  451. border-radius: 8rpx;
  452. display: flex;
  453. align-items: center;
  454. justify-content: center;
  455. }
  456. .search .txt {
  457. height: 42rpx;
  458. line-height: 42rpx;
  459. color: #666;
  460. padding-left: 10rpx;
  461. font-size: 30rpx;
  462. }