index.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. .shops-container {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. margin: 16rpx;
  6. }
  7. .shops-container .l {
  8. display: flex;
  9. align-items: center;
  10. }
  11. .shops-container .l text {
  12. color: #666;
  13. margin-left: 16rpx;
  14. }
  15. .shops-container .l image {
  16. width: 40rpx;
  17. height: 40rpx;
  18. }
  19. .shops-container .r {
  20. display: flex;
  21. align-items: center;
  22. }
  23. .shops-container .r text {
  24. color: #666;
  25. }
  26. .shops-container .r image {
  27. width: 40rpx;
  28. height: 40rpx;
  29. }
  30. .search {
  31. position: absolute;
  32. top: 32rpx;
  33. left: 25rpx;
  34. width: 700rpx;
  35. height: 66rpx;
  36. display: block;
  37. box-sizing: border-box;
  38. }
  39. .search input {
  40. display: block;
  41. box-sizing: border-box;
  42. background: rgba(255, 255, 255, 0.8);
  43. border: 1rpx solid #e3e3e3;
  44. width: 700rpx;
  45. height: 66rpx;
  46. border-radius: 30rpx;
  47. padding-left: 32rpx;
  48. }
  49. .search image {
  50. width: 35rpx;
  51. height: 35rpx;
  52. position: absolute;
  53. top: 16rpx;
  54. right: 32rpx;
  55. z-index: 99;
  56. }
  57. .goodsDynamic {
  58. position: absolute;
  59. top: 110rpx;
  60. left: 25rpx;
  61. width: 650rpx;
  62. height:66rpx;
  63. line-height:66rpx;
  64. background: rgba(0, 0, 0, 0.6);
  65. color: #fff;
  66. padding: 0 16rpx;
  67. border-radius: 32rpx;
  68. font-size: 24rpx;
  69. }
  70. .goodsDynamic .swiper2 {
  71. width: 100%;
  72. height: 100%;
  73. }
  74. .goodsDynamic-item {
  75. width: 100%;
  76. display: flex;
  77. align-items: center;
  78. }
  79. .goodsDynamic-item image {
  80. width: 32rpx;
  81. height: 32rpx;
  82. border-radius: 50%;
  83. flex-shrink: 0;
  84. }
  85. .goodsDynamic-item text {
  86. margin-left: 8rpx;
  87. text-overflow: ellipsis;
  88. white-space: nowrap;
  89. overflow: hidden;
  90. }
  91. .notice-box {
  92. display: flex;
  93. box-sizing: border-box;
  94. width: 100vw;
  95. height: 88rpx;
  96. line-height: 88rpx;
  97. justify-content: space-between;
  98. align-items: center;
  99. padding-right: 32rpx;
  100. border-bottom: 1rpx solid #efeff4;
  101. }
  102. .notice{
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: center;
  106. width: 600rpx;
  107. }
  108. .notice_icon {
  109. margin-left:20rpx;
  110. width:30rpx;
  111. height:30rpx;
  112. }
  113. .notice_swiper{
  114. height: 88rpx;
  115. width: 600rpx;
  116. }
  117. .notice_itemr {
  118. padding-left: 16rpx;
  119. font-size: 24rpx;
  120. overflow: hidden;
  121. color: #e64340;
  122. }
  123. .notice-box .more {
  124. color: #666;
  125. font-size: 24rpx;
  126. }
  127. .container {
  128. background-color: #fff;
  129. min-height: 100%;
  130. display: block;
  131. }
  132. .category-box {
  133. background-color: #fff;
  134. display: flex;
  135. flex-wrap: wrap;
  136. }
  137. .category-list{
  138. flex:1;
  139. /* width:150rpx; */
  140. margin-top:20rpx;
  141. text-align: center;
  142. display: inline-block;
  143. overflow: hidden;
  144. }
  145. .category-column{
  146. width:100%;
  147. margin-top:20rpx;
  148. overflow: hidden;
  149. }
  150. .category-imgbox{
  151. width:90rpx;
  152. height:90rpx;
  153. }
  154. .category-title{
  155. font-size: 24rpx;
  156. text-align:center;
  157. margin-top:10rpx;
  158. }
  159. .swiper-container{
  160. width: 750rpx;
  161. height: 375rpx;
  162. position: relative;
  163. }
  164. .swiper-container .swiper1 {
  165. width: 750rpx;
  166. height: 375rpx;
  167. }
  168. .swiper-container .swiper1 image {
  169. width: 750rpx;
  170. height: 375rpx;
  171. }
  172. ::-webkit-scrollbar {
  173. width: 0;
  174. height: 0;
  175. color: transparent;
  176. }
  177. .type-item-on{
  178. color:#e64340;
  179. border-bottom: 1rpx solid #e64340;
  180. }
  181. .weui-loadmore {
  182. margin-bottom: 0px;
  183. }
  184. .goods-container{
  185. display: flex;
  186. justify-content: space-between;
  187. flex-wrap:wrap;
  188. box-sizing: content-box;
  189. padding: 24rpx;
  190. background-color: #F2f2f2;
  191. }
  192. .goods-box{
  193. width: 339rpx;
  194. height: 472rpx;
  195. background-color: #fff;
  196. overflow: hidden;
  197. margin-bottom: 24rpx;
  198. border-radius:5px;
  199. }
  200. .goods-box .img-box{
  201. width: 339rpx;
  202. height: 339rpx;
  203. overflow: hidden;
  204. }
  205. .goods-box .img-box image{
  206. width: 339rpx;
  207. height: 339rpx;
  208. }
  209. .goods-box .goods-title{
  210. width: 280rpx;
  211. text-overflow: ellipsis;
  212. white-space: nowrap;
  213. overflow: hidden;
  214. font-size: 24rpx;
  215. padding: 24rpx 0 0rpx 0;
  216. color:#000;
  217. margin-left: 24rpx;
  218. }
  219. .goods-box .goods-price{
  220. width: 280rpx;
  221. overflow: hidden;
  222. font-size: 24rpx;
  223. padding: 24rpx 0;
  224. color:#e64340;
  225. margin-left: 24rpx;
  226. }
  227. .pos-fiexd{
  228. position: fixed;
  229. top: 0;
  230. left: 0;
  231. }
  232. .coupons{
  233. margin-top:10rpx;
  234. width: 100%;
  235. height: 180rpx;
  236. overflow: hidden;
  237. }
  238. .coupons-scroll{
  239. white-space: nowrap;
  240. height: 180rpx;
  241. width: 100%;
  242. background-color: #fff;
  243. }
  244. .coupons-item{
  245. width:300rpx;
  246. height: 180rpx;
  247. margin: 10rpx;
  248. padding-top: 20rpx;
  249. padding-left: 15rpx;
  250. background-color: #f1a83b;
  251. box-sizing: content-box;
  252. font-size: 20rpx;
  253. line-height: 35rpx;
  254. overflow: hidden;
  255. color: #fff;
  256. display: inline-block;
  257. }
  258. .coupons-float {
  259. position: fixed;
  260. right:15rpx;
  261. bottom:80rpx;
  262. /* width:80rpx;
  263. height:80rpx; */
  264. /* background-color: #fff; */
  265. text-align: center;
  266. /* border-radius:50%;
  267. border: 1rpx solid #ddd; */
  268. }
  269. .coupons-float image {
  270. width:110rpx;
  271. height:110rpx;
  272. margin-top: 10rpx;
  273. }
  274. .tuan {
  275. width:750rpx;
  276. background-color: #F2f2f2;
  277. padding-top:10rpx;
  278. }
  279. .tuan-item {
  280. width:720rpx;
  281. margin: auto;
  282. margin-top: 20rpx;
  283. background-color: #FFF;
  284. position: relative;
  285. }
  286. .tuan-goods-pic {
  287. width:720rpx;
  288. height: 250rpx;
  289. overflow: hidden;
  290. }
  291. .tuan-goods-pic image {
  292. width:720rpx;
  293. }
  294. .tuan-title {
  295. margin-top: 20rpx;
  296. margin-left: 20rpx;
  297. font-size:30rpx;
  298. font-weight: 400;
  299. }
  300. .tuan-profile {
  301. margin-left: 20rpx;
  302. font-size:28rpx;
  303. color:#999;
  304. }
  305. .tuan-price {
  306. margin-left: 20rpx;
  307. }
  308. .tuan-price .now {
  309. font-size:36rpx;
  310. color:#e64340;
  311. }
  312. .tuan-price .original {
  313. margin-left: 20rpx;
  314. font-size:26rpx;
  315. color:#999;
  316. text-decoration:line-through;
  317. }
  318. .tuan-btn {
  319. position: absolute;
  320. right:30rpx;
  321. bottom: 10rpx;
  322. }
  323. .category-goods-title {
  324. width: 100vw;
  325. display: flex;
  326. justify-content: space-between;
  327. align-items: center;
  328. margin-bottom: 8rpx;
  329. border-bottom: 1rpx solid #efeff4;
  330. }
  331. .category-goods-title .more {
  332. color: #666;
  333. font-size: 24rpx;
  334. margin-right: 32rpx;
  335. }
  336. .weui-media-box {
  337. padding-bottom: 0rpx;
  338. }
  339. .progress {
  340. width: 686rpx;
  341. padding: 0 32rpx;
  342. margin-bottom: 16rpx;
  343. }
  344. /*秒杀*/
  345. .miaosha-container {
  346. padding: 0;
  347. }
  348. .miaosha-goods-list {
  349. margin: 20rpx;
  350. background: #f6f6f6;
  351. border-radius: 16rpx;
  352. display: flex;
  353. padding: 20rpx;
  354. }
  355. .miaosha-goods-list .image {
  356. width: 260rpx;
  357. height: 260rpx;
  358. flex-shrink: 0;
  359. border-radius: 16rpx;
  360. }
  361. .miaosha-goods-list .r {
  362. margin-left: 32rpx;
  363. }
  364. .miaosha-goods-list .r .goods-title {
  365. color: #333;
  366. font-size: 28rpx;
  367. }
  368. .miaosha-goods-list .r .label {
  369. color: #e64340;
  370. font-size: 24rpx;
  371. display: flex;
  372. align-items: flex-start;
  373. margin-top: 8rpx;
  374. }
  375. .miaosha-goods-list .r .label text {
  376. margin-left: 8rpx;
  377. }
  378. .miaosha-goods-list .count-down {
  379. background: #e64340;
  380. padding: 8rpx 16rpx;
  381. border-radius: 16rpx;
  382. margin-top: 12rpx;
  383. }
  384. .van-count-down {
  385. color: #fff !important;
  386. font-size: 26rpx !important;
  387. text-align: center;
  388. }
  389. .miaosha-price-btn {
  390. display: flex;
  391. justify-content: space-between;
  392. align-items: center;
  393. padding-top: 32rpx;
  394. }
  395. .miaosha-price-btn .price {
  396. color: #e64340;
  397. font-size: 40rpx;
  398. margin-top: 12rpx;
  399. }
  400. .miaosha-price-btn .price text {
  401. color: #666666;
  402. font-size: 26rpx;
  403. text-decoration:line-through;
  404. }