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