index.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. .search-container {
  2. background-color: white;
  3. }
  4. .search {
  5. position: relative;
  6. width: 100vw;
  7. height: 50rpx;
  8. display: flex;
  9. box-sizing: border-box;
  10. padding-left: 26rpx;
  11. background-color: white;
  12. }
  13. .search input {
  14. display: block;
  15. box-sizing: border-box;
  16. background: #F7F8FA;
  17. height: 62rpx;
  18. border-radius: 20rpx;
  19. padding-left: 20rpx;
  20. line-height: 62rpx;
  21. font-size: 12px;
  22. }
  23. .search-title {
  24. left: 0;
  25. font-weight: bold;
  26. font-size: 16px;
  27. overflow: hidden;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. }
  31. .search-placeholder {
  32. font-size: 14px;
  33. color: #A9A6A6;
  34. line-height: 62rpx;
  35. }
  36. .scan_image {
  37. width: 25rpx;
  38. height: 25rpx;
  39. position: absolute;
  40. top: 14rpx;
  41. right: 37%;
  42. z-index: 99;
  43. }
  44. .shops-container {
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. margin: 16rpx;
  49. }
  50. .shops-container .l {
  51. display: flex;
  52. align-items: center;
  53. }
  54. .shops-container .l text {
  55. color: #666;
  56. margin-left: 16rpx;
  57. }
  58. .shops-container .l image {
  59. width: 40rpx;
  60. height: 40rpx;
  61. }
  62. .shops-container .r {
  63. display: flex;
  64. align-items: center;
  65. }
  66. .shops-container .r text {
  67. color: #666;
  68. }
  69. .shops-container .r image {
  70. width: 40rpx;
  71. height: 40rpx;
  72. }
  73. .goodsDynamic {
  74. position: absolute;
  75. bottom: 46rpx;
  76. left: 24rpx;
  77. width: 668rpx;
  78. color: #fff;
  79. font-size: 24rpx;
  80. }
  81. .goodsDynamic .swiper2 {
  82. width: 100%;
  83. height: 64rpx;
  84. }
  85. .goodsDynamic-item {
  86. display: inline-flex;
  87. align-items: center;
  88. background: rgba(0, 0, 0, 0.4);
  89. border-radius: 32rpx;
  90. padding: 8rpx 16rpx;
  91. }
  92. .goodsDynamic-item image {
  93. width: 32rpx;
  94. height: 32rpx;
  95. border-radius: 50%;
  96. flex-shrink: 0;
  97. }
  98. .goodsDynamic-item text {
  99. margin-left: 8rpx;
  100. text-overflow: ellipsis;
  101. white-space: nowrap;
  102. overflow: hidden;
  103. }
  104. .notice-icon {
  105. width: 130rpx;
  106. height: 33rpx;
  107. margin-right: 10px;
  108. }
  109. .notice-box {
  110. width: 100vw;
  111. height: 88rpx;
  112. line-height: 88rpx;
  113. border-bottom: 1rpx solid #efeff4;
  114. }
  115. .notice_swiper {
  116. height: 88rpx;
  117. width: 100%;
  118. }
  119. .notice_itemr {
  120. padding-left: 16rpx;
  121. font-size: 24rpx;
  122. overflow: hidden;
  123. color: #e64340;
  124. }
  125. .container {
  126. background-color: #fff;
  127. min-height: 100%;
  128. display: block;
  129. }
  130. .category-container {
  131. padding: 0 0 10px 0;
  132. margin-top: 16rpx;
  133. position: relative;
  134. background-color: white;
  135. }
  136. .category-box {
  137. background-color: #fff;
  138. display: flex;
  139. flex-wrap: wrap;
  140. box-shadow: 0px 0px 18px 0px rgba(5, 5, 5, 0.15);
  141. width: 700rpx;
  142. margin-left: 25rpx;
  143. border-radius: 10px;
  144. padding: 20rpx 0;
  145. position: inherit;
  146. }
  147. .category-list {
  148. width: 140rpx;
  149. text-align: center;
  150. display: inline-block;
  151. overflow: hidden;
  152. }
  153. .category-column {
  154. width: 100%;
  155. margin-top: 20rpx;
  156. overflow: hidden;
  157. }
  158. .category-imgbox {
  159. width: 100rpx;
  160. height: 100rpx;
  161. }
  162. .category-title {
  163. font-size: 24rpx;
  164. text-align: center;
  165. }
  166. .swiper-container {
  167. width: 750rpx;
  168. height: 375rpx;
  169. position: relative;
  170. z-index: 1;
  171. }
  172. .swiper-container .swiper1 {
  173. width: 750rpx;
  174. height: 375rpx;
  175. }
  176. .swiper-container .swiper1 image {
  177. width: 750rpx;
  178. height: 375rpx;
  179. /* margin: 8rpx 15rpx; */
  180. /* border-radius: 16rpx; */
  181. }
  182. ::-webkit-scrollbar {
  183. width: 0;
  184. height: 0;
  185. color: transparent;
  186. }
  187. .type-item-on {
  188. color: #e64340;
  189. border-bottom: 1rpx solid #e64340;
  190. }
  191. .goods-container {
  192. display: flex;
  193. justify-content: space-between;
  194. flex-wrap: wrap;
  195. box-sizing: content-box;
  196. padding: 0 24rpx;
  197. }
  198. .goods-box {
  199. width: 339rpx;
  200. /* height: 472rpx; */
  201. background-color: #fff;
  202. overflow: hidden;
  203. margin-bottom: 24rpx;
  204. border-radius: 5px;
  205. border: 1px solid #D1D1D1;
  206. padding-bottom: 10rpx;
  207. }
  208. .goods-box .img-box {
  209. width: 339rpx;
  210. height: 339rpx;
  211. overflow: hidden;
  212. }
  213. .goods-box .img-box image {
  214. width: 339rpx;
  215. height: 339rpx;
  216. }
  217. .goods-box .goods-title {
  218. width: 280rpx;
  219. font-size: 24rpx;
  220. color: #333;
  221. margin-left: 24rpx;
  222. }
  223. .goods-box .goods-price-container {
  224. display: flex;
  225. align-items: baseline;
  226. }
  227. .goods-box .goods-price {
  228. overflow: hidden;
  229. font-size: 34rpx;
  230. color: #F20C32;
  231. margin-left: 24rpx;
  232. }
  233. .goods-box .goods-price2 {
  234. overflow: hidden;
  235. font-size: 26rpx;
  236. color: #aaa;
  237. text-decoration: line-through;
  238. margin-left: 20rpx;
  239. }
  240. .pos-fiexd {
  241. position: fixed;
  242. top: 0;
  243. left: 0;
  244. }
  245. .coupons {
  246. margin-top: 10rpx;
  247. width: 100%;
  248. height: 180rpx;
  249. overflow: hidden;
  250. }
  251. .coupons-scroll {
  252. white-space: nowrap;
  253. height: 180rpx;
  254. width: 100%;
  255. background-color: #fff;
  256. }
  257. .coupons-item {
  258. width: 300rpx;
  259. height: 180rpx;
  260. margin: 10rpx;
  261. padding-top: 20rpx;
  262. padding-left: 15rpx;
  263. background-color: #f1a83b;
  264. box-sizing: content-box;
  265. font-size: 20rpx;
  266. line-height: 35rpx;
  267. overflow: hidden;
  268. color: #fff;
  269. display: inline-block;
  270. }
  271. .coupons-float {
  272. position: fixed;
  273. right: 15rpx;
  274. bottom: 80rpx;
  275. width: 80rpx;
  276. height: 80rpx;
  277. background-color: #fff;
  278. text-align: center;
  279. border-radius: 50%;
  280. border: 1rpx solid #ddd;
  281. }
  282. .coupons-float image {
  283. width: 60rpx;
  284. height: 60rpx;
  285. margin-top: 10rpx;
  286. }
  287. .tuan {
  288. width: 750rpx;
  289. padding-bottom: 20rpx;
  290. }
  291. .tuan-item {
  292. width: 720rpx;
  293. margin: auto;
  294. margin-top: 20rpx;
  295. background-color: #FFF;
  296. position: relative;
  297. }
  298. .tuan-goods-pic {
  299. width: 720rpx;
  300. height: 250rpx;
  301. overflow: hidden;
  302. }
  303. .tuan-goods-pic image {
  304. width: 720rpx;
  305. }
  306. .tuan-title {
  307. margin-top: 20rpx;
  308. margin-left: 20rpx;
  309. font-size: 30rpx;
  310. font-weight: 400;
  311. }
  312. .tuan-profile {
  313. margin-left: 20rpx;
  314. font-size: 28rpx;
  315. color: #999;
  316. }
  317. .tuan-price {
  318. margin-left: 20rpx;
  319. }
  320. .tuan-price .now {
  321. font-size: 36rpx;
  322. color: #e64340;
  323. }
  324. .tuan-price .original {
  325. margin-left: 20rpx;
  326. font-size: 26rpx;
  327. color: #999;
  328. text-decoration: line-through;
  329. }
  330. .tuan-btn {
  331. position: absolute;
  332. right: 30rpx;
  333. bottom: 0rpx;
  334. }
  335. .category-goods-title {
  336. width: 100vw;
  337. display: flex;
  338. justify-content: space-between;
  339. align-items: center;
  340. margin-bottom: 8rpx;
  341. border-bottom: 1rpx solid #efeff4;
  342. }
  343. .category-goods-title .more {
  344. color: #666;
  345. font-size: 24rpx;
  346. margin-right: 32rpx;
  347. }
  348. .progress {
  349. width: 686rpx;
  350. padding: 0 32rpx;
  351. margin-bottom: 16rpx;
  352. }
  353. .table-icon-miaosha {
  354. width: 34rpx;
  355. height: 42rpx;
  356. margin-right: 18rpx;
  357. }
  358. .table-icon-tuijian {
  359. width: 34rpx;
  360. height: 40rpx;
  361. margin-right: 18rpx;
  362. }
  363. .table-icon-kanjia {
  364. width: 34rpx;
  365. height: 40rpx;
  366. margin-right: 18rpx;
  367. }
  368. .table-icon-pingtuan {
  369. width: 34rpx;
  370. height: 51rpx;
  371. margin-right: 18rpx;
  372. }
  373. .table-icon-goodslist {
  374. width: 34rpx;
  375. height: 45rpx;
  376. margin-right: 18rpx;
  377. }
  378. .table-text {
  379. color: black !important;
  380. font-size: 16px !important;
  381. padding: 0 28rpx;
  382. }
  383. /*秒杀*/
  384. .miaosha-container {
  385. padding: 0;
  386. }
  387. .miaosha-goods-list {
  388. margin: 20rpx;
  389. border-radius: 16rpx;
  390. display: flex;
  391. padding: 20rpx;
  392. }
  393. .miaosha-goods-list .image {
  394. width: 260rpx;
  395. height: 260rpx;
  396. flex-shrink: 0;
  397. border-radius: 16rpx;
  398. }
  399. .miaosha-goods-list .r {
  400. margin-left: 32rpx;
  401. }
  402. .miaosha-goods-list .r .goods-title {
  403. color: #333;
  404. font-size: 28rpx;
  405. }
  406. .miaosha-goods-list .r .label {
  407. color: #e64340;
  408. font-size: 24rpx;
  409. display: flex;
  410. align-items: flex-start;
  411. margin-top: 8rpx;
  412. }
  413. .miaosha-goods-list .r .label text {
  414. margin-left: 8rpx;
  415. }
  416. .miaosha-goods-list .count-down {
  417. background: rgba(250, 195, 198, 0.3);
  418. border-radius: 5rpx;
  419. font-size: 14rpx;
  420. font-weight: 400;
  421. padding: 6rpx 16rpx;
  422. margin-top: 6rpx;
  423. text-align: center;
  424. border-radius: 10rpx;
  425. }
  426. .van-count-down {
  427. color: #E14962 !important;
  428. font-size: 12px !important;
  429. font-weight: 400;
  430. }
  431. .miaosha-price-btn {
  432. display: flex;
  433. justify-content: space-between;
  434. align-items: center;
  435. }
  436. .miaosha-price-btn .msbtn {
  437. width: 170rpx;
  438. height: 60rpx;
  439. background: linear-gradient(156deg, #FF7863 0%, #FF211A 100%);
  440. border-radius: 34rpx;
  441. border: none !important;
  442. line-height: 60rpx !important;
  443. font-size: 13px !important;
  444. }
  445. .miaosha-price-btn .price {
  446. color: #e64340;
  447. font-size: 40rpx;
  448. margin-top: 12rpx;
  449. }
  450. .miaosha-price-btn .price text {
  451. color: #666666;
  452. font-size: 26rpx;
  453. text-decoration: line-through;
  454. }
  455. .live-banner {
  456. margin-top: 32rpx;
  457. width: 696rpx;
  458. margin-left: 27rpx;
  459. height: 279rpx;
  460. background: #D8D8D8;
  461. border-radius: 18px;
  462. }
  463. .kanjia-container {
  464. margin-top: 0px;
  465. padding-bottom: 12rpx;
  466. }
  467. .kanjia-vcard {
  468. background-color: white !important;
  469. }
  470. .van-card__price {
  471. margin-top: 24rpx;
  472. }
  473. .van-card__price-integer {
  474. font-size: 18px !important;
  475. }
  476. .vprogress {
  477. margin-top: 24rpx;
  478. }
  479. .van-progress__portion {
  480. background: #FF211A !important;
  481. }
  482. .van-progress__pivot {
  483. color: #E14962 !important;
  484. }
  485. .kjbtn {
  486. width: 170rpx;
  487. height: 60rpx;
  488. background: linear-gradient(156deg, #FF7863 0%, #FF211A 100%) !important;
  489. border-radius: 34rpx !important;
  490. border: none !important;
  491. line-height: 60rpx !important;
  492. font-size: 13px !important;
  493. }
  494. .ptbtn {
  495. width: 170rpx;
  496. height: 60rpx;
  497. background: linear-gradient(156deg, #FF7863 0%, #FF211A 100%) !important;
  498. border-radius: 34rpx !important;
  499. border: none !important;
  500. line-height: 60rpx !important;
  501. font-size: 13px !important;
  502. }
  503. .adPositionIndexPop {
  504. width: 100vw;
  505. height: 100vh;
  506. display: flex;
  507. flex-direction: column;
  508. justify-content: center;
  509. align-items: center;
  510. }
  511. .adPositionIndexPop image {
  512. width: 420rpx;
  513. }
  514. .adPositionIndexPop .close {
  515. margin-top: 32rpx;
  516. }
  517. .pingtuantag {
  518. margin-left: 16rpx;
  519. }