diff --git a/components/MyTabBar.vue b/components/MyTabBar.vue
index 8f4b0e6..54c8af2 100644
--- a/components/MyTabBar.vue
+++ b/components/MyTabBar.vue
@@ -95,7 +95,7 @@ export default {
color: #999;
}
.tab-text.active {
- color: #E8101E; /* 选中颜色 */
+ color: #FF4767; /* 选中颜色 */
}
.tab-badge {
position: absolute;
diff --git a/components/circle-progress/circle-progress.vue b/components/circle-progress/circle-progress.vue
index b683442..ea989e3 100644
--- a/components/circle-progress/circle-progress.vue
+++ b/components/circle-progress/circle-progress.vue
@@ -43,7 +43,7 @@ export default {
// 圆环颜色
color: {
type: String,
- default: '#E8101E'
+ default: '#FF4767'
},
// 背景圆环颜色
backgroundColor: {
diff --git a/components/common/CommonFilter.vue b/components/common/CommonFilter.vue
index 8e06ee6..406a915 100644
--- a/components/common/CommonFilter.vue
+++ b/components/common/CommonFilter.vue
@@ -402,7 +402,7 @@ export default {
}
.time-option.active .time-text {
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -413,7 +413,7 @@ export default {
.time-discount {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
padding: 4rpx 12rpx;
background-color: #fff5f6;
border-radius: 20rpx;
@@ -444,7 +444,7 @@ export default {
color: #666;
}
.active {
- color: #E8101E; /* 选中态主题色 */
+ color: #FF4767; /* 选中态主题色 */
}
/* 服务时间按钮专属:控制下拉图标尺寸 */
diff --git a/components/common/service-first-tab.vue b/components/common/service-first-tab.vue
index cd5dbac..e911c06 100644
--- a/components/common/service-first-tab.vue
+++ b/components/common/service-first-tab.vue
@@ -52,7 +52,7 @@ export default {
// 已定义的激活色props(无需修改)
activeColor: {
type: String,
- default: "#E8101E",
+ default: "#FF4767",
},
// 已定义的非激活色props(无需修改)
inactiveColor: {
diff --git a/components/common/service-second-icon-tab.vue b/components/common/service-second-icon-tab.vue
index f5c689d..757650b 100644
--- a/components/common/service-second-icon-tab.vue
+++ b/components/common/service-second-icon-tab.vue
@@ -59,7 +59,7 @@ export default {
// 激活状态的颜色
activeColor: {
type: String,
- default: "#E8101E",
+ default: "#FF4767",
},
// 非激活状态的颜色
inactiveColor: {
@@ -129,7 +129,7 @@ export default {
left: 0;
right: 0;
bottom: 0;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
border-radius: 48rpx;
}
@@ -143,6 +143,6 @@ export default {
}
.icon-item.active .icon-text {
- color: #E8101E;
+ color: #FF4767;
}
diff --git a/components/filter-popup/filter-popup.vue b/components/filter-popup/filter-popup.vue
index 4189288..9db6136 100644
--- a/components/filter-popup/filter-popup.vue
+++ b/components/filter-popup/filter-popup.vue
@@ -208,7 +208,7 @@ export default {
padding-left: 30rpx;
position: relative;
&__point {
- background-color: #E8101E;
+ background-color: #FF4767;
height: 6rpx;
width: 6rpx;
border-radius: 50%;
@@ -221,7 +221,7 @@ export default {
}
.active {
background: #ffffff;
- color: #E8101E;
+ color: #FF4767;
}
}
&__right {
@@ -295,17 +295,17 @@ export default {
height: 82rpx;
font-weight: 400;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 42rpx;
text-align: left;
font-style: normal;
}
&__sure {
border-radius: 41rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
&__reset {
- background: #E8101E;
+ background: #FF4767;
border-radius: 41rpx;
color: #ffffff;
}
diff --git a/components/filterCard/filterCard.vue b/components/filterCard/filterCard.vue
index 9c203e5..3ef8b7d 100644
--- a/components/filterCard/filterCard.vue
+++ b/components/filterCard/filterCard.vue
@@ -114,8 +114,8 @@ export default {
}
.active {
background: rgba(252, 67, 124, 0.1);
- color: #E8101E;
- border: 1rpx solid #E8101E;
+ color: #FF4767;
+ border: 1rpx solid #FF4767;
}
}
diff --git a/components/hao-indexList/hao-indexList/hao-indexList.vue b/components/hao-indexList/hao-indexList/hao-indexList.vue
index eff530a..aabce58 100644
--- a/components/hao-indexList/hao-indexList/hao-indexList.vue
+++ b/components/hao-indexList/hao-indexList/hao-indexList.vue
@@ -548,7 +548,7 @@
width: 690rpx;
height: 68rpx;
background: #FFFFFF;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
background-color: #fafafa;
display: flex;
align-items: center;
diff --git a/components/hot-card/hot-card.vue b/components/hot-card/hot-card.vue
index 47f3f6e..7bc0b2d 100644
--- a/components/hot-card/hot-card.vue
+++ b/components/hot-card/hot-card.vue
@@ -121,7 +121,7 @@ export default {
border: 1rpx solid #fba9bb;
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: left;
font-style: normal;
}
@@ -197,7 +197,7 @@ export default {
margin-top: 10rpx;
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
diff --git a/components/noData/noLogin.vue b/components/noData/noLogin.vue
index 5c3b06c..47e85de 100644
--- a/components/noData/noLogin.vue
+++ b/components/noData/noLogin.vue
@@ -59,7 +59,7 @@ export default {
.loginBtn {
width: 262rpx;
height: 86rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 43rpx;
text-align: center;
line-height: 86rpx;
diff --git a/components/select-time-page/select-time-page.vue b/components/select-time-page/select-time-page.vue
index 9636437..5e39ee0 100644
--- a/components/select-time-page/select-time-page.vue
+++ b/components/select-time-page/select-time-page.vue
@@ -408,11 +408,11 @@ export default {
.isActive {
background: rgba(252, 67, 124, 0.08);
- color: #e8101e !important;
+ color: #FF4767 !important;
}
.isActive .time-picker-content__time__list__item__text {
- color: #e8101e !important;
+ color: #FF4767 !important;
}
/* 选中样式前后弧度 */
@@ -433,7 +433,7 @@ border-radius: 0rpx 51rpx 51rpx 0rpx}
.time-picker-content__time__sure__box {
width: 648rpx;
height: 94rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 48rpx;
display: flex;
align-items: center;
diff --git a/components/select-time-page/select-time-page2.vue b/components/select-time-page/select-time-page2.vue
index c9b03bd..e8fdd4a 100644
--- a/components/select-time-page/select-time-page2.vue
+++ b/components/select-time-page/select-time-page2.vue
@@ -467,8 +467,8 @@
.isActive {
background: rgba(252, 67, 124, 0.08);
border-radius: 10rpx;
- border: 1rpx solid #E8101E;
- color: #E8101E;
+ border: 1rpx solid #FF4767;
+ color: #FF4767;
/* 选中状态 */
}
@@ -493,7 +493,7 @@
&__box {
width: 648rpx;
height: 94rpx;
- background: linear-gradient(140deg, #fa4e9a 0%, #E8101E 100%);
+ background: linear-gradient(140deg, #fa4e9a 0%, #FF4767 100%);
border-radius: 48rpx;
display: flex;
align-items: center;
diff --git a/components/service-grid/service-grid.vue b/components/service-grid/service-grid.vue
index 16b665c..a7e55ec 100644
--- a/components/service-grid/service-grid.vue
+++ b/components/service-grid/service-grid.vue
@@ -181,7 +181,7 @@
position: absolute;
top: 0rpx;
left: 0rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
color: #FFFFFF;
font-size: 24rpx;
padding: 6rpx 14rpx;
@@ -247,7 +247,7 @@
.price-symbol {
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
@@ -256,7 +256,7 @@
.price-value {
font-weight: 500;
font-size: 36rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
@@ -332,12 +332,12 @@
.price-symbol {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-value {
font-size: 32rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
margin-right: 12rpx;
}
diff --git a/components/shop-list/shop-list.vue b/components/shop-list/shop-list.vue
index a7b2a0b..f6f4458 100644
--- a/components/shop-list/shop-list.vue
+++ b/components/shop-list/shop-list.vue
@@ -336,7 +336,7 @@
.price-text{
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
@@ -345,7 +345,7 @@
.price-symbol {
font-weight: 500;
font-size: 20rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
@@ -354,7 +354,7 @@
.price-value {
font-weight: 500;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
diff --git a/components/step-tab/step-tab.vue b/components/step-tab/step-tab.vue
index 228ad96..943a842 100644
--- a/components/step-tab/step-tab.vue
+++ b/components/step-tab/step-tab.vue
@@ -184,7 +184,7 @@ export default {
justify-content: center;
align-items: center;
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
transition: all 0.3s ease;
box-shadow: inset 0 0 4rpx rgba(232, 16, 30, 0.2);
@@ -239,13 +239,13 @@ export default {
.line-progress.active {
width: 100%;
- background-color: #E8101E;
+ background-color: #FF4767;
transition: width 0.3s ease;
}
.line-progress.deactivating {
width: 0%;
- background-color: #E8101E;
+ background-color: #FF4767;
transition: width 0.3s ease;
transform-origin: right center;
}
diff --git a/components/time-picker/time-date-picker.vue b/components/time-picker/time-date-picker.vue
index 3e40274..965f575 100644
--- a/components/time-picker/time-date-picker.vue
+++ b/components/time-picker/time-date-picker.vue
@@ -383,7 +383,7 @@
justify-content: center;
width: 690rpx;
height: 80rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 38rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/components/time-picker/time-picker.vue b/components/time-picker/time-picker.vue
index 1cc688b..641a639 100644
--- a/components/time-picker/time-picker.vue
+++ b/components/time-picker/time-picker.vue
@@ -169,7 +169,7 @@ export default {
justify-content: center;
width: 690rpx;
height: 80rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 38rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/components/upload-app/upload-app.vue b/components/upload-app/upload-app.vue
index 917bbaf..c0ff40e 100644
--- a/components/upload-app/upload-app.vue
+++ b/components/upload-app/upload-app.vue
@@ -307,7 +307,7 @@ export default {
&__text {
font-weight: 400;
font-size: 18rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 25rpx;
text-align: left;
font-style: normal;
@@ -371,7 +371,7 @@ export default {
&__immediately {
width: 236rpx;
height: 78rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 39rpx;
display: flex;
align-items: center;
@@ -405,7 +405,7 @@ export default {
&__active {
height: 28rpx;
- background: linear-gradient(270deg, #fe78b3 0%, #E8101E 100%);
+ background: linear-gradient(270deg, #fe78b3 0%, #FF4767 100%);
border-radius: 39rpx;
}
diff --git a/pages.json b/pages.json
index 08037e4..a4d132a 100644
--- a/pages.json
+++ b/pages.json
@@ -1036,7 +1036,7 @@
},
"tabBar": {
"color": "#999",
- "selectedColor": "#E8101E",
+ "selectedColor": "#FF4767",
"backgroundColor": "#fff",
"list": [{
"iconPath": "/static/images/tabbar/home_icon_dis.png",
diff --git a/pages/address/add.nvue b/pages/address/add.nvue
index 4fe7123..2e2a5d5 100644
--- a/pages/address/add.nvue
+++ b/pages/address/add.nvue
@@ -55,7 +55,7 @@
设为默认地址
-
+
@@ -622,7 +622,7 @@
.save-btn {
width: 630rpx;
height: 96rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 44rpx;
display: flex;
justify-content: center;
diff --git a/pages/address/list.vue b/pages/address/list.vue
index 8d7fa59..bbe9d94 100644
--- a/pages/address/list.vue
+++ b/pages/address/list.vue
@@ -261,7 +261,7 @@
/* .tag {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
background-color: rgba(252, 67, 124, 0.08);
padding: 6rpx 16rpx;
border-radius: 6rpx;
@@ -370,7 +370,7 @@
width: 690rpx;
height: 78rpx;
border-radius: 39rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
text-align: center;
line-height: 64rpx;
display: flex;
@@ -383,7 +383,7 @@
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 42rpx;
text-align: left;
font-style: normal;
diff --git a/pages/address/newSearch.nvue b/pages/address/newSearch.nvue
index b0d7c08..4194541 100644
--- a/pages/address/newSearch.nvue
+++ b/pages/address/newSearch.nvue
@@ -7,7 +7,7 @@
@@ -858,7 +858,7 @@
flex: 1;
height: 68rpx;
background: #FFFFFF;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
border-radius: 60rpx;
position: relative;
@@ -936,7 +936,7 @@
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: center;
font-style: normal;
@@ -1124,7 +1124,7 @@
width: 48rpx;
height: 26rpx;
border-radius: 6rpx;
- background: #E8101E;
+ background: #FF4767;
margin-right: 10rpx;
&__text {
diff --git a/pages/address/revise.nvue b/pages/address/revise.nvue
index 86bbf04..d535b87 100644
--- a/pages/address/revise.nvue
+++ b/pages/address/revise.nvue
@@ -55,7 +55,7 @@
设为默认地址
-
+
@@ -614,7 +614,7 @@
.save-btn {
width: 630rpx;
height: 96rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 44rpx;
display: flex;
justify-content: center;
diff --git a/pages/address/search-副本.nvue b/pages/address/search-副本.nvue
index 6cc05bc..81f7f5d 100644
--- a/pages/address/search-副本.nvue
+++ b/pages/address/search-副本.nvue
@@ -666,7 +666,7 @@
flex: 1;
height: 68rpx;
background: #FFFFFF;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
border-radius: 60rpx;
position: relative;
diff --git a/pages/address/search.vue b/pages/address/search.vue
index 71d9bbd..4f803a5 100644
--- a/pages/address/search.vue
+++ b/pages/address/search.vue
@@ -38,7 +38,7 @@
{{ smartBtnText }}
+ :style="{ color: hasRawContent ? '#FF4767' : '#999999' }">{{ smartBtnText }}
@@ -2534,8 +2534,8 @@
}
.smart-btn.smart-btn-active {
- border-color: #E8101E;
- color: #E8101E;
+ border-color: #FF4767;
+ color: #FF4767;
}
.address-info-panel {
@@ -2606,7 +2606,7 @@
}
.confirm-btn {
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 49rpx;
height: 98rpx;
display: flex;
@@ -2722,7 +2722,7 @@
}
.popup-btn.confirm {
- background: #e8101e;
+ background: #FF4767;
}
.popup-btn .btn-text {
diff --git a/pages/address/selectAddress.vue b/pages/address/selectAddress.vue
index 22ea79b..5c31a9d 100644
--- a/pages/address/selectAddress.vue
+++ b/pages/address/selectAddress.vue
@@ -274,7 +274,7 @@
flex: 1;
height: 68rpx;
background: #FFFFFF;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
background-color: #fafafa;
display: flex;
align-items: center;
diff --git a/pages/address/selectCity.vue b/pages/address/selectCity.vue
index 0deb358..930e821 100644
--- a/pages/address/selectCity.vue
+++ b/pages/address/selectCity.vue
@@ -8,7 +8,7 @@
>
@@ -859,7 +859,7 @@
.tabItem_active {
font-weight: 500;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 42rpx;
text-align: left;
font-style: normal;
@@ -875,7 +875,7 @@
transform: translateX(-50%);
width: 34rpx;
height: 6rpx;
- background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
+ background: linear-gradient(306deg, #FF4767 0%, #fc563b 100%);
border-radius: 2rpx;
}
}
@@ -902,7 +902,7 @@
width: 60rpx;
height: 60rpx;
border: 4rpx solid #f3f3f3;
- border-top: 4rpx solid #E8101E;
+ border-top: 4rpx solid #FF4767;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 24rpx;
diff --git a/pages/selfOperated/addWe.vue b/pages/selfOperated/addWe.vue
index e8afceb..16049e6 100644
--- a/pages/selfOperated/addWe.vue
+++ b/pages/selfOperated/addWe.vue
@@ -337,7 +337,7 @@
.agreement-btn {
width: 690rpx;
height: 78rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/pages/selfOperated/agreement.vue b/pages/selfOperated/agreement.vue
index 2696aca..9bf64d8 100644
--- a/pages/selfOperated/agreement.vue
+++ b/pages/selfOperated/agreement.vue
@@ -180,7 +180,7 @@
.agreement-btn {
width: 690rpx;
height: 78rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/pages/selfOperated/components/select-adress.vue b/pages/selfOperated/components/select-adress.vue
index 5f52d8a..d783e54 100644
--- a/pages/selfOperated/components/select-adress.vue
+++ b/pages/selfOperated/components/select-adress.vue
@@ -372,7 +372,7 @@
padding-right: 20rpx;
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
diff --git a/pages/selfOperated/components/self-card-list.vue b/pages/selfOperated/components/self-card-list.vue
index a68c39e..8b460d1 100644
--- a/pages/selfOperated/components/self-card-list.vue
+++ b/pages/selfOperated/components/self-card-list.vue
@@ -68,7 +68,7 @@ export default {
width: 80rpx;
height: 49rpx;
z-index: 1;
- background: linear-gradient( 124deg, #F52540 0%, #E8101E 100%);
+ background: linear-gradient( 124deg, #F52540 0%, #FF4767 100%);
border-radius: 20rpx 2rpx 20rpx 2rpx;
font-weight: 400;
font-size: 26rpx;
@@ -109,7 +109,7 @@ export default {
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 36rpx;
text-align: left;
font-style: normal;
diff --git a/pages/selfOperated/components/self-pay.vue b/pages/selfOperated/components/self-pay.vue
index 3e75a88..94ecd97 100644
--- a/pages/selfOperated/components/self-pay.vue
+++ b/pages/selfOperated/components/self-pay.vue
@@ -89,7 +89,7 @@
{{ item.name }}
-
@@ -770,7 +770,7 @@
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 52rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 67rpx;
text-align: left;
font-style: normal;
@@ -780,7 +780,7 @@
.pop-submit-btn {
width: 226rpx;
height: 82rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 41rpx;
.pop-submit-btn-text {
diff --git a/pages/selfOperated/detail.nvue b/pages/selfOperated/detail.nvue
index e1936e9..6a331e9 100644
--- a/pages/selfOperated/detail.nvue
+++ b/pages/selfOperated/detail.nvue
@@ -1091,7 +1091,7 @@
margin: 27rpx;
width: 130rpx;
height: 56rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
display: flex;
flex-flow: row nowrap;
justify-content: center;
@@ -1101,7 +1101,7 @@
.look-text {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
}
/* 评论区域 */
@@ -1170,7 +1170,7 @@
font-size: 16rpx;
padding: 0 8rpx;
border-radius: 12rpx;
- color: #E8101E;
+ color: #FF4767;
background-color: rgba(255, 148, 180, 0.50);
margin-right: 8rpx;
}
@@ -1289,7 +1289,7 @@
.submit-btn {
width: 670rpx;
height: 86rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 50rpx;
font-weight: 400;
font-size: 34rpx;
@@ -1303,7 +1303,7 @@
.disabled-btn {
opacity: 0.5 !important;
- background-color: #E8101E; /* 保持原有颜色,只是降低透明度 */
+ background-color: #FF4767; /* 保持原有颜色,只是降低透明度 */
}
.cannot-submit {
diff --git a/pages/selfOperated/list.vue b/pages/selfOperated/list.vue
index 3899988..59589e8 100644
--- a/pages/selfOperated/list.vue
+++ b/pages/selfOperated/list.vue
@@ -4,7 +4,7 @@
title="平台自营服务列表"
:leftImg="'/static/images/whiteBack.png'"
:showUser="true"
- backgroundColor="linear-gradient( 134deg, #F52540 0%, #E8101E 100%)"
+ backgroundColor="linear-gradient( 134deg, #F52540 0%, #FF4767 100%)"
headleSrc="/static/images/recruit/guide.png"
:showHeadle="true"
titleColor="#fff"
@@ -218,7 +218,7 @@ export default {
/* 预先设置透明边框,防止切换时布局跳动 */
&.active {
- color: #e8101e;
+ color: #FF4767;
font-weight: 500;
position: relative;
@@ -232,7 +232,7 @@ export default {
/* 激活时显示红色边框 */
width: 34rpx;
height: 6rpx;
- background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
+ background: linear-gradient(306deg, #FF4767 0%, #fc563b 100%);
border-radius: 3rpx;
}
}
@@ -279,10 +279,10 @@ export default {
width: 246rpx;
height: 80rpx;
border-radius: 40rpx;
- border: 2rpx solid #e8101e;
+ border: 2rpx solid #FF4767;
font-weight: 500;
font-size: 28rpx;
- color: #e8101e;
+ color: #FF4767;
text-align: left;
font-style: normal;
display: flex;
@@ -292,7 +292,7 @@ export default {
.pop-content-sure {
width: 246rpx;
height: 80rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 40rpx;
font-weight: 500;
font-size: 28rpx;
@@ -347,7 +347,7 @@ export default {
.list-item-left-price-text {
font-weight: 500;
font-size: 40rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 48rpx;
text-align: left;
font-style: normal;
diff --git a/pages/selfOperated/selectSyr.vue b/pages/selfOperated/selectSyr.vue
index b7ff011..9ba0760 100644
--- a/pages/selfOperated/selectSyr.vue
+++ b/pages/selfOperated/selectSyr.vue
@@ -1,7 +1,7 @@
@@ -575,7 +575,7 @@
margin: 0 21rpx;
width: 648rpx;
height: 94rpx;
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #f52540 0%, #FF4767 100%);
border-radius: 48rpx;
font-weight: 400;
font-size: 30rpx;
@@ -794,7 +794,7 @@
/* 选中状态样式 */
.sj-pop-item.active {
- color: #E8101E ;
+ color: #FF4767 ;
}
}
diff --git a/pages/selfOperated/serveList.vue b/pages/selfOperated/serveList.vue
index b438936..04cbce1 100644
--- a/pages/selfOperated/serveList.vue
+++ b/pages/selfOperated/serveList.vue
@@ -56,7 +56,7 @@
+ activeColor="#FF4767" @tab-click="tabClick">
@@ -12,7 +12,7 @@
diff --git a/pages/service/class.vue b/pages/service/class.vue
index c8e438c..43e1bcb 100644
--- a/pages/service/class.vue
+++ b/pages/service/class.vue
@@ -1,8 +1,8 @@
-
+ backgroundColor="linear-gradient( 134deg, #F52540 0%, #FF4767 100%)" titleColor="#fff">
+
@@ -253,11 +253,11 @@
}
.icon-tab.active .icon-text {
- color: #E8101E;
+ color: #FF4767;
}
.icon-tab.active .icon-img {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
::v-deep .list-scroll{
diff --git a/pages/service/components/filter.vue b/pages/service/components/filter.vue
index ae2ef4b..6e5c5fb 100644
--- a/pages/service/components/filter.vue
+++ b/pages/service/components/filter.vue
@@ -279,10 +279,10 @@
getIconColor(index) {
if (this.activeIndex === index) {
- return '#E8101E';
+ return '#FF4767';
}
if (this.hasValue(this.filterTabs[index].key)) {
- return '#E8101E';
+ return '#FF4767';
}
return '#666';
},
@@ -527,7 +527,7 @@
}
&.active {
- color: #E8101E;
+ color: #FF4767;
}
.check-icon {
@@ -567,7 +567,7 @@
}
&.active {
background: #FFECF0;
- color: #E8101E;
+ color: #FF4767;
}
}
@@ -620,7 +620,7 @@
height: 100%;
.custom-price-container.active & {
- color: #E8101E;
+ color: #FF4767;
}
}
diff --git a/pages/service/components/intmentFilter.vue b/pages/service/components/intmentFilter.vue
index 63490d9..0ad411e 100644
--- a/pages/service/components/intmentFilter.vue
+++ b/pages/service/components/intmentFilter.vue
@@ -267,7 +267,7 @@
&.active {
background-color: #ffecf0;
font-weight: 500;
- color: #e8101e;
+ color: #FF4767;
border-color: @primary-color;
}
}
diff --git a/pages/service/components/search-box.vue b/pages/service/components/search-box.vue
index 0f84257..368d17a 100644
--- a/pages/service/components/search-box.vue
+++ b/pages/service/components/search-box.vue
@@ -52,7 +52,7 @@ export default {
},
bgClor: {
type: String,
- default: "linear-gradient(134deg, #f52540 0%, #e8101e 100%)",
+ default: "linear-gradient(134deg, #f52540 0%, #FF4767 100%)",
},
},
data() {
@@ -126,7 +126,7 @@ export default {
justify-content: center;
align-items: center;
position: relative;
- background: linear-gradient(134deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(134deg, #f52540 0%, #FF4767 100%);
transform: translateY(0rpx);
}
@@ -197,7 +197,7 @@ export default {
display: flex;
justify-content: center;
align-items: center;
- background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
+ background: linear-gradient(306deg, #FF4767 0%, #fc563b 100%);
background-size: cover;
color: #fff;
font-size: 26rpx;
diff --git a/pages/service/components/self-pay.vue b/pages/service/components/self-pay.vue
index d8c1a8c..ccb18d4 100644
--- a/pages/service/components/self-pay.vue
+++ b/pages/service/components/self-pay.vue
@@ -89,7 +89,7 @@
{{ item.name }}
-
@@ -793,7 +793,7 @@
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 52rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 67rpx;
text-align: left;
font-style: normal;
@@ -803,7 +803,7 @@
.pop-submit-btn {
width: 226rpx;
height: 82rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 41rpx;
.pop-submit-btn-text {
diff --git a/pages/service/components/shopCard.vue b/pages/service/components/shopCard.vue
index 4e2cfd5..218660b 100644
--- a/pages/service/components/shopCard.vue
+++ b/pages/service/components/shopCard.vue
@@ -165,7 +165,7 @@ export default {
font-style: normal;
&__tip {
padding: 0 8rpx;
- background: linear-gradient(160deg, #fc5e72 0%, #e8101e 100%);
+ background: linear-gradient(160deg, #fc5e72 0%, #FF4767 100%);
border-radius: 6rpx;
font-weight: 500;
font-size: 20rpx;
@@ -180,7 +180,7 @@ export default {
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 26rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 33rpx;
text-align: left;
font-style: normal;
diff --git a/pages/service/detail.nvue b/pages/service/detail.nvue
index 80e19e7..ef223f5 100644
--- a/pages/service/detail.nvue
+++ b/pages/service/detail.nvue
@@ -985,14 +985,14 @@
margin: 27rpx;
padding: 0 18rpx;
height: 56rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
border-radius: 28rpx;
}
.look-text {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 56rpx;
}
@@ -1062,7 +1062,7 @@
font-size: 16rpx;
padding: 0 8rpx;
border-radius: 12rpx;
- color: #E8101E;
+ color: #FF4767;
background-color: rgba(255, 148, 180, 0.50);
margin-right: 8rpx;
}
diff --git a/pages/service/store-list.vue b/pages/service/store-list.vue
index 10a4bb6..599e8d4 100644
--- a/pages/service/store-list.vue
+++ b/pages/service/store-list.vue
@@ -4,7 +4,7 @@
title="附近门店"
:leftImg="'/static/images/whiteBack.png'"
:showUser="true"
- backgroundColor="linear-gradient( 134deg, #F52540 0%, #E8101E 100%)"
+ backgroundColor="linear-gradient( 134deg, #F52540 0%, #FF4767 100%)"
titleColor="#fff"
borderBottom="none"
>
@@ -12,7 +12,7 @@
diff --git a/pages/settings/password.vue b/pages/settings/password.vue
index 298518c..88d79af 100644
--- a/pages/settings/password.vue
+++ b/pages/settings/password.vue
@@ -8,7 +8,7 @@
- 登录密码用于美融融商家登录,密码至少6个字符,不能全是字母或者数字
+ 登录密码用于美融融商家登录,密码至少6个字符,不能全是字母或者数字
@@ -286,7 +286,7 @@
.pwd-error {
display: block;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
margin-left: 30rpx;
margin-top: 10rpx;
line-height: 1.2;
@@ -319,7 +319,7 @@
}
.active {
- background: #E8101E;
+ background: #FF4767;
&:active {
opacity: 0.9; // 点击反馈
diff --git a/pages/settings/paypsd.vue b/pages/settings/paypsd.vue
index b024be0..cfb4fa9 100644
--- a/pages/settings/paypsd.vue
+++ b/pages/settings/paypsd.vue
@@ -133,7 +133,7 @@ page {
.code-btn {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
.pay-cont {
padding-top: 168rpx;
diff --git a/pages/share/syrandsjshare.vue b/pages/share/syrandsjshare.vue
index 167eed3..3fcd6bc 100644
--- a/pages/share/syrandsjshare.vue
+++ b/pages/share/syrandsjshare.vue
@@ -141,7 +141,7 @@ import request from '../../utils/request'
width: 360rpx;
height: 360rpx;
border-radius: 16rpx;
- border: 6rpx solid #E8101E;
+ border: 6rpx solid #FF4767;
margin-top: 34rpx;
}
.invite-lists {
diff --git a/pages/share/usershare.vue b/pages/share/usershare.vue
index a84ba66..179ccf4 100644
--- a/pages/share/usershare.vue
+++ b/pages/share/usershare.vue
@@ -107,7 +107,7 @@ import request from '../../utils/request'
width: 360rpx;
height: 360rpx;
border-radius: 16rpx;
- border: 6rpx solid #E8101E;
+ border: 6rpx solid #FF4767;
margin-top: 34rpx;
background-color: #fff;
}
diff --git a/pages/shop/SellerDetail.vue b/pages/shop/SellerDetail.vue
index 47a86ab..de3970f 100644
--- a/pages/shop/SellerDetail.vue
+++ b/pages/shop/SellerDetail.vue
@@ -131,7 +131,7 @@
支付时间
@@ -849,7 +849,7 @@
.real-price {
font-size: 42rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
transform: translateY(-5rpx);
.icon {
@@ -1035,7 +1035,7 @@
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
diff --git a/pages/shop/add-service.vue b/pages/shop/add-service.vue
index db7b857..af35f5b 100644
--- a/pages/shop/add-service.vue
+++ b/pages/shop/add-service.vue
@@ -79,7 +79,7 @@
? "门店下单购买后,您需到上门至门店进行服务,门店端展示价格为"
: ""
}}
- {{
+ {{
shopPrice
}}
{{ showShopPrice ? "元。" : "" }}
@@ -1189,13 +1189,13 @@
.btn-draft {
background-color: #ffffff;
- color: #e8101e;
- border: 2rpx solid #e8101e;
+ color: #FF4767;
+ border: 2rpx solid #FF4767;
box-sizing: border-box;
}
.btn-submit {
- background-color: #e8101e;
+ background-color: #FF4767;
color: #ffffff;
width: 705rpx;
height: 76rpx;
@@ -1472,13 +1472,13 @@
}
.popup-btn-know {
- background-color: #e8101e;
+ background-color: #FF4767;
color: #ffffff;
}
.popup-btn-notshow {
background-color: #ffffff;
- color: #e8101e;
- border: 1rpx #e8101e solid;
+ color: #FF4767;
+ border: 1rpx #FF4767 solid;
}
\ No newline at end of file
diff --git a/pages/shop/buy-order.vue b/pages/shop/buy-order.vue
index 5ae0473..534ac96 100644
--- a/pages/shop/buy-order.vue
+++ b/pages/shop/buy-order.vue
@@ -491,7 +491,7 @@
left: 50%;
bottom: 0;
transform: translateX(-50%);
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
@@ -531,7 +531,7 @@
.order-status-badge {
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: left;
font-style: normal;
position: absolute;
@@ -703,8 +703,8 @@
.red-btn {
background-color: #FFFFFF;
- border: 1rpx solid #E8101E;
- color: #E8101E;
+ border: 1rpx solid #FF4767;
+ color: #FF4767;
}
.nologin_part {
diff --git a/pages/shop/buy-service.vue b/pages/shop/buy-service.vue
index a2918dc..714cc1a 100644
--- a/pages/shop/buy-service.vue
+++ b/pages/shop/buy-service.vue
@@ -523,7 +523,7 @@
}
.main-tab.active .tab-text {
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -535,7 +535,7 @@
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 3rpx;
}
@@ -570,11 +570,11 @@
}
.icon-tab.active .icon-text {
- color: #E8101E;
+ color: #FF4767;
}
.icon-tab.active .icon-img {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
.service-list {
@@ -633,7 +633,7 @@
}
.time-option.active .time-text {
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -644,7 +644,7 @@
.time-discount {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
padding: 4rpx 12rpx;
background-color: #fff5f6;
border-radius: 20rpx;
@@ -685,7 +685,7 @@
}
.filter-item.active .filter-item-text {
- color: #E8101E;
+ color: #FF4767;
}
.sq-icon {
@@ -750,7 +750,7 @@
text-align: center;
line-height: 50rpx;
border-radius: 26rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
font-size: 24rpx;
color: #3d3d3d;
box-sizing: border-box;
@@ -759,9 +759,9 @@
.price-tag.active,
.sort-tag.active,
.star-tag.active {
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
- border-color: #E8101E;
+ border-color: #FF4767;
}
.price-input {
@@ -776,7 +776,7 @@
height: 52rpx;
line-height: 50rpx;
text-align: center;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
border-radius: 26rpx;
font-size: 24rpx;
color: #3d3d3d;
@@ -806,12 +806,12 @@
.reset-btn {
background-color: #ffffff;
- border: 1rpx solid #E8101E;
- color: #E8101E;
+ border: 1rpx solid #FF4767;
+ color: #FF4767;
}
.confirm-btn {
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
}
diff --git a/pages/shop/buyorder-detail.vue b/pages/shop/buyorder-detail.vue
index 5768e0a..3a4a8b3 100644
--- a/pages/shop/buyorder-detail.vue
+++ b/pages/shop/buyorder-detail.vue
@@ -745,7 +745,7 @@
.phone-btn {
width: 64rpx;
height: 64rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 32rpx;
}
@@ -914,7 +914,7 @@
.real-price {
font-size: 32rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
/* 订单信息卡片 */
@@ -991,14 +991,14 @@
}
.btn-border {
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
background-color: #fff;
box-sizing: border-box;
margin-left: 20rpx;
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
@@ -1010,7 +1010,7 @@
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
/* APP适配 */
diff --git a/pages/shop/components/orderCard.vue b/pages/shop/components/orderCard.vue
index c15cd4d..3013f58 100644
--- a/pages/shop/components/orderCard.vue
+++ b/pages/shop/components/orderCard.vue
@@ -217,7 +217,7 @@
.stateText {
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: left;
font-style: normal;
position: absolute;
@@ -283,7 +283,7 @@
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -320,7 +320,7 @@
letter-spacing: 2px;
text-align: left;
font-style: normal;
- background: linear-gradient(166deg, #FC5E72 0%, #E8101E 100%);
+ background: linear-gradient(166deg, #FC5E72 0%, #FF4767 100%);
border-radius: 6rpx;
padding: 4rpx 4rpx 4rpx 8rpx;
margin-right: 13rpx;
@@ -432,7 +432,7 @@
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
\ No newline at end of file
diff --git a/pages/shop/components/orderCard2.vue b/pages/shop/components/orderCard2.vue
index 57602ea..bcd9f68 100644
--- a/pages/shop/components/orderCard2.vue
+++ b/pages/shop/components/orderCard2.vue
@@ -205,7 +205,7 @@
.stateText {
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: left;
font-style: normal;
position: absolute;
@@ -255,7 +255,7 @@
.service-price {
font-weight: 500;
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -291,7 +291,7 @@
letter-spacing: 2px;
text-align: left;
font-style: normal;
- background: linear-gradient(166deg, #FC5E72 0%, #E8101E 100%);
+ background: linear-gradient(166deg, #FC5E72 0%, #FF4767 100%);
border-radius: 6rpx;
padding: 4rpx 4rpx 4rpx 8rpx;
margin-right: 13rpx;
@@ -387,8 +387,8 @@
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
.order-address {
diff --git a/pages/shop/create-order.vue b/pages/shop/create-order.vue
index c900ed6..7052a2e 100644
--- a/pages/shop/create-order.vue
+++ b/pages/shop/create-order.vue
@@ -500,7 +500,7 @@ export default {
height: 28rpx;
border: 3rpx;
margin-right: 16rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
}
.service-item {
padding-top: 24rpx;
@@ -636,7 +636,7 @@ export default {
.price-total .price {
font-size: 28rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
.amount-lable {
@@ -646,7 +646,7 @@ export default {
.submit-btn {
width: 492rpx;
height: 64rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 32rpx;
color: #ffffff;
font-size: 28rpx;
diff --git a/pages/shop/groupBuying/addGroupBuying.vue b/pages/shop/groupBuying/addGroupBuying.vue
index 8a6b0a1..043b1a5 100644
--- a/pages/shop/groupBuying/addGroupBuying.vue
+++ b/pages/shop/groupBuying/addGroupBuying.vue
@@ -67,7 +67,7 @@
-
+
@@ -77,7 +77,7 @@
-
+
-
+
-
+
-
+
{{info.title}}
¥{{info.server_price}} {{' '}}|
+ style="color: #FF4767;font-weight: 500;">¥{{info.server_price}} {{' '}}|
{{info.server_time}}分钟
diff --git a/pages/shop/groupBuying/list.vue b/pages/shop/groupBuying/list.vue
index 7084609..678dfad 100644
--- a/pages/shop/groupBuying/list.vue
+++ b/pages/shop/groupBuying/list.vue
@@ -62,11 +62,11 @@
:sureText="'确定'"
>
您当前操作为结束拼团活动您当前操作为结束拼团活动,根据平台规则,此操作需提交平台审核(审核通过后方可生效),请问您是否确认发起该申请?
您当前操作为结束拼团活动您当前操作为结束拼团活动,请问您是否确认此操作吗?
@@ -413,7 +413,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/shop/groupBuying/selectServe.vue b/pages/shop/groupBuying/selectServe.vue
index 2cc7816..8aca99f 100644
--- a/pages/shop/groupBuying/selectServe.vue
+++ b/pages/shop/groupBuying/selectServe.vue
@@ -89,7 +89,7 @@ export default {
&__btn {
width: 690rpx;
height: 78rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 798rpx;
display: flex;
align-items: center;
diff --git a/pages/shop/manHour/addManHour.vue b/pages/shop/manHour/addManHour.vue
index 7dbbd57..d3f5976 100644
--- a/pages/shop/manHour/addManHour.vue
+++ b/pages/shop/manHour/addManHour.vue
@@ -698,13 +698,13 @@ export default {
.btn-draft {
background-color: #ffffff;
- color: #E8101E;
- border: 2rpx solid #E8101E;
+ color: #FF4767;
+ border: 2rpx solid #FF4767;
box-sizing: border-box;
}
.btn-submit {
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
}
.form-step {
@@ -854,7 +854,7 @@ export default {
/* #endif */
.redTip {
- color: #E8101E;
+ color: #FF4767;
font-size: 24rpx;
margin-left: 10rpx;
}
diff --git a/pages/shop/manHour/buyManHour.vue b/pages/shop/manHour/buyManHour.vue
index c1107bd..e8aebc6 100644
--- a/pages/shop/manHour/buyManHour.vue
+++ b/pages/shop/manHour/buyManHour.vue
@@ -713,7 +713,7 @@ export default {
.filter__left__select__item.active {
.filter__left__select__item__title {
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -819,7 +819,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 3rpx;
}
@@ -855,11 +855,11 @@ export default {
}
.icon-tab.active .icon-text {
- color: #E8101E;
+ color: #FF4767;
}
.icon-tab.active .icon-img {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
.service-list {
diff --git a/pages/shop/manHour/components/buyOrderCard.vue b/pages/shop/manHour/components/buyOrderCard.vue
index 19e4a4d..7c2df91 100644
--- a/pages/shop/manHour/components/buyOrderCard.vue
+++ b/pages/shop/manHour/components/buyOrderCard.vue
@@ -146,14 +146,14 @@
justify-content: center;
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
width: 160rpx;
height: 58rpx;
border-radius: 32rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
}
}
diff --git a/pages/shop/manHour/components/class_select.vue b/pages/shop/manHour/components/class_select.vue
index 72ec610..597c3e8 100644
--- a/pages/shop/manHour/components/class_select.vue
+++ b/pages/shop/manHour/components/class_select.vue
@@ -184,7 +184,7 @@ export default {
color: #333333;
}
.activeText {
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -212,9 +212,9 @@ export default {
border: 2rpx solid transparent;
}
.secondClassItemActive {
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
background: rgba(252, 67, 124, 0.1);
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -224,7 +224,7 @@ export default {
margin-top: 30rpx;
font-size: 26rpx;
.red {
- color: #E8101E;
+ color: #FF4767;
}
}
.fixBottomBtn {
@@ -241,10 +241,10 @@ export default {
.btn {
width: 100%;
height: 39rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
border-radius: 39rpx;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
}
}
diff --git a/pages/shop/manHour/components/manHourCard.vue b/pages/shop/manHour/components/manHourCard.vue
index d14b856..1933485 100644
--- a/pages/shop/manHour/components/manHourCard.vue
+++ b/pages/shop/manHour/components/manHourCard.vue
@@ -272,7 +272,7 @@ export default {
top: 0;
width: 160rpx;
height: 100%;
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
display: flex;
justify-content: center;
@@ -326,17 +326,17 @@ export default {
.price-symbol {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-value {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-unit {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.status-tag {
@@ -356,7 +356,7 @@ export default {
background-color: rgba(255, 0, 55, 0.2);
}
.status-tag.state2 .status-text {
- color: #E8101E;
+ color: #FF4767;
}
/* 审核中 */
.status-tag.state1 {
diff --git a/pages/shop/manHour/components/orderCard.vue b/pages/shop/manHour/components/orderCard.vue
index 9bbae47..a2cada2 100644
--- a/pages/shop/manHour/components/orderCard.vue
+++ b/pages/shop/manHour/components/orderCard.vue
@@ -195,7 +195,7 @@
.stateText {
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: left;
font-style: normal;
position: absolute;
@@ -283,7 +283,7 @@
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 36rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -367,7 +367,7 @@
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
\ No newline at end of file
diff --git a/pages/shop/manHour/list.vue b/pages/shop/manHour/list.vue
index 469437c..4f5a91f 100644
--- a/pages/shop/manHour/list.vue
+++ b/pages/shop/manHour/list.vue
@@ -310,7 +310,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/shop/manHour/manHourDetail.vue b/pages/shop/manHour/manHourDetail.vue
index 294a88d..b4660cd 100644
--- a/pages/shop/manHour/manHourDetail.vue
+++ b/pages/shop/manHour/manHourDetail.vue
@@ -167,7 +167,7 @@ export default {
&__price {
font-weight: 500;
font-size: 36rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 50rpx;
text-align: left;
font-style: normal;
@@ -247,10 +247,10 @@ export default {
width: 696rpx;
height: 78rpx;
border-radius: 798rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
font-weight: 400;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 39rpx;
text-align: right;
font-style: normal;
diff --git a/pages/shop/manHour/manHourOrder.vue b/pages/shop/manHour/manHourOrder.vue
index 70200f4..25c05d1 100644
--- a/pages/shop/manHour/manHourOrder.vue
+++ b/pages/shop/manHour/manHourOrder.vue
@@ -236,7 +236,7 @@ export default {
margin-top: 38rpx;
font-weight: 500;
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -289,7 +289,7 @@ export default {
&__price {
font-weight: 500;
font-size: 42rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 59rpx;
font-style: normal;
}
@@ -297,7 +297,7 @@ export default {
&__right {
width: 188rpx;
height: 68rpx;
- background: linear-gradient(73deg, #fe78b3 0%, #E8101E 100%);
+ background: linear-gradient(73deg, #fe78b3 0%, #FF4767 100%);
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/pages/shop/manHour/saleList.vue b/pages/shop/manHour/saleList.vue
index 09ba921..f7d0b45 100644
--- a/pages/shop/manHour/saleList.vue
+++ b/pages/shop/manHour/saleList.vue
@@ -290,7 +290,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/shop/manHourDetail.vue b/pages/shop/manHourDetail.vue
index 5229af5..5d9d04a 100644
--- a/pages/shop/manHourDetail.vue
+++ b/pages/shop/manHourDetail.vue
@@ -134,7 +134,7 @@
支付时间
@@ -923,7 +923,7 @@
.real-price {
font-size: 42rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
transform: translateY(-5rpx);
.icon {
@@ -1067,14 +1067,14 @@
}
.btn-border {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
background-color: #fff;
box-sizing: border-box;
margin-left: 60rpx;
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
@@ -1086,7 +1086,7 @@
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
/* 权限提示 */
diff --git a/pages/shop/pay-order.vue b/pages/shop/pay-order.vue
index 06887d8..94a2717 100644
--- a/pages/shop/pay-order.vue
+++ b/pages/shop/pay-order.vue
@@ -330,13 +330,13 @@ export default {
.symbol {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
.value {
font-size: 40rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 700;
}
@@ -392,13 +392,13 @@ export default {
.total-amount .symbol {
font-size: 24rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
.total-amount .amount {
font-size: 28rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
.amount-lable {
font-size: 24rpx;
@@ -407,7 +407,7 @@ export default {
.pay-btn {
width: 492rpx;
height: 64rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 32rpx;
color: #FFFFFF;
font-size: 28rpx;
diff --git a/pages/shop/pay.vue b/pages/shop/pay.vue
index 9d76ba8..1e07185 100644
--- a/pages/shop/pay.vue
+++ b/pages/shop/pay.vue
@@ -24,7 +24,7 @@
{{ item.name }}
-
@@ -267,7 +267,7 @@
console.log("查询状态", err);
});
},
- fail: function(err) {
+ fail: function(err) {
console.log(err,'erererererer');
uni.showModal({
title: "提示",
@@ -530,13 +530,13 @@
.total-amount .symbol {
font-size: 24rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
.total-amount .amount {
font-size: 28rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
}
.amount-lable {
@@ -547,7 +547,7 @@
.pay-btn {
width: 680rpx;
height: 88rpx;
- background: linear-gradient(180deg, #F52540 0%, #E8101E 100%);
+ background: linear-gradient(180deg, #F52540 0%, #FF4767 100%);
border-radius: 43rpx;
font-weight: 500;
font-size: 30rpx;
diff --git a/pages/shop/photoAlbum/addPhoto.vue b/pages/shop/photoAlbum/addPhoto.vue
index 51c7d5e..3746216 100644
--- a/pages/shop/photoAlbum/addPhoto.vue
+++ b/pages/shop/photoAlbum/addPhoto.vue
@@ -12,7 +12,7 @@
- 审核成功、线上展示中
+ 审核成功、线上展示中
@@ -428,12 +428,12 @@
title: '取消上传',
icon: 'none'
});
- } else {
- console.error('上传失败:', err.errMsg);
- uni.showToast({
- title: err.errMsg || '上传失败',
- icon: 'none'
- }); // 新增:上传失败提示
+ } else {
+ console.error('上传失败:', err.errMsg);
+ uni.showToast({
+ title: err.errMsg || '上传失败',
+ icon: 'none'
+ }); // 新增:上传失败提示
}
} finally {
@@ -533,7 +533,7 @@
.review-title-text {
font-weight: 500;
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 40rpx;
text-align: left;
font-style: normal;
@@ -724,10 +724,10 @@
width: 278rpx;
height: 98rpx;
border-radius: 49rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
font-weight: 400;
font-size: 32rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: center;
font-style: normal;
}
@@ -735,7 +735,7 @@
.container-buttons-sure {
width: 278rpx;
height: 98rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 32rpx;
@@ -747,7 +747,7 @@
.container-buttons-sure2 {
width: 710rpx;
height: 98rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 38rpx;
diff --git a/pages/shop/photoAlbum/photoManage.vue b/pages/shop/photoAlbum/photoManage.vue
index c0c8ad0..6d3d7a6 100644
--- a/pages/shop/photoAlbum/photoManage.vue
+++ b/pages/shop/photoAlbum/photoManage.vue
@@ -275,7 +275,7 @@
.titles-bar {
width: 6rpx;
height: 30rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
margin-right: 10rpx;
border-radius: 5rpx;
}
diff --git a/pages/shop/photoAlbum/videoList.vue b/pages/shop/photoAlbum/videoList.vue
index abd5501..0d11f06 100644
--- a/pages/shop/photoAlbum/videoList.vue
+++ b/pages/shop/photoAlbum/videoList.vue
@@ -24,7 +24,7 @@
@click="isManage ? toggleSelect(index2) : goAdd(class_type,item2)">
+ :src="selectedItems.includes(index2) ? '/static/images/agree_y.png' : '/static/images/icons/no_icon2.png'">
@@ -47,7 +47,7 @@
v-if="imgVideoList" @click="isManage ? toggleSelect(index2) : goAdd(class_type,item2)">
+ :src="selectedItems.includes(index2) ? '/static/images/agree_y.png' : '/static/images/icons/no_icon2.png'">
@@ -474,10 +474,10 @@
width: 278rpx;
height: 98rpx;
border-radius: 49rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
font-weight: 400;
font-size: 32rpx;
- color: #E8101E;
+ color: #FF4767;
text-align: center;
font-style: normal;
}
@@ -485,7 +485,7 @@
.container-buttons-sure {
width: 278rpx;
height: 98rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 32rpx;
@@ -497,7 +497,7 @@
.container-buttons-sure2 {
width: 710rpx;
height: 98rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 38rpx;
diff --git a/pages/shop/qualification_sj_change.vue b/pages/shop/qualification_sj_change.vue
index de7f180..7bef678 100644
--- a/pages/shop/qualification_sj_change.vue
+++ b/pages/shop/qualification_sj_change.vue
@@ -170,7 +170,7 @@
长久有效
@@ -178,7 +178,7 @@
指定日期有效
@@ -314,7 +314,7 @@
@click="selectMerchantType(item)">
{{ item.label }}
@@ -2252,7 +2252,7 @@ export default {
.title-bar {
width: 6rpx;
height: 30rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
margin-right: 7rpx;
border-radius: 5rpx;
}
@@ -2405,7 +2405,7 @@ export default {
width: 60rpx;
height: 60rpx;
border: 4rpx solid #fff;
- border-top: 4rpx solid #E8101E;
+ border-top: 4rpx solid #FF4767;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 16rpx;
@@ -2511,8 +2511,8 @@ export default {
}
.radio.checked {
- background-color: #E8101E;
- border-color: #E8101E;
+ background-color: #FF4767;
+ border-color: #FF4767;
}
.radio-icon-image {
@@ -2614,7 +2614,7 @@ export default {
.change-info-btn,
.view-change-btn,
.resubmit-btn {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
/* 双按钮行样式 */
@@ -2635,7 +2635,7 @@ export default {
}
.submit-btn {
- background: linear-gradient(180deg, #F52540 0%, #E8101E 100%, #E8101E 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
border-radius: 43rpx;
padding: 0 15rpx;
}
@@ -2732,7 +2732,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
.popup-btn .btn-text {
@@ -2752,7 +2752,7 @@ export default {
}
.confirm-text {
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -2857,13 +2857,13 @@ export default {
}
.tip-btn.cancel {
- border: #E8101E 2rpx solid;
+ border: #FF4767 2rpx solid;
background-color: transparent;
- color: #e8101e;
+ color: #FF4767;
}
.tip-btn.confirm {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
color: #FFFFFF;
}
@@ -2902,7 +2902,7 @@ export default {
right: -10rpx;
width: 36rpx;
height: 36rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 50%;
display: flex;
align-items: center;
diff --git a/pages/shop/service-detail.nvue b/pages/shop/service-detail.nvue
index c92093e..17e7151 100644
--- a/pages/shop/service-detail.nvue
+++ b/pages/shop/service-detail.nvue
@@ -527,14 +527,14 @@
.price-symbol {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
margin-right: 2rpx;
}
.price-value {
font-size: 32rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -655,7 +655,7 @@
.look-btn {
width: 130rpx;
height: 56rpx;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
display: flex;
flex-flow: row nowrap;
justify-content: center;
@@ -665,7 +665,7 @@
.look-text {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
}
/* 评论区域 */
@@ -734,7 +734,7 @@
font-size: 16rpx;
padding: 0 8rpx;
border-radius: 12rpx;
- color: #E8101E;
+ color: #FF4767;
background-color: rgba(255, 148, 180, 0.50);
margin-right: 8rpx;
}
@@ -852,7 +852,7 @@
.submit-btn {
width: 410rpx;
height: 64rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 32rpx;
color: #FFFFFF;
font-size: 28rpx;
diff --git a/pages/shop/service-skills.vue b/pages/shop/service-skills.vue
index 1c8ed7a..0007c80 100644
--- a/pages/shop/service-skills.vue
+++ b/pages/shop/service-skills.vue
@@ -20,7 +20,7 @@
@@ -36,7 +36,7 @@
@@ -743,7 +743,7 @@
.title-bar {
width: 6rpx;
height: 30rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
margin-right: 10rpx;
border-radius: 5rpx;
}
@@ -810,8 +810,8 @@
}
.checkbox.checked {
- background-color: #E8101E;
- border-color: #E8101E;
+ background-color: #FF4767;
+ border-color: #FF4767;
}
.check-icon {
@@ -896,11 +896,11 @@
}
.change-info-btn {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
.view-change-btn {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
/* 双按钮行样式 */
@@ -921,7 +921,7 @@
}
.submit-btn {
- background: linear-gradient(180deg, #F52540 0%, #E8101E 100%, #E8101E 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
border-radius: 43rpx;
padding: 0 15rpx;
}
diff --git a/pages/shop/servicesyr-home.nvue b/pages/shop/servicesyr-home.nvue
index 7dd7841..a5aa9df 100644
--- a/pages/shop/servicesyr-home.nvue
+++ b/pages/shop/servicesyr-home.nvue
@@ -427,7 +427,7 @@ export default {
}
.tab-item.active .tab-lable {
- color: #E8101E;
+ color: #FF4767;
}
.tab-line {
width: 32rpx;
@@ -437,7 +437,7 @@ export default {
}
.tab-item.active .tab-line {
- background: #E8101E;
+ background: #FF4767;
}
.info-content {
@@ -455,7 +455,7 @@ export default {
.check-text {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
margin-left: 12rpx;
}
diff --git a/pages/shop/set.vue b/pages/shop/set.vue
index 79214c1..98539f4 100644
--- a/pages/shop/set.vue
+++ b/pages/shop/set.vue
@@ -139,7 +139,7 @@ page {
font-weight: 500;
&.btn_change_yes {
box-sizing: border-box;
- background: #e8101e;
+ background: #FF4767;
color: #ffffff;
text-align: left;
padding-left: 15rpx;
diff --git a/pages/shop/sj-info-change.vue b/pages/shop/sj-info-change.vue
index 9f5dac9..924baf2 100644
--- a/pages/shop/sj-info-change.vue
+++ b/pages/shop/sj-info-change.vue
@@ -1246,7 +1246,7 @@
.title-bar {
width: 6rpx;
height: 30rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
margin-right: 7rpx;
border-radius: 5rpx;
}
@@ -1418,7 +1418,7 @@
.change-info-btn,
.view-change-btn,
.resubmit-btn {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
.action-buttons-row {
@@ -1438,7 +1438,7 @@
}
.submit-btn {
- background: linear-gradient(180deg, #F52540 0%, #E8101E 100%, #E8101E 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
border-radius: 43rpx;
padding: 0 15rpx;
}
@@ -1548,7 +1548,7 @@
}
.popup-btn.confirm {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
}
.popup-btn .btn-text {
@@ -1660,13 +1660,13 @@
}
.tip-btn.cancel {
- border: #E8101E 2rpx solid;
+ border: #FF4767 2rpx solid;
background-color: transparent;
- color: #e8101e;
+ color: #FF4767;
}
.tip-btn.confirm {
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
color: #FFFFFF;
}
diff --git a/pages/shop/staff/addStaff.vue b/pages/shop/staff/addStaff.vue
index 9eb0dd6..baec068 100644
--- a/pages/shop/staff/addStaff.vue
+++ b/pages/shop/staff/addStaff.vue
@@ -58,7 +58,7 @@
温馨提示:
- 门店商家主动邀请入驻的
+ 门店商家主动邀请入驻的
合作型服务从业者,需线下达成合作协议后,邀请员工入驻成为挂靠手艺人后,再进行添加操作。
@@ -68,7 +68,7 @@
门店商家主动邀请入驻的合作型服务从业者,需线下达成合作协议后,
- 员工入驻成为门店手艺人后(搜索美融融手艺人)
+ 员工入驻成为门店手艺人后(搜索美融融手艺人)
,再进行添加操作。
@@ -296,7 +296,7 @@
border: 1rpx solid rgba(232, 16, 30, 0.28);
font-weight: 400;
font-size: 24rpx;
- color: #e8101e;
+ color: #FF4767;
text-align: right;
font-style: normal;
}
@@ -334,7 +334,7 @@
.mc-line {
width: 6rpx;
height: 22rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 4rpx;
margin-right: 10rpx;
}
@@ -385,7 +385,7 @@
.item-index {
font-weight: 500;
font-size: 18rpx;
- color: #e8101e;
+ color: #FF4767;
text-align: left;
font-style: normal;
width: 30rpx;
@@ -434,7 +434,7 @@
.agreement-btn {
width: 710rpx;
height: 98rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 38rpx;
diff --git a/pages/shop/staff/components/orderCard.vue b/pages/shop/staff/components/orderCard.vue
index bf5c4b8..0e03f0b 100644
--- a/pages/shop/staff/components/orderCard.vue
+++ b/pages/shop/staff/components/orderCard.vue
@@ -176,7 +176,7 @@
.stateText {
font-size: 28rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 39rpx;
}
@@ -212,7 +212,7 @@
.service-price {
font-weight: 500;
font-size: 24rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -240,7 +240,7 @@
letter-spacing: 2px;
text-align: left;
font-style: normal;
- background: linear-gradient(166deg, #fc5e72 0%, #e8101e 100%);
+ background: linear-gradient(166deg, #fc5e72 0%, #FF4767 100%);
border-radius: 6rpx;
padding: 4rpx 4rpx 4rpx 8rpx;
margin-right: 13rpx;
@@ -298,7 +298,7 @@
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #e8101e;
- color: #e8101e;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
\ No newline at end of file
diff --git a/pages/shop/staff/components/search-box.vue b/pages/shop/staff/components/search-box.vue
index 0e93444..1554e91 100644
--- a/pages/shop/staff/components/search-box.vue
+++ b/pages/shop/staff/components/search-box.vue
@@ -44,7 +44,7 @@
},
bgClor: {
type: String,
- default: "linear-gradient(134deg, #f52540 0%, #e8101e 100%)",
+ default: "linear-gradient(134deg, #f52540 0%, #FF4767 100%)",
},
showAdd: {
type: Boolean,
@@ -123,7 +123,7 @@
justify-content: center;
align-items: center;
position: relative;
- background: linear-gradient(134deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(134deg, #f52540 0%, #FF4767 100%);
transform: translateY(0rpx);
}
@@ -195,7 +195,7 @@
display: flex;
justify-content: center;
align-items: center;
- background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
+ background: linear-gradient(306deg, #FF4767 0%, #fc563b 100%);
background-size: cover;
color: #fff;
font-size: 26rpx;
diff --git a/pages/shop/staff/detail.vue b/pages/shop/staff/detail.vue
index c878ed9..c3f38a1 100644
--- a/pages/shop/staff/detail.vue
+++ b/pages/shop/staff/detail.vue
@@ -486,7 +486,7 @@
height: 52rpx;
line-height: 52rpx;
border-radius: 26rpx;
- background-color: #e8101e;
+ background-color: #FF4767;
display: flex;
flex-flow: row nowrap;
justify-content: center;
@@ -552,7 +552,7 @@
// 选中态样式
&.active {
- color: #e8101e; // 红色文字(匹配设计)
+ color: #FF4767; // 红色文字(匹配设计)
&::after {
content: "";
@@ -562,7 +562,7 @@
transform: translateX(-50%);
width: 28rpx;
height: 6rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 3rpx;
}
}
@@ -597,7 +597,7 @@
// 选中态样式
&.active {
- color: #e8101e;
+ color: #FF4767;
background-color: #fee5e7; // 深粉色(更贴近设计的选中色)
}
}
@@ -618,7 +618,7 @@
margin: 20rpx auto;
width: 710rpx;
height: 98rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 38rpx;
diff --git a/pages/shop/staff/distribution-service.vue b/pages/shop/staff/distribution-service.vue
index 034b965..706b209 100644
--- a/pages/shop/staff/distribution-service.vue
+++ b/pages/shop/staff/distribution-service.vue
@@ -1,7 +1,7 @@
+ backgroundColor="linear-gradient( 134deg, #F52540 0%, #FF4767 100%)" titleColor="#fff" borderBottom="none">
@@ -21,9 +21,9 @@
{{ item.title }}
- ¥
+ ¥
{{ item.server_price }}
+ style="color: #FF4767; font-size: 28rpx">{{ item.server_price }}
@@ -95,7 +95,7 @@
.container-tip-text {
font-weight: 400;
font-size: 26rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
@@ -174,7 +174,7 @@
border-radius: 27rpx;
border: 1rpx solid rgba(232, 16, 30, 0.5);
font-size: 24rpx;
- color: #e8101e;
+ color: #FF4767;
text-align: left;
font-style: normal;
}
diff --git a/pages/shop/staff/manage.vue b/pages/shop/staff/manage.vue
index 09037aa..aad5e6e 100644
--- a/pages/shop/staff/manage.vue
+++ b/pages/shop/staff/manage.vue
@@ -1,7 +1,7 @@
@@ -205,7 +205,7 @@
/* 预先设置透明边框,防止切换时布局跳动 */
&.active {
- color: #e8101e;
+ color: #FF4767;
font-weight: 500;
position: relative;
@@ -219,7 +219,7 @@
/* 激活时显示红色边框 */
width: 34rpx;
height: 6rpx;
- background: linear-gradient(306deg, #e8101e 0%, #fc563b 100%);
+ background: linear-gradient(306deg, #FF4767 0%, #fc563b 100%);
border-radius: 3rpx;
}
}
@@ -303,7 +303,7 @@
margin: 0 20rpx;
width: 710rpx;
height: 98rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 49rpx;
font-weight: 400;
font-size: 38rpx;
diff --git a/pages/shop/staff/serviceList.vue b/pages/shop/staff/serviceList.vue
index 8636f8f..61d3860 100644
--- a/pages/shop/staff/serviceList.vue
+++ b/pages/shop/staff/serviceList.vue
@@ -1,9 +1,9 @@
-
+
@@ -15,9 +15,9 @@
{{ item.title }}
- ¥
+ ¥
{{ item.server_price }}
+ style="color: #FF4767; font-size: 28rpx">{{ item.server_price }}
{{ item.server_time }}分钟
@@ -219,7 +219,7 @@
width: 670rpx;
height: 86rpx;
border-radius: 100rpx;
- background: #e8101e;
+ background: #FF4767;
font-weight: 400;
font-size: 34rpx;
color: #ffffff;
diff --git a/pages/shop/staff/staffDetail.vue b/pages/shop/staff/staffDetail.vue
index 857ede7..6e77b00 100644
--- a/pages/shop/staff/staffDetail.vue
+++ b/pages/shop/staff/staffDetail.vue
@@ -165,7 +165,7 @@
border: 2rpx solid rgba(232, 16, 30, 0.28);
font-weight: 400;
font-size: 24rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 32rpx;
text-align: right;
font-style: normal;
diff --git a/pages/shop/staff/unbundleList.vue b/pages/shop/staff/unbundleList.vue
index 1c49b87..9a015ad 100644
--- a/pages/shop/staff/unbundleList.vue
+++ b/pages/shop/staff/unbundleList.vue
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/pages/shop/workSpace/components/workSpaceCard.vue b/pages/shop/workSpace/components/workSpaceCard.vue
index 388aacb..d48c182 100644
--- a/pages/shop/workSpace/components/workSpaceCard.vue
+++ b/pages/shop/workSpace/components/workSpaceCard.vue
@@ -282,7 +282,7 @@ export default {
top: 0;
width: 160rpx;
height: 100%;
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
display: flex;
justify-content: center;
@@ -336,17 +336,17 @@ export default {
.price-symbol {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-value {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-unit {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.status-tag {
@@ -367,7 +367,7 @@ export default {
.status-tag.state2 .status-text {
font-weight: 400;
font-size: 26rpx;
-color: #E8101E;
+color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
diff --git a/pages/shop/workSpace/list.vue b/pages/shop/workSpace/list.vue
index c9a83ac..fc4b36f 100644
--- a/pages/shop/workSpace/list.vue
+++ b/pages/shop/workSpace/list.vue
@@ -348,7 +348,7 @@
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/shop/workSpace/saleList.vue b/pages/shop/workSpace/saleList.vue
index 6068598..b17345b 100644
--- a/pages/shop/workSpace/saleList.vue
+++ b/pages/shop/workSpace/saleList.vue
@@ -320,7 +320,7 @@
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/syr/components/orderCard.vue b/pages/syr/components/orderCard.vue
index 4da2ca8..996c782 100644
--- a/pages/syr/components/orderCard.vue
+++ b/pages/syr/components/orderCard.vue
@@ -189,7 +189,7 @@
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
\ No newline at end of file
diff --git a/pages/syr/home.vue b/pages/syr/home.vue
index 52d3d38..dc092de 100644
--- a/pages/syr/home.vue
+++ b/pages/syr/home.vue
@@ -179,7 +179,7 @@
},
],
chartOpts: {
- color: ["#E8101E"],
+ color: ["#FF4767"],
padding: [15, 15, 0, 15],
enableScroll: false,
legend: false,
@@ -671,7 +671,7 @@
height: 52rpx;
line-height: 52rpx;
border-radius: 26rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
display: flex;
flex-flow: row nowrap;
justify-content: center;
@@ -761,7 +761,7 @@
width: 70rpx;
height: 6rpx;
border-radius: 4rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
position: absolute;
bottom: -10rpx;
z-index: 99;
@@ -833,7 +833,7 @@
}
.order-state-item.active {
- background: linear-gradient(43deg, #f52540 0%, #E8101E 100%);
+ background: linear-gradient(43deg, #f52540 0%, #FF4767 100%);
}
.order-state-item.active .state-name,
@@ -935,7 +935,7 @@
.action-btn.verify .action-text {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
}
.nothings-box {
diff --git a/pages/syr/manHour/addManHour.vue b/pages/syr/manHour/addManHour.vue
index facc2b1..470bd44 100644
--- a/pages/syr/manHour/addManHour.vue
+++ b/pages/syr/manHour/addManHour.vue
@@ -711,13 +711,13 @@ font-style: normal;
.btn-draft {
background-color: #ffffff;
- color: #E8101E;
- border: 2rpx solid #E8101E;
+ color: #FF4767;
+ border: 2rpx solid #FF4767;
box-sizing: border-box;
}
.btn-submit {
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
}
.form-step {
@@ -867,7 +867,7 @@ font-style: normal;
/* #endif */
.redTip {
- color: #E8101E;
+ color: #FF4767;
font-size: 24rpx;
margin-left: 10rpx;
}
diff --git a/pages/syr/manHour/components/class_select.vue b/pages/syr/manHour/components/class_select.vue
index bcb2bf3..3c90b56 100644
--- a/pages/syr/manHour/components/class_select.vue
+++ b/pages/syr/manHour/components/class_select.vue
@@ -184,7 +184,7 @@ export default {
color: #333333;
}
.activeText {
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -212,9 +212,9 @@ export default {
border: 2rpx solid transparent;
}
.secondClassItemActive {
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
background: rgba(252, 67, 124, 0.1);
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -224,7 +224,7 @@ export default {
margin-top: 30rpx;
font-size: 26rpx;
.red {
- color: #E8101E;
+ color: #FF4767;
}
}
.fixBottomBtn {
@@ -241,10 +241,10 @@ export default {
.btn {
width: 100%;
height: 39rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
border-radius: 39rpx;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
}
}
diff --git a/pages/syr/manHour/components/manHourCard.vue b/pages/syr/manHour/components/manHourCard.vue
index 54ba73c..48b73d0 100644
--- a/pages/syr/manHour/components/manHourCard.vue
+++ b/pages/syr/manHour/components/manHourCard.vue
@@ -282,7 +282,7 @@ export default {
top: 0;
width: 160rpx;
height: 100%;
- background-color: #E8101E;
+ background-color: #FF4767;
color: #ffffff;
display: flex;
justify-content: center;
@@ -336,17 +336,17 @@ export default {
.price-symbol {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-value {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.price-unit {
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
}
.status-tag {
@@ -367,7 +367,7 @@ export default {
.status-tag.state2 .status-text {
font-weight: 400;
font-size: 26rpx;
-color: #E8101E;
+color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
diff --git a/pages/syr/manHour/components/orderCard.vue b/pages/syr/manHour/components/orderCard.vue
index 1eb482d..7e76749 100644
--- a/pages/syr/manHour/components/orderCard.vue
+++ b/pages/syr/manHour/components/orderCard.vue
@@ -166,7 +166,7 @@ export default {
margin-bottom: 40rpx;
.stateText {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 39rpx;
}
}
@@ -213,7 +213,7 @@ export default {
.service-price {
font-weight: 500;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
}
}
@@ -275,7 +275,7 @@ font-style: normal;
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
diff --git a/pages/syr/manHour/list.vue b/pages/syr/manHour/list.vue
index 5bd9828..1e373a3 100644
--- a/pages/syr/manHour/list.vue
+++ b/pages/syr/manHour/list.vue
@@ -351,7 +351,7 @@ font-style: normal;
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/syr/manHour/saleList.vue b/pages/syr/manHour/saleList.vue
index 47fd849..5ecdc07 100644
--- a/pages/syr/manHour/saleList.vue
+++ b/pages/syr/manHour/saleList.vue
@@ -309,7 +309,7 @@
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/syr/manHourDetail.vue b/pages/syr/manHourDetail.vue
index 905323e..3542ca0 100644
--- a/pages/syr/manHourDetail.vue
+++ b/pages/syr/manHourDetail.vue
@@ -80,7 +80,7 @@
支付小计
- {{ orderInfo.order_money }}元
@@ -723,13 +723,13 @@ page {
margin-left: 60rpx;
}
.btn-border {
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
background-color: #fff;
box-sizing: border-box;
margin-left: 60rpx;
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
font-size: 28rpx;
@@ -739,7 +739,7 @@ page {
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
/* 权限提示 */
diff --git a/pages/syr/migration.vue b/pages/syr/migration.vue
index 7ac9c6f..ddfc88e 100644
--- a/pages/syr/migration.vue
+++ b/pages/syr/migration.vue
@@ -236,7 +236,7 @@
.jump-button {
width: 100%;
height: 100rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 60rpx;
display: flex;
align-items: center;
diff --git a/pages/syr/my.vue b/pages/syr/my.vue
index e0293fb..3447801 100644
--- a/pages/syr/my.vue
+++ b/pages/syr/my.vue
@@ -314,7 +314,7 @@
flex-flow: row nowrap;
justify-content: center;
align-items: center;
- border: 1rpx solid #E8101E;
+ border: 1rpx solid #FF4767;
background-color: #FFF1F1;
border-radius: 22rpx;
box-sizing: border-box;
@@ -334,7 +334,7 @@
.verified-text {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
}
.verified-text.no {
@@ -401,7 +401,7 @@
line-height: 30rpx;
text-align: left;
font-style: normal;
- color: #E8101E;
+ color: #FF4767;
}
.function-list {
diff --git a/pages/syr/shoporder-detail.vue b/pages/syr/shoporder-detail.vue
index c8ba45a..54ab2e5 100644
--- a/pages/syr/shoporder-detail.vue
+++ b/pages/syr/shoporder-detail.vue
@@ -890,7 +890,7 @@
.real-price {
font-size: 32rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
.icon {
font-size: 20rpx;
@@ -1001,14 +1001,14 @@
}
.btn-border {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
background-color: #fff;
box-sizing: border-box;
margin-left: 60rpx;
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
@@ -1020,7 +1020,7 @@
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
/* APP适配 */
diff --git a/pages/syr/shoporders.vue b/pages/syr/shoporders.vue
index a3ae68c..8165090 100644
--- a/pages/syr/shoporders.vue
+++ b/pages/syr/shoporders.vue
@@ -261,18 +261,18 @@ export default {
.rating-score {
font-size: 16rpx;
- color: #E8101E;
+ color: #FF4767;
margin-left: 68rpx;
}
.currency {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
}
.amount {
font-size: 32rpx;
- color: #E8101E;
+ color: #FF4767;
font-weight: 500;
}
@@ -314,7 +314,7 @@ export default {
}
.load-date {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
}
.load-text {
diff --git a/pages/syr/userorder-detail.vue b/pages/syr/userorder-detail.vue
index 81c10fb..f670994 100644
--- a/pages/syr/userorder-detail.vue
+++ b/pages/syr/userorder-detail.vue
@@ -899,7 +899,7 @@
.real-price {
font-size: 32rpx;
font-weight: 500;
- color: #E8101E;
+ color: #FF4767;
.icon {
font-size: 20rpx;
@@ -1010,14 +1010,14 @@
}
.btn-border {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
background-color: #fff;
box-sizing: border-box;
margin-left: 60rpx;
}
.btn-bg {
- background-color: #E8101E;
+ background-color: #FF4767;
}
.button-text {
@@ -1029,7 +1029,7 @@
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
- color: #E8101E;
+ color: #FF4767;
}
/* APP适配 */
diff --git a/pages/syr/userorders.vue b/pages/syr/userorders.vue
index ae934c2..6dd6e49 100644
--- a/pages/syr/userorders.vue
+++ b/pages/syr/userorders.vue
@@ -326,7 +326,7 @@
.rating-score {
font-size: 16rpx;
- color: #E8101E;
+ color: #FF4767;
margin-left: 68rpx;
}
@@ -380,7 +380,7 @@
.load-date {
font-size: 24rpx;
- color: #E8101E;
+ color: #FF4767;
}
.load-text {
diff --git a/pages/syr/workstation/buyList.vue b/pages/syr/workstation/buyList.vue
index af5b825..aba63ac 100644
--- a/pages/syr/workstation/buyList.vue
+++ b/pages/syr/workstation/buyList.vue
@@ -281,7 +281,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 3rpx;
}
diff --git a/pages/syr/workstation/buyWorkstation.vue b/pages/syr/workstation/buyWorkstation.vue
index bf2cc2c..9dd7620 100644
--- a/pages/syr/workstation/buyWorkstation.vue
+++ b/pages/syr/workstation/buyWorkstation.vue
@@ -633,7 +633,7 @@
.filter__left__select__item.active {
.filter__left__select__item__title {
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -736,7 +736,7 @@
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 3rpx;
}
@@ -771,11 +771,11 @@
}
.icon-tab.active .icon-text {
- color: #E8101E;
+ color: #FF4767;
}
.icon-tab.active .icon-img {
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
.service-list {
diff --git a/pages/syr/workstation/components/buyOrderCard.vue b/pages/syr/workstation/components/buyOrderCard.vue
index 48a8e06..635c68e 100644
--- a/pages/syr/workstation/components/buyOrderCard.vue
+++ b/pages/syr/workstation/components/buyOrderCard.vue
@@ -141,14 +141,14 @@ export default {
justify-content: center;
font-weight: 400;
font-size: 26rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 37rpx;
text-align: left;
font-style: normal;
width: 160rpx;
height: 58rpx;
border-radius: 32rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
}
}
}
diff --git a/pages/syr/workstation/components/orderCard.vue b/pages/syr/workstation/components/orderCard.vue
index 6ae4f3f..d3d7a04 100644
--- a/pages/syr/workstation/components/orderCard.vue
+++ b/pages/syr/workstation/components/orderCard.vue
@@ -181,7 +181,7 @@ export default {
margin-bottom: 40rpx;
.stateText {
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 39rpx;
}
}
@@ -228,7 +228,7 @@ export default {
.service-price {
font-weight: 500;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
}
}
@@ -289,7 +289,7 @@ font-style: normal;
/* 接单按钮 */
.accept-btn {
- border: 2rpx solid #E8101E;
- color: #E8101E;
+ border: 2rpx solid #FF4767;
+ color: #FF4767;
}
diff --git a/pages/syr/workstation/workstationDetail.vue b/pages/syr/workstation/workstationDetail.vue
index ed0b5ef..6cfaf02 100644
--- a/pages/syr/workstation/workstationDetail.vue
+++ b/pages/syr/workstation/workstationDetail.vue
@@ -234,7 +234,7 @@ export default {
&__price {
font-weight: 500;
font-size: 36rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 50rpx;
text-align: left;
font-style: normal;
@@ -332,10 +332,10 @@ font-style: normal;
width: 696rpx;
height: 78rpx;
border-radius: 798rpx;
- border: 2rpx solid #E8101E;
+ border: 2rpx solid #FF4767;
font-weight: 400;
font-size: 30rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 39rpx;
text-align: right;
font-style: normal;
diff --git a/pages/syr/workstation/workstationOrder.vue b/pages/syr/workstation/workstationOrder.vue
index a808314..3f05714 100644
--- a/pages/syr/workstation/workstationOrder.vue
+++ b/pages/syr/workstation/workstationOrder.vue
@@ -238,7 +238,7 @@ export default {
margin-top: 38rpx;
font-weight: 500;
font-size: 28rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 34rpx;
text-align: left;
font-style: normal;
@@ -291,7 +291,7 @@ export default {
&__price {
font-weight: 500;
font-size: 42rpx;
- color: #E8101E;
+ color: #FF4767;
line-height: 59rpx;
font-style: normal;
}
@@ -299,7 +299,7 @@ export default {
&__right {
width: 188rpx;
height: 68rpx;
- background: linear-gradient(73deg, #fe78b3 0%, #E8101E 100%);
+ background: linear-gradient(73deg, #fe78b3 0%, #FF4767 100%);
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
diff --git a/pages/user/components/project-tabs.vue b/pages/user/components/project-tabs.vue
index cb50375..6e3f47e 100644
--- a/pages/user/components/project-tabs.vue
+++ b/pages/user/components/project-tabs.vue
@@ -157,7 +157,7 @@ export default {
height: 18rpx;
}
.active {
- color: #e8101e;
+ color: #FF4767;
}
.tab-active-indicator {
position: absolute;
@@ -166,7 +166,7 @@ export default {
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
- background: linear-gradient(107deg, #f84c63 0%, #e8101e 100%);
+ background: linear-gradient(107deg, #f84c63 0%, #FF4767 100%);
border-radius: 10rpx;
}
}
@@ -212,7 +212,7 @@ export default {
}
.active {
background: #ffecf0;
- color: #e8101e;
+ color: #FF4767;
font-weight: 500;
transform: scale(1.05);
}
diff --git a/pages/user/components/serviceCardList.vue b/pages/user/components/serviceCardList.vue
index b0f6063..f8d43c4 100644
--- a/pages/user/components/serviceCardList.vue
+++ b/pages/user/components/serviceCardList.vue
@@ -157,7 +157,7 @@ export default {
padding: 0 8rpx;
height: 38rpx;
line-height: 38rpx;
- background: linear-gradient(124deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(124deg, #f52540 0%, #FF4767 100%);
border-radius: 12rpx 2rpx 12rpx 2rpx;
font-size: 22rpx;
color: #ffffff;
@@ -225,7 +225,7 @@ export default {
.price {
font-weight: 500;
font-size: 26rpx;
- color: #e8101e;
+ color: #FF4767;
}
.service_time {
font-size: 26rpx;
@@ -264,7 +264,7 @@ export default {
width: 144rpx;
height: 60rpx;
line-height: 60rpx;
- background: linear-gradient(107deg, #f84c63 0%, #e8101e 100%);
+ background: linear-gradient(107deg, #f84c63 0%, #FF4767 100%);
border-radius: 30rpx;
text-align: center;
color: #fff;
diff --git a/pages/user/employee-detail.vue b/pages/user/employee-detail.vue
index 410e326..a0bfc02 100644
--- a/pages/user/employee-detail.vue
+++ b/pages/user/employee-detail.vue
@@ -1024,7 +1024,7 @@
width: 448rpx;
height: 86rpx;
margin-left: 240rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 43rpx;
display: flex;
align-items: center;
diff --git a/pages/user/store-detail.vue b/pages/user/store-detail.vue
index 334df00..e7de41f 100644
--- a/pages/user/store-detail.vue
+++ b/pages/user/store-detail.vue
@@ -1313,7 +1313,7 @@
transition: all 0.3s ease;
&.active {
- color: #E8101E;
+ color: #FF4767;
}
}
}
@@ -1442,7 +1442,7 @@
.showcase-tag {
font-size: 20rpx;
- color: #E8101E;
+ color: #FF4767;
background: rgba(232, 16, 30, 0.1);
border-radius: 15rpx;
padding: 4rpx 12rpx;
diff --git a/pages/user/syr-detail.vue b/pages/user/syr-detail.vue
index b707045..55eaf51 100644
--- a/pages/user/syr-detail.vue
+++ b/pages/user/syr-detail.vue
@@ -648,14 +648,14 @@
align-items: center;
background: #ffffff;
border-radius: 8rpx;
- border: 2rpx solid #e8101e;
+ border: 2rpx solid #FF4767;
padding-right: 10rpx;
&__text {
font-family: DINPro, DINPro;
font-weight: bold;
font-size: 20rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 24rpx;
text-align: left;
font-style: normal;
@@ -672,7 +672,7 @@
justify-content: center;
font-weight: 500;
font-size: 20rpx;
- color: #e8101e;
+ color: #FF4767;
text-align: left;
font-style: normal;
}
diff --git a/pages/wallet/alipay.vue b/pages/wallet/alipay.vue
index 900eeaf..45e3e87 100644
--- a/pages/wallet/alipay.vue
+++ b/pages/wallet/alipay.vue
@@ -417,7 +417,7 @@ button {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 22rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 30rpx;
text-align: left;
font-style: normal;
diff --git a/pages/wallet/alipayAccount.vue b/pages/wallet/alipayAccount.vue
index 248ae34..e396139 100644
--- a/pages/wallet/alipayAccount.vue
+++ b/pages/wallet/alipayAccount.vue
@@ -377,10 +377,10 @@ export default {
width: 666rpx;
height: 84rpx;
border-radius: 69rpx;
- border: 2rpx solid #e8101e;
+ border: 2rpx solid #FF4767;
font-weight: 500;
font-size: 32rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 45rpx;
text-align: left;
font-style: normal;
diff --git a/pages/wallet/components/addPop.vue b/pages/wallet/components/addPop.vue
index 3488642..1070379 100644
--- a/pages/wallet/components/addPop.vue
+++ b/pages/wallet/components/addPop.vue
@@ -80,10 +80,10 @@ export default {
width: 666rpx;
height: 84rpx;
border-radius: 69rpx;
- border: 2rpx solid #e8101e;
+ border: 2rpx solid #FF4767;
font-weight: 500;
font-size: 32rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 45rpx;
text-align: left;
font-style: normal;
diff --git a/pages/wallet/components/cashPop.vue b/pages/wallet/components/cashPop.vue
index c471439..d560fe3 100644
--- a/pages/wallet/components/cashPop.vue
+++ b/pages/wallet/components/cashPop.vue
@@ -171,7 +171,7 @@ export default {
font-style: normal;
}
.popRed {
- color: #e8101e;
+ color: #FF4767;
}
}
.pop-btn {
@@ -181,7 +181,7 @@ export default {
justify-content: center;
width: 672rpx;
height: 96rpx;
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #f52540 0%, #FF4767 100%);
border-radius: 48rpx;
font-weight: 500;
font-size: 34rpx;
diff --git a/pages/wallet/wallet.vue b/pages/wallet/wallet.vue
index 7d87de1..80d5710 100644
--- a/pages/wallet/wallet.vue
+++ b/pages/wallet/wallet.vue
@@ -315,7 +315,7 @@
font-family: DINPro, DINPro;
font-weight: 500;
font-size: 36rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 46rpx;
text-align: left;
font-style: normal;
@@ -357,7 +357,7 @@
margin-top: 69rpx;
width: 614rpx;
height: 88rpx;
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #ff8e9d 0%, #FF4767 100%);
border-radius: 44rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@@ -414,14 +414,14 @@
.tabActive {
font-weight: 500;
- color: #e8101e;
+ color: #FF4767;
}
.walletDetailTab.tabActive::after {
content: "";
width: 56rpx;
height: 8rpx;
- background: #e8101e;
+ background: #FF4767;
border-radius: 5rpx;
position: absolute;
left: 50%;
@@ -469,7 +469,7 @@
justify-content: center;
width: 430rpx;
height: 86rpx;
- background: linear-gradient(181deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(181deg, #f52540 0%, #FF4767 100%);
border-radius: 43rpx;
font-weight: 400;
font-size: 36rpx;
diff --git a/pages/wallet/withdrawCash.vue b/pages/wallet/withdrawCash.vue
index 4b699a8..67e3ea0 100644
--- a/pages/wallet/withdrawCash.vue
+++ b/pages/wallet/withdrawCash.vue
@@ -431,7 +431,7 @@ export default {
.cash-card-text1 {
font-weight: 400;
font-size: 30rpx;
- color: #e8101e;
+ color: #FF4767;
line-height: 42rpx;
text-align: left;
font-style: normal;
@@ -512,7 +512,7 @@ export default {
justify-content: center;
width: 710rpx;
height: 108rpx;
- background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
+ background: linear-gradient(180deg, #f52540 0%, #FF4767 100%);
border-radius: 55rpx;
font-weight: 400;
font-size: 42rpx;
diff --git a/static/css/common.css b/static/css/common.css
index 997106c..15c3944 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -575,7 +575,7 @@ page {
height: 64rpx;
text-align: center;
line-height: 64rpx;
- background-color: #E8101E;
+ background-color: #FF4767;
border-radius: 32rpx;
position: fixed;
left: 24rpx;
@@ -607,7 +607,7 @@ page {
}
.fixed-btn {
height: 80rpx;
- background: #E8101E;
+ background: #FF4767;
border-radius: 40rpx;
display: flex;
align-items: center;
diff --git a/static/images/agree_y.png b/static/images/agree_y.png
index 811e97f..e53c94b 100644
Binary files a/static/images/agree_y.png and b/static/images/agree_y.png differ
diff --git a/utils/ui-config.js b/utils/ui-config.js
index 28c229e..a8f2f8a 100644
--- a/utils/ui-config.js
+++ b/utils/ui-config.js
@@ -694,9 +694,9 @@ function buildSheet() {
conectTexts: "[' ',' ',' ']",
baseColor: "#898989 ", //协议文案非协议部分颜色
//operatorColor: "#FFB5C5", //单独设置运营商协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
- oneColor: "#E8101E", //单独设置第一个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
- twoColor: "#E8101E", //单独设置第二个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
- threeColor: "#E8101E", //单独设置第三个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
+ oneColor: "#FF4767", //单独设置第一个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
+ twoColor: "#FF4767", //单独设置第二个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
+ threeColor: "#FF4767", //单独设置第三个协议富文本颜色,该字段优先级最高,设置了该字段之后protocolColor字段设置的将失效,若该字段不设置,则采用protocolColor的值
},
setAppPrivacyOne: {
title: '《用户注册协议》',