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 @@