Task:选择城市,搜索按钮颜色调整
This commit is contained in:
@@ -66,8 +66,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
border-left: 6rpx solid #FD574B;
|
border-left: 6rpx solid #C52733;
|
||||||
color: #FD574B;
|
color: #C52733;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
@confirm="search"
|
@confirm="search"
|
||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
:src="webUrl + '/20220903142935869059.png'"
|
:src="webUrl + '/orderIcon/search.png'"
|
||||||
class="icon"
|
class="icon"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
@click="search"
|
@click="search"
|
||||||
@@ -507,10 +507,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item.on {
|
.item.on {
|
||||||
border-left: 6rpx solid #FD574B;
|
border-left: 6rpx solid #C52733;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
color: #FD574B;
|
color: #C52733;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -530,7 +530,7 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 18rpx 0;
|
margin: 18rpx 0;
|
||||||
padding: 8rpx 0 0 8rpx;
|
padding: 8rpx 0 0 8rpx;
|
||||||
border-left: 6rpx solid #FD574B;
|
border-left: 6rpx solid #C52733;
|
||||||
color: #262626;
|
color: #262626;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
line-height: 30rpx;
|
line-height: 30rpx;
|
||||||
|
|||||||
@@ -685,7 +685,7 @@ page {
|
|||||||
|
|
||||||
.address {
|
.address {
|
||||||
margin-left: 4rpx;
|
margin-left: 4rpx;
|
||||||
color: #FD574B;
|
color: #C52733;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
line-height: 36rpx;
|
line-height: 36rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export default {
|
|||||||
.btn {
|
.btn {
|
||||||
width: 128rpx;
|
width: 128rpx;
|
||||||
height: 54rpx;
|
height: 54rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
border-radius: 28rpx;
|
border-radius: 28rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -427,7 +427,7 @@ export default {
|
|||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 100rpx;
|
border-radius: 100rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -206,8 +206,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
border-left: 6rpx solid #FD574B;
|
border-left: 6rpx solid #C52733;
|
||||||
color: #FD574B;
|
color: #C52733;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ export default {
|
|||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
margin-top: 56rpx;
|
margin-top: 56rpx;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export default {
|
|||||||
},
|
},
|
||||||
isSelectMode: false,
|
isSelectMode: false,
|
||||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||||
bgColor: ["#FD574B", "#0DC5C5", "#3F57DA", "#FF4F48"],
|
bgColor: ["#C52733", "#0DC5C5", "#3F57DA", "#FF4F48"],
|
||||||
pageKeyId: Object.freeze('userBankCardIndex')
|
pageKeyId: Object.freeze('userBankCardIndex')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ export default {
|
|||||||
.btn-save {
|
.btn-save {
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
margin-top: 80rpx;
|
margin-top: 80rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ export default {
|
|||||||
.btn-save {
|
.btn-save {
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
margin-top: 80rpx;
|
margin-top: 80rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -464,7 +464,7 @@ export default {
|
|||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
margin: 54rpx 0 40rpx;
|
margin: 54rpx 0 40rpx;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -97,11 +97,11 @@ export default {
|
|||||||
width: 68rpx;
|
width: 68rpx;
|
||||||
height: 48rpx;
|
height: 48rpx;
|
||||||
padding-bottom: 8rpx;
|
padding-bottom: 8rpx;
|
||||||
border-bottom: 6rpx solid #FD574B;
|
border-bottom: 6rpx solid #C52733;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 48rpx;
|
line-height: 48rpx;
|
||||||
color: #FD574B;
|
color: #C52733;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ export default {
|
|||||||
.btn {
|
.btn {
|
||||||
width: 128rpx;
|
width: 128rpx;
|
||||||
height: 54rpx;
|
height: 54rpx;
|
||||||
background: #FD574B;
|
background: #C52733;
|
||||||
border-radius: 28rpx;
|
border-radius: 28rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user