Task:选择城市,搜索按钮颜色调整

This commit is contained in:
modendeveloper
2025-01-13 22:43:06 +08:00
parent 432177604f
commit 4bc50aac9c
13 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ export default {
height: 80rpx;
margin-top: 56rpx;
border-radius: 8rpx;
background: #FD574B;
background: #C52733;
color: #FFFFFF;
font-size: 28rpx;
}
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
},
isSelectMode: false,
webUrl: this.$VUE_APP_RESOURCES_URL,
bgColor: ["#FD574B", "#0DC5C5", "#3F57DA", "#FF4F48"],
bgColor: ["#C52733", "#0DC5C5", "#3F57DA", "#FF4F48"],
pageKeyId: Object.freeze('userBankCardIndex')
}
},
+1 -1
View File
@@ -216,7 +216,7 @@ export default {
.btn-save {
height: 80rpx;
margin-top: 80rpx;
background: #FD574B;
background: #C52733;
line-height: 80rpx;
}
}
+1 -1
View File
@@ -223,7 +223,7 @@ export default {
.btn-save {
height: 80rpx;
margin-top: 80rpx;
background: #FD574B;
background: #C52733;
line-height: 80rpx;
}
}
+1 -1
View File
@@ -464,7 +464,7 @@ export default {
height: 80rpx;
margin: 54rpx 0 40rpx;
border-radius: 8rpx;
background: #FD574B;
background: #C52733;
color: #FFFFFF;
font-size: 28rpx;
font-weight: bold;