feat(order): 主题色样式问题处理
This commit is contained in:
parent
68c423c703
commit
a56794e2e2
|
@ -554,7 +554,7 @@ export default {
|
|||
background: #f5f6f8; // margin-right: 40rpx;
|
||||
}
|
||||
.seatch_r {
|
||||
background: #005BAC;
|
||||
background: #fb3024;
|
||||
border-radius: 50%;
|
||||
padding: 8rpx;
|
||||
margin-left: 24rpx;
|
||||
|
@ -610,7 +610,7 @@ export default {
|
|||
.heng {
|
||||
width: 24px;
|
||||
height: 2px;
|
||||
background: #ed1d25;
|
||||
background: #005BAC;
|
||||
border-radius: 1px 1px 1px 1px;
|
||||
margin-top: 4rpx;
|
||||
}
|
||||
|
@ -712,7 +712,7 @@ export default {
|
|||
font-size: 24rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #005BAC;
|
||||
color: #fb3024;
|
||||
}
|
||||
|
||||
.tit5 {
|
||||
|
@ -777,7 +777,7 @@ export default {
|
|||
color: #333333;
|
||||
border-bottom: 2rpx solid #eeeeee;
|
||||
.top_red {
|
||||
color: #005BAC;
|
||||
color: #fb3024;
|
||||
}
|
||||
}
|
||||
.typesBox {
|
||||
|
|
Loading…
Reference in New Issue