修改主题言责

This commit is contained in:
gaoxs
2020-07-11 17:40:27 +08:00
parent 86949f3732
commit 34565e6bf4
148 changed files with 90 additions and 82 deletions

View File

@ -193,7 +193,7 @@ export default {
display: none;
}
.pic-box-color-active {
background-color: #00c17b !important;
background-color: #eb3729 !important;
color: #fff !important;
}
.picList {
@ -288,7 +288,7 @@ export default {
.payment-top {
width: 100%;
height: 3.5 * 100rpx;
background-color: #00c17b;
background-color: #eb3729;
}
.payment-top .name {
font-size: 0.26 * 100rpx;

View File

@ -369,14 +369,14 @@ export default {
.order-status-num {
min-width: 0.33 * 100rpx;
background-color: #fff;
color: #00c17b;
color: #eb3729;
border-radius: 15px;
position: absolute;
right: -0.14 * 100rpx;
top: -0.15 * 100rpx;
font-size: 0.2 * 100rpx;
padding: 0 0.08 * 100rpx;
border: 1px solid #00c17b;
border: 1px solid #eb3729;
}
.pictrue {

View File

@ -97,6 +97,9 @@ export default {
// document.title = !id ? "添加地址" : "修改地址";
this.getUserAddress();
district().then(res => {
// city_list 市
// county_list 区
// province_list 省
this.districts = res.data;
});
},