index.wxss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. .f-header .tit {
  11. font-size: 34rpx;
  12. color: #303133;
  13. line-height: 1;
  14. font-weight: bold;
  15. }
  16. .f-header .tit-box {
  17. -webkit-box-flex: 1;
  18. -webkit-flex: 1;
  19. flex: 1;
  20. display: -webkit-box;
  21. display: -webkit-flex;
  22. display: flex;
  23. -webkit-box-orient: vertical;
  24. -webkit-box-direction: normal;
  25. -webkit-flex-direction: column;
  26. flex-direction: column;
  27. }
  28. /*功能栏左侧小图标*/
  29. .f-header .f-left-icon {
  30. height: 34rpx;
  31. width: 8rpx;
  32. background-image: -webkit-gradient(linear, left top, left bottom, from(#fe4c4d), to(#fe4c4d));
  33. background-image: -webkit-linear-gradient(#fe4c4d, #fe4c4d);
  34. background-image: linear-gradient(#fe4c4d, #fe4c4d);
  35. margin-right: 10rpx;
  36. border-radius: 10rpx;
  37. }
  38. .Mask {
  39. width: 100%;
  40. height: 100vh;
  41. position: fixed;
  42. z-index: 99999;
  43. background-color: rgba(0, 0, 0, 0.7);
  44. top: 0;
  45. }
  46. .Mask image {
  47. width: 100%;
  48. height: 100vh;
  49. }
  50. .hot-goods {
  51. margin: 0 25rpx;
  52. padding: 5rpx 25rpx 30rpx 25rpx;
  53. background-color: #fff;
  54. border-radius: 10rpx;
  55. }
  56. .hot-goods .hot-headers {
  57. margin: 25rpx 0;
  58. width: 100%;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. }
  63. .hot-goods .hot-headers .img {
  64. width: 32rpx;
  65. height: 32rpx;
  66. margin-right: 10rpx;
  67. }
  68. .hot-goods .hot-headers .hot-title {
  69. font-size: 30rpx;
  70. margin-right: 15rpx;
  71. }
  72. .hot-goods .hot-headers .more {
  73. line-height: 1;
  74. padding: 5rpx 10rpx 5rpx 15rpx;
  75. text-align: center;
  76. font-size: 20rpx;
  77. border-radius: 15rpx;
  78. color: #ffffff;
  79. background: -webkit-gradient(linear, left top, right top, from(#fa3426), to(#f91e53));
  80. background: -webkit-linear-gradient(left, #fa3426 0%, #f91e53 100%);
  81. background: linear-gradient(90deg, #fa3426 0%, #f91e53 100%);
  82. }
  83. .hot-goods .hot-headers .more image {
  84. width: 20rpx;
  85. height: 20rpx;
  86. }
  87. .hot-goods .hot-lists {
  88. line-height: 1;
  89. display: -webkit-box;
  90. display: -webkit-flex;
  91. display: flex;
  92. }
  93. .hot-goods .hot-lists .hot-produce {
  94. width: 100%;
  95. height: 260rpx;
  96. border-top: 1px solid #f0f0f0;
  97. display: -webkit-box;
  98. display: -webkit-flex;
  99. display: flex;
  100. padding-top: 28rpx;
  101. }
  102. .hot-goods .hot-lists .hot-produce .produce-image {
  103. width: 200rpx;
  104. height: 200rpx;
  105. }
  106. .hot-goods .hot-lists .hot-produce .produce-image image {
  107. width: 200rpx;
  108. height: 200rpx;
  109. border: 1px solid #f0f0f0;
  110. }
  111. .hot-goods .hot-lists .hot-produce .produce-content {
  112. margin-left: 30rpx;
  113. height: 200rpx;
  114. position: relative;
  115. width: calc(100% - 200rpx - 30rpx);
  116. }
  117. .hot-goods .hot-lists .hot-produce .produce-content .produce-name {
  118. font-size: 28rpx;
  119. font-weight: bold;
  120. line-height: 35rpx;
  121. color: #343434;
  122. }
  123. .hot-goods .hot-lists .hot-produce .produce-content .produce-info {
  124. font-size: 20rpx;
  125. margin-top: 25rpx;
  126. }
  127. .hot-goods .hot-lists .hot-produce .produce-content .produce-price {
  128. display: -webkit-box;
  129. display: -webkit-flex;
  130. display: flex;
  131. -webkit-box-align: end;
  132. -webkit-align-items: flex-end;
  133. align-items: flex-end;
  134. color: #ff383e;
  135. font-size: 24rpx;
  136. margin-top: 70rpx;
  137. font-weight: bold;
  138. }
  139. .hot-goods .hot-lists .hot-produce .produce-content .produce-price text {
  140. font-size: 36rpx;
  141. }
  142. .hot-goods .hot-lists .hot-produce .produce-content .produce-price .produce-price-1 {
  143. font-size: 22rpx;
  144. font-weight: 500;
  145. text-decoration: line-through;
  146. color: #aaaaaa;
  147. margin-left: 20rpx;
  148. }
  149. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 {
  150. height: 100%;
  151. letter-spacing: 3rpx;
  152. color: #ff383e;
  153. font-size: 24rpx;
  154. font-weight: bold;
  155. }
  156. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center {
  157. width: 100%;
  158. position: absolute;
  159. bottom: 0;
  160. display: -webkit-box;
  161. display: -webkit-flex;
  162. display: flex;
  163. -webkit-box-pack: justify;
  164. -webkit-justify-content: space-between;
  165. justify-content: space-between;
  166. -webkit-box-align: center;
  167. -webkit-align-items: center;
  168. align-items: center;
  169. }
  170. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_word .word-1 {
  171. font-size: 22rpx;
  172. color: #666666;
  173. }
  174. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_word .word-2 {
  175. font-size: 28rpx;
  176. color: #ff383e;
  177. margin-top: 10rpx;
  178. }
  179. .hot-goods .hot-lists .hot-produce .produce-content .produce-price1 .produce-center .kanjia_button {
  180. height: 50rpx;
  181. width: 150rpx;
  182. border-radius: 25rpx;
  183. font-size: 26rpx;
  184. font-weight: 500;
  185. color: #ff383e;
  186. border: 1px solid #ff383e;
  187. }
  188. .input-box {
  189. position: absolute;
  190. width: 100%;
  191. padding: 25rpx;
  192. background-color: rgba(0, 0, 0, 0);
  193. z-index: 999;
  194. height: 44px;
  195. }
  196. .input-box .iconsearch {
  197. font-size: 50rpx;
  198. }
  199. .input-box .input-content {
  200. border-radius: 99rpx;
  201. -webkit-box-flex: 1;
  202. -webkit-flex-grow: 1;
  203. flex-grow: 1;
  204. padding: 10rpx 200rpx;
  205. background-color: #fff;
  206. }
  207. .input-box .input-content .input {
  208. -webkit-box-flex: 1;
  209. -webkit-flex-grow: 1;
  210. flex-grow: 1;
  211. }
  212. .input-box .input-content .input input {
  213. font-size: 32rpx;
  214. }
  215. .input-box .input-button {
  216. padding-left: 20rpx;
  217. font-size: 32rpx;
  218. height: 100%;
  219. }
  220. .mp-height {
  221. height: 44px;
  222. }
  223. .input-box {
  224. position: fixed;
  225. top: 0;
  226. left: 0;
  227. width: 100%;
  228. padding: 25rpx;
  229. background-color: #ffffff;
  230. z-index: 999;
  231. height: 44px;
  232. }
  233. .input-box .iconsearch {
  234. font-size: 50rpx;
  235. }
  236. .input-box .input-content {
  237. border-radius: 99rpx;
  238. -webkit-box-flex: 1;
  239. -webkit-flex-grow: 1;
  240. flex-grow: 1;
  241. padding: 10rpx 30rpx;
  242. background-color: rgba(231, 231, 231, 0.7);
  243. }
  244. .input-box .input-content .input {
  245. -webkit-box-flex: 1;
  246. -webkit-flex-grow: 1;
  247. flex-grow: 1;
  248. }
  249. .input-box .input-content .input input {
  250. font-size: 32rpx;
  251. }
  252. .input-box .input-button {
  253. padding-left: 20rpx;
  254. font-size: 32rpx;
  255. height: 100%;
  256. }
  257. page .cate-section {
  258. position: relative;
  259. z-index: 5;
  260. border-radius: 16rpx 16rpx 0 0;
  261. margin-top: -20rpx;
  262. }
  263. page .carousel-section {
  264. padding: 0;
  265. }
  266. page .carousel-section .titleNview-placing {
  267. padding-top: 0;
  268. height: 0;
  269. }
  270. page .carousel-section .carousel .carousel-item {
  271. padding: 0;
  272. }
  273. page .carousel-section .swiper-dots {
  274. left: 45rpx;
  275. bottom: 40rpx;
  276. }
  277. page {
  278. background: #f7f8f7;
  279. }
  280. .m-t {
  281. margin-top: 16rpx;
  282. }
  283. /* 头部 轮播图 */
  284. .carousel-section {
  285. position: relative;
  286. overflow: hidden;
  287. }
  288. .carousel-section .titleNview-placing {
  289. height: 25px;
  290. -webkit-box-sizing: content-box;
  291. box-sizing: content-box;
  292. }
  293. .carousel-section .titleNview-background {
  294. position: absolute;
  295. top: 0;
  296. left: 0;
  297. width: 100%;
  298. height: 426rpx;
  299. -webkit-transition: 0.4s;
  300. transition: 0.4s;
  301. }
  302. .carousel-section .carousel {
  303. width: 100%;
  304. height: 426rpx;
  305. }
  306. .carousel-section .carousel .carousel-item {
  307. width: 100%;
  308. height: 100%;
  309. overflow: hidden;
  310. }
  311. .carousel-section .carousel image {
  312. width: 100%;
  313. height: 100%;
  314. }
  315. .swiper-dots {
  316. display: -webkit-box;
  317. display: -webkit-flex;
  318. display: flex;
  319. position: absolute;
  320. left: 60rpx;
  321. bottom: 15rpx;
  322. width: 72rpx;
  323. height: 36rpx;
  324. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAYAAADDhn8LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4MzlBNjE0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4MzlBNjA0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0E3RUNERkE0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E3RUNERkI0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gh5BPAAACTUlEQVR42uzcQW7jQAwFUdN306l1uWwNww5kqdsmm6/2MwtVCp8CosQtP9vg/2+/gY+DRAMBgqnjIp2PaCxCLLldpPARRIiFj1yBbMV+cHZh9PURRLQNhY8kgWyL/WDtwujjI8hoE8rKLqb5CDJaRMJHokC6yKgSCR9JAukmokIknCQJpLOIrJFwMsBJELFcKHwM9BFkLBMKFxNcBCHlQ+FhoocgpVwwnv0Xn30QBJGMC0QcaBVJiAMiec/dcwKuL4j1QMsVCXFAJE4s4NQA3K/8Y6DzO4g40P7UcmIBJxbEesCKWBDg8wWxHrAiFgT4fEGsB/CwIhYE+AeBAAdPLOcV8HRmWRDAiQVcO7GcV8CLM8uCAE4sQCDAlHcQ7x+ABQEEAggEEAggEEAggEAAgQACASAQQCCAQACBAAIBBAIIBBAIIBBAIABe4e9iAe/xd7EAJxYgEGDeO4j3EODp/cOCAE4sYMyJ5cwCHs4rCwI4sYBxJ5YzC84rCwKcXxArAuthQYDzC2JF0H49LAhwYUGsCFqvx5EF2T07dMaJBetx4cRyaqFtHJ8EIhK0i8OJBQxcECuCVutxJhCRoE0cZwMRyRcFefa/ffZBVPogePihhyCnbBhcfMFFEFM+DD4m+ghSlgmDkwlOgpAl4+BkkJMgZdk4+EgaSCcpVX7bmY9kgXQQU+1TgE0c+QJZUUz1b2T4SBbIKmJW+3iMj2SBVBWz+leVfCQLpIqYbp8b85EskIxyfIOfK5Sf+wiCRJEsllQ+oqEkQfBxmD8BBgA5hVjXyrBNUQAAAABJRU5ErkJggg==);
  325. background-size: 100% 100%;
  326. }
  327. .swiper-dots .num {
  328. width: 36rpx;
  329. height: 36rpx;
  330. border-radius: 50px;
  331. font-size: 24rpx;
  332. color: #fff;
  333. text-align: center;
  334. line-height: 36rpx;
  335. }
  336. .swiper-dots .sign {
  337. position: absolute;
  338. top: 0;
  339. left: 50%;
  340. line-height: 36rpx;
  341. font-size: 12rpx;
  342. color: #fff;
  343. -webkit-transform: translateX(-50%);
  344. transform: translateX(-50%);
  345. }
  346. /* 分类 */
  347. .cate-section {
  348. display: -webkit-box;
  349. display: -webkit-flex;
  350. display: flex;
  351. -webkit-justify-content: space-around;
  352. justify-content: space-around;
  353. -webkit-box-align: center;
  354. -webkit-align-items: center;
  355. align-items: center;
  356. -webkit-flex-wrap: wrap;
  357. flex-wrap: wrap;
  358. padding: 30rpx 22rpx;
  359. background-color: #fff;
  360. margin-bottom: 20rpx;
  361. /* 原图标颜色太深,不想改图了,所以加了透明度 */
  362. }
  363. .cate-section .cate-item {
  364. display: -webkit-box;
  365. display: -webkit-flex;
  366. display: flex;
  367. -webkit-box-orient: vertical;
  368. -webkit-box-direction: normal;
  369. -webkit-flex-direction: column;
  370. flex-direction: column;
  371. -webkit-box-align: center;
  372. -webkit-align-items: center;
  373. align-items: center;
  374. font-size: 26rpx;
  375. color: #303133;
  376. }
  377. .cate-section image {
  378. width: 88rpx;
  379. height: 88rpx;
  380. margin-bottom: 14rpx;
  381. border-radius: 50%;
  382. opacity: 0.7;
  383. }
  384. .ad-1 {
  385. width: 100%;
  386. height: 210rpx;
  387. padding: 10rpx 0;
  388. background: #fff;
  389. }
  390. .ad-1 image {
  391. width: 100%;
  392. height: 100%;
  393. }
  394. /*公用边框样式*/
  395. .uservip .detail .icon, .guess-section .icon {
  396. margin-right: 10rpx;
  397. display: inline-block;
  398. padding: 2rpx 10rpx;
  399. border: 1rpx solid #fd5b23;
  400. color: #fd5b23;
  401. line-height: 1;
  402. font-size: 28rpx;
  403. border-radius: 10rpx;
  404. }
  405. .f-header {
  406. display: -webkit-box;
  407. display: -webkit-flex;
  408. display: flex;
  409. -webkit-box-align: center;
  410. -webkit-align-items: center;
  411. align-items: center;
  412. height: 92rpx;
  413. padding: 6rpx 30rpx 8rpx;
  414. }
  415. .f-header image {
  416. -webkit-flex-shrink: 0;
  417. flex-shrink: 0;
  418. width: 80rpx;
  419. height: 80rpx;
  420. margin-right: 20rpx;
  421. }
  422. .f-header .iconenter {
  423. font-size: 34rpx;
  424. color: #909399;
  425. }
  426. .f-header .iconfont {
  427. font-size: 22rpx;
  428. }
  429. .uservip {
  430. border-radius: 15rpx;
  431. background-color: white;
  432. -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  433. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  434. height: 300rpx;
  435. margin: 0 30rpx;
  436. }
  437. .uservip image {
  438. height: 100%;
  439. width: 300rpx;
  440. }
  441. .uservip .detail {
  442. position: relative;
  443. padding: 20rpx;
  444. height: 100%;
  445. }
  446. .uservip .detail .price-box {
  447. position: absolute;
  448. bottom: 20rpx;
  449. width: calc(100% - 40rpx);
  450. }
  451. .uservip .detail .price-box .price {
  452. font-size: 34rpx;
  453. font-weight: bold;
  454. color: #606266;
  455. }
  456. .uservip .detail .price-box .text {
  457. color: #999999;
  458. font-size: 24rpx;
  459. }
  460. .uservip .detail .title {
  461. font-size: 32rpx;
  462. font-weight: bold;
  463. }
  464. /* 猜你喜欢 */
  465. .guess-section {
  466. display: -webkit-box;
  467. display: -webkit-flex;
  468. display: flex;
  469. -webkit-flex-wrap: wrap;
  470. flex-wrap: wrap;
  471. padding: 0 30rpx;
  472. }
  473. .guess-section .guess-item {
  474. overflow: hidden;
  475. display: -webkit-box;
  476. display: -webkit-flex;
  477. display: flex;
  478. -webkit-box-orient: vertical;
  479. -webkit-box-direction: normal;
  480. -webkit-flex-direction: column;
  481. flex-direction: column;
  482. width: 48%;
  483. margin-bottom: 4%;
  484. border-radius: 15rpx;
  485. background-color: white;
  486. -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  487. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  488. }
  489. .guess-section .guess-item:nth-child(2n + 1) {
  490. margin-right: 4%;
  491. }
  492. .guess-section .image-wrapper {
  493. width: 100%;
  494. height: 330rpx;
  495. border-radius: 3px;
  496. overflow: hidden;
  497. }
  498. .guess-section .image-wrapper image {
  499. width: 100%;
  500. height: 100%;
  501. opacity: 1;
  502. }
  503. .guess-section .title {
  504. font-size: 28rpx;
  505. color: #303133;
  506. font-weight: bold;
  507. line-height: 80rpx;
  508. }
  509. .guess-section .price {
  510. font-size: 32rpx;
  511. color: #606266;
  512. font-weight: bold;
  513. line-height: 1;
  514. line-height: 80rpx;
  515. }
  516. .guess-section .detail {
  517. line-height: 1;
  518. }
  519. .guess-section .tip {
  520. color: white;
  521. background-color: #fd5b23;
  522. line-height: 1.5;
  523. font-size: 24rpx;
  524. padding-left: 20rpx;
  525. }
  526. .recommend {
  527. width: 95%;
  528. height: 155rpx;
  529. margin: 0rpx auto;
  530. padding-top: 30rpx;
  531. font-size: 26rpx;
  532. text-align: center;
  533. color: #333333;
  534. -webkit-box-align: start;
  535. -webkit-align-items: flex-start;
  536. align-items: flex-start;
  537. }
  538. .recommend .recommend_list {
  539. width: 33%;
  540. }
  541. .recommend .re_title {
  542. font-size: 32rpx;
  543. font-weight: bold;
  544. }
  545. .recommend .re_name {
  546. color: #999999;
  547. padding-top: 10rpx;
  548. }
  549. .recommend .selected_icon {
  550. width: 25rpx;
  551. height: 10rpx;
  552. margin: 0px auto;
  553. display: none;
  554. }
  555. .recommend .selected_icon image {
  556. width: 100%;
  557. height: 100%;
  558. }
  559. .recommend .active {
  560. display: block;
  561. }
  562. .recommend .active_color {
  563. color: #dc4d46 !important;
  564. }
  565. .list-box-h {
  566. height: 1550rpx;
  567. }
  568. .coupon-list {
  569. display: inline-block;
  570. }
  571. .row {
  572. border-radius: 15rpx;
  573. margin: 25rpx;
  574. height: 155rpx;
  575. overflow: hidden;
  576. background-color: #ffffff;
  577. padding-right: 25rpx;
  578. }
  579. .row .list-interval {
  580. border: 1px dashed #ebeef5;
  581. height: 100%;
  582. }
  583. .row .list-interval .top,
  584. .row .list-interval .bottom {
  585. border-radius: 100rpx;
  586. width: 30rpx;
  587. height: 30rpx;
  588. position: absolute;
  589. background-color: #f8f8f8;
  590. right: -15rpx;
  591. }
  592. .row .list-interval .top {
  593. top: -18rpx;
  594. }
  595. .row .list-interval .bottom {
  596. bottom: -18rpx;
  597. }
  598. .row .list-money {
  599. height: 100%;
  600. min-width: 155rpx;
  601. text-align: center;
  602. }
  603. .row .list-money image {
  604. height: 100%;
  605. width: 20rpx;
  606. }
  607. .row .list-money .list-money-text {
  608. -webkit-box-flex: 1;
  609. -webkit-flex-grow: 1;
  610. flex-grow: 1;
  611. padding: 0 25rpx;
  612. }
  613. .row .list-money .list-money-text .tit {
  614. text-align: center;
  615. padding: 15rpx 0rpx;
  616. font-size: 55rpx;
  617. color: #FF4C4C;
  618. font-weight: bold;
  619. }
  620. .row .list-money .list-money-text .tit.noAction {
  621. color: #909399;
  622. }
  623. .row .list-money .list-money-text .price {
  624. padding-bottom: 25rpx;
  625. color: #909399;
  626. }
  627. .row .row_list_right {
  628. min-width: 200rpx;
  629. padding-left: 25rpx;
  630. line-height: 1;
  631. }
  632. .row .row_list_right .right_time {
  633. padding: 10rpx 0rpx;
  634. color: #909399;
  635. font-size: 24rpx;
  636. }
  637. .row .row_list_right .right_top {
  638. margin: 15rpx 0;
  639. }
  640. .row .row_list_right .right_top .right_name {
  641. font-size: 28rpx;
  642. color: #bc253a;
  643. font-weight: bold;
  644. }
  645. .row .row_list_right .right_top .right_title {
  646. font-size: 28rpx;
  647. color: 28rpx;
  648. font-weight: bold;
  649. }
  650. .row .row_list_right .right_top .right_title.noAction {
  651. color: #909399;
  652. }
  653. .row .right_use {
  654. margin: 15rpx 0;
  655. padding: 10rpx;
  656. width: 160rpx;
  657. text-align: center;
  658. color: #fff;
  659. background-color: #bc253a;
  660. border-radius: 50rpx;
  661. font-size: 24rpx;
  662. }
  663. .row .right_use.noAction {
  664. background-color: #909399;
  665. }
  666. .row .iconlocation {
  667. font-size: 36rpx;
  668. color: #909399;
  669. }
  670. .store-wrapper {
  671. margin: 20rpx 0;
  672. background-color: #fff;
  673. padding: 0 0rpx 25rpx;
  674. }
  675. .store-wrapper .title-wrapper {
  676. padding-left: 20rpx;
  677. -webkit-box-pack: start;
  678. -webkit-justify-content: flex-start;
  679. justify-content: flex-start;
  680. -webkit-box-align: center;
  681. -webkit-align-items: center;
  682. align-items: center;
  683. height: 86rpx;
  684. line-height: 86rpx;
  685. }
  686. .store-wrapper .title-wrapper image {
  687. width: 36rpx;
  688. height: 36rpx;
  689. background: -webkit-linear-gradient(47deg, #ffc063, #ffa163);
  690. background: linear-gradient(43deg, #ffc063, #ffa163);
  691. border-radius: 50%;
  692. }
  693. .store-wrapper .title-wrapper view {
  694. padding-left: 10rpx;
  695. font-size: 32rpx;
  696. font-family: PingFang SC;
  697. font-weight: bold;
  698. color: #242424;
  699. }
  700. .store-wrapper .title-wrapper .title-b {
  701. font-size: 24rpx;
  702. font-family: PingFang SC;
  703. font-weight: 500;
  704. color: #8b8b8b;
  705. }
  706. .store-wrapper .goods-wrapper {
  707. padding: 0 20rpx;
  708. -webkit-box-pack: justify;
  709. -webkit-justify-content: space-between;
  710. justify-content: space-between;
  711. -webkit-flex-wrap: wrap;
  712. flex-wrap: wrap;
  713. }
  714. .store-wrapper .goods-wrapper .good {
  715. margin-bottom: 20rpx;
  716. width: 345rpx;
  717. height: 480rpx;
  718. background: #ffffff;
  719. -webkit-box-shadow: 0px 0px 10rpx rgba(50, 50, 52, 0.2);
  720. box-shadow: 0px 0px 10rpx rgba(50, 50, 52, 0.2);
  721. border-radius: 10rpx;
  722. }
  723. .store-wrapper .goods-wrapper .good .good-img {
  724. width: 345rpx;
  725. height: 345rpx;
  726. border-radius: 10rpx;
  727. }
  728. .store-wrapper .goods-wrapper .good .good-name {
  729. font-size: 30rpx;
  730. font-family: PingFang SC;
  731. font-weight: bold;
  732. color: #333333;
  733. line-height: 35rpx;
  734. padding-left: 21rpx;
  735. }
  736. .store-wrapper .goods-wrapper .good .good-info {
  737. padding-top: 10rpx;
  738. padding-left: 21rpx;
  739. font-size: 26rpx;
  740. font-family: PingFang SC;
  741. font-weight: 500;
  742. color: #666666;
  743. line-height: 35rpx;
  744. }
  745. .store-wrapper .goods-wrapper .good .good-price {
  746. padding-left: 21rpx;
  747. padding-top: 30rpx;
  748. font-size: 36rpx;
  749. font-family: PingFang SC;
  750. font-weight: bold;
  751. color: #ff4c4c;
  752. line-height: 35rpx;
  753. height: 35rpx;
  754. }
  755. .store-wrapper .goods-wrapper .good .good-price .old-price {
  756. display: inline-block;
  757. padding-left: 8rpx;
  758. font-size: 26rpx;
  759. font-family: PingFang SC;
  760. font-weight: bold;
  761. text-decoration: line-through;
  762. color: #999999;
  763. }
  764. .store-wrapper .store {
  765. margin: 0 auto 20rpx;
  766. width: 710rpx;
  767. height: 210rpx;
  768. background: #ffffff;
  769. -webkit-box-shadow: 0px 0px 10rpx 0px rgba(0, 0, 0, 0.1);
  770. box-shadow: 0px 0px 10rpx 0px rgba(0, 0, 0, 0.1);
  771. border-radius: 10rpx;
  772. padding: 19rpx 25rpx 11rpx 20rpx;
  773. -webkit-box-pack: start;
  774. -webkit-justify-content: flex-start;
  775. justify-content: flex-start;
  776. }
  777. .store-wrapper .store .store-img {
  778. -webkit-flex-shrink: 0;
  779. flex-shrink: 0;
  780. width: 180rpx;
  781. height: 180rpx;
  782. border-radius: 10rpx;
  783. }
  784. .store-wrapper .store .store-info {
  785. width: 100%;
  786. height: 100%;
  787. padding-left: 19rpx;
  788. position: relative;
  789. }
  790. .store-wrapper .store .store-info .store-name {
  791. font-size: 30rpx;
  792. font-family: PingFang SC;
  793. font-weight: bold;
  794. color: #333333;
  795. }
  796. .store-wrapper .store .store-info .store-detail {
  797. padding-top: 10rpx;
  798. font-size: 22rpx;
  799. font-family: PingFang SC;
  800. font-weight: 500;
  801. color: #666666;
  802. }
  803. .store-wrapper .store .store-info .store-tip {
  804. width: 66rpx;
  805. height: 40rpx;
  806. background: -webkit-linear-gradient(330deg, #ffc063, #ffa163);
  807. background: linear-gradient(120deg, #ffc063, #ffa163);
  808. border-radius: 8rpx;
  809. position: absolute;
  810. right: 0;
  811. top: 0;
  812. font-size: 24rpx;
  813. font-family: PingFang SC;
  814. font-weight: 500;
  815. color: #ffffff;
  816. line-height: 40rpx;
  817. text-align: center;
  818. }
  819. .store-wrapper .store .store-info .store-des {
  820. position: absolute;
  821. bottom: 0;
  822. font-size: 24rpx;
  823. font-family: PingFang SC;
  824. font-weight: 500;
  825. color: #999999;
  826. height: 35rpx;
  827. }
  828. .store-wrapper .store .store-info .store-des image {
  829. margin-right: 8rpx;
  830. width: 17rpx;
  831. height: 24rpx;
  832. }