From 1226a59c327d2716d0e1d4ac2095a8391d7401d9 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Tue, 12 Nov 2024 18:14:48 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E9=A2=9C=E8=89=B2=E7=9A=84=E7=B2=89=E8=89=B2=E4=B8=8E?= =?UTF-8?q?=E6=A9=99=E8=89=B22=E3=80=81=E5=88=86=E7=B1=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F1=E7=9A=84=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/groupon/list.vue | 12 +- pages/goods/index.vue | 8 + pages/goods/seckill.vue | 8 + pages/index/components/second-one.vue | 4 +- .../components/s-order-card/s-order-card.vue | 104 ++- .../components/s-select-sku/s-select-sku.vue | 772 +++++++++--------- sheep/components/s-tabbar/s-tabbar.vue | 54 ++ sheep/components/s-user-card/s-user-card.vue | 4 +- sheep/scss/index.scss | 6 + sheep/ui/su-number-box/su-number-box.vue | 10 + sheep/ui/su-tabbar-item/su-tabbar-item.vue | 6 + static/images/seckilbg.png | Bin 84422 -> 0 bytes 12 files changed, 593 insertions(+), 395 deletions(-) delete mode 100644 static/images/seckilbg.png diff --git a/pages/activity/groupon/list.vue b/pages/activity/groupon/list.vue index ac026c6..f89230c 100644 --- a/pages/activity/groupon/list.vue +++ b/pages/activity/groupon/list.vue @@ -125,11 +125,19 @@ } .lvv{ background: url('https://zysc.fjptzykj.com:3000/shangcheng/ed254fe4a03c16933e608f8adeb3e700a24ec4620064746a516c10da395b9395.png') !important; - background-size: 100% 100%; + background-size: 100% 100% !important; } .bluev{ background: url('https://zysc.fjptzykj.com:3000/shangcheng/8728b7f2de5a0d2d8a74ef0c17a275f82b265a3d8d11993ec7c424c3ad454f0b.png') !important; - background-size: 100% 100%; + background-size: 100% 100% !important; + } + .pinkv{ + background: url('https://zysc.fjptzykj.com:3000/shangcheng/b44a3035cd4f676504a7003607bfb9aa457ffe1335c12d1e26dcffb45e3bfec8.png') !important; + background-size: 100% 100% !important; + } + .orangev{ + background: url('https://zysc.fjptzykj.com:3000/shangcheng/ebc89def2a0cf1db1ce6b5aec26407e24e49c85dcf81a1d1c759afe414da033f.png') !important; + background-size: 100% 100% !important; } .list-content { position: relative; diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 4b9bac5..d612203 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -330,6 +330,14 @@ background-color:rgba(253,157,17) !important; color:white !important; } + .pinkv{ + background-color:black !important; + color:white !important; + } + .orangev{ + background-color:rgba(253,157,17) !important; + color:white !important; + } .detail-card { background-color: #ffff; margin: 14rpx 20rpx; diff --git a/pages/goods/seckill.vue b/pages/goods/seckill.vue index 0bf5f34..df71929 100644 --- a/pages/goods/seckill.vue +++ b/pages/goods/seckill.vue @@ -306,6 +306,14 @@ background-color:rgba(253,157,17) !important; color:white !important; } + .pinkv{ + background-color:#ff448f !important; + color:white !important; + } + .orangev{ + background-color:#fe5c2d !important; + color:white !important; + } .disabled-btn-box[disabled] { background-color: transparent; } diff --git a/pages/index/components/second-one.vue b/pages/index/components/second-one.vue index 86b7078..9fa97f0 100644 --- a/pages/index/components/second-one.vue +++ b/pages/index/components/second-one.vue @@ -1,8 +1,8 @@