From 2181e41643b850b488dcb7a64af635b0e780dc12 Mon Sep 17 00:00:00 2001
From: lwh <2679599887@qq.com>
Date: Fri, 1 Sep 2023 13:15:23 +0800
Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E8=B4=AD=E7=89=A9?=
=?UTF-8?q?=E8=BD=A6=E4=B8=BB=E9=A2=98=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cart/components/cart-bar/index.wxml | 2 +-
pages/cart/components/cart-group/index.wxml | 8 ++++----
pages/cart/components/cart-group/index.wxss | 14 +++++++-------
pages/goods/details/components/buy-bar/index.wxss | 2 +-
style/theme.wxss | 1 -
5 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/pages/cart/components/cart-bar/index.wxml b/pages/cart/components/cart-bar/index.wxml
index c816d25..1468204 100644
--- a/pages/cart/components/cart-bar/index.wxml
+++ b/pages/cart/components/cart-bar/index.wxml
@@ -1,6 +1,6 @@
-
+
全选
diff --git a/pages/cart/components/cart-group/index.wxml b/pages/cart/components/cart-group/index.wxml
index 58cd53c..c321b16 100644
--- a/pages/cart/components/cart-group/index.wxml
+++ b/pages/cart/components/cart-group/index.wxml
@@ -2,17 +2,17 @@
-
+
-
+
{{store.storeName}}
@@ -49,7 +49,7 @@
diff --git a/pages/cart/components/cart-group/index.wxss b/pages/cart/components/cart-group/index.wxss
index 641101f..3dc2a0b 100644
--- a/pages/cart/components/cart-group/index.wxss
+++ b/pages/cart/components/cart-group/index.wxss
@@ -56,7 +56,7 @@
line-height: 40rpx;
text-align: center;
font-size: 26rpx;
- color: #fa4126;
+ color: #1989fa;
}
.cart-group .promotion-wrap {
@@ -83,7 +83,7 @@
display: inline-block;
padding: 0 8rpx;
color: #ffffff;
- background: #fa4126;
+ background: #1989fa;
font-size: 20rpx;
height: 32rpx;
line-height: 32rpx;
@@ -197,7 +197,7 @@
font-weight: 600;
}
.invalid-goods-wrap .invalid-head .invalid-clear {
- color: #fa4126;
+ color: #1989fa;
}
.invalid-goods-wrap .toggle {
display: flex;
@@ -205,7 +205,7 @@
justify-content: center;
align-items: center;
font-size: 24rpx;
- color: #fa4126;
+ color: #1989fa;
}
.invalid-goods-wrap .toggle .m-r-6 {
margin-right: 6rpx;
@@ -216,7 +216,7 @@
height: 0;
border-left: 10rpx solid transparent;
border-right: 10rpx solid transparent;
- border-bottom: 10rpx solid #fa4126;
+ border-bottom: 10rpx solid #1989fa;
}
.invalid-goods-wrap .toggle .down-icon {
display: inline-block;
@@ -224,7 +224,7 @@
height: 0;
border-left: 10rpx solid transparent;
border-right: 10rpx solid transparent;
- border-top: 10rpx solid #fa4126;
+ border-top: 10rpx solid #1989fa;
}
.action-btn {
display: flex;
@@ -241,7 +241,7 @@
.swiper-right-del {
height: calc(100% - 40rpx);
width: 144rpx;
- background-color: #fa4126;
+ background-color: #1989fa;
font-size: 28rpx;
color: white;
display: flex;
diff --git a/pages/goods/details/components/buy-bar/index.wxss b/pages/goods/details/components/buy-bar/index.wxss
index a296fd8..ce75f09 100644
--- a/pages/goods/details/components/buy-bar/index.wxss
+++ b/pages/goods/details/components/buy-bar/index.wxss
@@ -79,7 +79,7 @@
}
.bar-separately {
- background: #faf4f4;
+ background: #f8f8f8;
color: #1989fa;
border-radius: 40rpx 0 0 40rpx;
}
diff --git a/style/theme.wxss b/style/theme.wxss
index b83897f..d40a9df 100644
--- a/style/theme.wxss
+++ b/style/theme.wxss
@@ -53,7 +53,6 @@
}
.t-side-bar{
- --td-side-bar-bg-color: #1989fa;
--td-side-bar-active-color: #1989fa;
--td-side-bar-disabled-color: #1989fa;
}