Task:选择城市,搜索按钮颜色调整
This commit is contained in:
@@ -97,11 +97,11 @@ export default {
|
||||
width: 68rpx;
|
||||
height: 48rpx;
|
||||
padding-bottom: 8rpx;
|
||||
border-bottom: 6rpx solid #FD574B;
|
||||
border-bottom: 6rpx solid #C52733;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
line-height: 48rpx;
|
||||
color: #FD574B;
|
||||
color: #C52733;
|
||||
}
|
||||
|
||||
.item {
|
||||
|
||||
@@ -130,7 +130,7 @@ export default {
|
||||
.btn {
|
||||
width: 128rpx;
|
||||
height: 54rpx;
|
||||
background: #FD574B;
|
||||
background: #C52733;
|
||||
border-radius: 28rpx;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user