修改主题言责
This commit is contained in:
@ -570,7 +570,7 @@ export default {
|
||||
|
||||
<style lang="less">
|
||||
page {
|
||||
background-color: #00c17b;
|
||||
background-color: #eb3729;
|
||||
}
|
||||
.bargainBnt_hui {
|
||||
font-size: 0.3*100rpx;
|
||||
|
@ -79,6 +79,6 @@ export default {
|
||||
|
||||
<style >
|
||||
page{
|
||||
background: #00c17b;
|
||||
background: #eb3729;
|
||||
}
|
||||
</style>
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted: function() {
|
||||
// document.querySelector('body').setAttribute('style', 'background-color:#00c17b');
|
||||
// document.querySelector('body').setAttribute('style', 'background-color:#eb3729');
|
||||
this.getCombinationList();
|
||||
},
|
||||
onReachBottom() {
|
||||
|
@ -223,11 +223,11 @@ export default {
|
||||
|
||||
&.active {
|
||||
.time {
|
||||
color: #00c17b;
|
||||
color: #eb3729;
|
||||
}
|
||||
|
||||
.state {
|
||||
background-color: #00c17b;
|
||||
background-color: #eb3729;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
border-radius: 30rpx;
|
||||
|
@ -71,7 +71,7 @@ export default {
|
||||
|
||||
<style scoped lang="less">
|
||||
page {
|
||||
background-color: #00c17b;
|
||||
background-color: #eb3729;
|
||||
}
|
||||
.poster-poster {
|
||||
height: unset !important;
|
||||
|
@ -61,7 +61,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="newProducts">
|
||||
<scroll-view scroll-y="false" scroll-x="true">
|
||||
<scroll-view :show-scrollbar="false" scroll-y="false" scroll-x="true">
|
||||
<view class="newProductsScroll">
|
||||
<view @click="goGoodsCon(item)" class="newProductsItem" v-for="(item, likeInfoIndex) in likeInfo" :key="likeInfoIndex">
|
||||
<view class="img-box">
|
||||
@ -101,7 +101,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="newProducts">
|
||||
<scroll-view scroll-y="false" scroll-x="true">
|
||||
<scroll-view :show-scrollbar="false" scroll-y="false" scroll-x="true">
|
||||
<view class="newProductsScroll">
|
||||
<view @click="goGoodsCon(item)" class="newProductsItem" v-for="(item, firstListIndex) in firstList" :key="firstListIndex">
|
||||
<view class="img-box">
|
||||
@ -246,8 +246,10 @@
|
||||
that.$set(that, 'menus', res.data.menus);
|
||||
that.$set(that, 'roll', res.data.roll);
|
||||
that.$set(that, 'activity', res.data.activity);
|
||||
if(res.data.activity){
|
||||
var activityOne = res.data.activity.shift();
|
||||
that.$set(that, 'activityOne', activityOne);
|
||||
}
|
||||
that.$set(that, 'info', res.data.info);
|
||||
that.$set(that, 'firstList', res.data.firstList);
|
||||
that.$set(that, 'bastList', res.data.bastList);
|
||||
|
@ -205,13 +205,13 @@
|
||||
|
||||
.order-submission .allAddress {
|
||||
width: 100%;
|
||||
background-image: linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
|
||||
background-image: linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
background-image: -webkit-linear-gradient(
|
||||
to bottom,
|
||||
#00c17b 0%,
|
||||
#00c17b 100%
|
||||
#eb3729 0%,
|
||||
#eb3729 100%
|
||||
);
|
||||
background-image: -moz-linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
|
||||
background-image: -moz-linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
padding-top: 1 * 100rpx;
|
||||
}
|
||||
|
||||
@ -279,9 +279,10 @@
|
||||
}
|
||||
|
||||
.order-submission .allAddress .address {
|
||||
width: 7.1 * 100rpx;
|
||||
width: 6.91 * 100rpx;
|
||||
height: 1.5 * 100rpx;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.order-submission .allAddress .line {
|
||||
|
@ -157,9 +157,9 @@ export default {
|
||||
width: 5.8 * 100rpx;
|
||||
height: 0.86 * 100rpx;
|
||||
border-radius: 0.43 * 100rpx;
|
||||
background-image: linear-gradient(to right, #00c17b 0%, #00c17b 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
|
||||
background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
|
||||
background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
|
||||
text-align: center;
|
||||
line-height: 0.86 * 100rpx;
|
||||
margin: 0.55 * 100rpx auto 0 auto;
|
||||
|
@ -754,7 +754,7 @@ export default {
|
||||
}
|
||||
.product-con .store-info .info .picTxt .addressBox .addressTxt {
|
||||
font-size: 0.24 * 100rpx;
|
||||
color: #00c17b;
|
||||
color: #eb3729;
|
||||
}
|
||||
|
||||
.product-con .store-info .praise {
|
||||
@ -842,7 +842,7 @@ export default {
|
||||
}
|
||||
|
||||
.footer .icon-shoucang1 {
|
||||
color: #00c17b;
|
||||
color: #eb3729;
|
||||
}
|
||||
|
||||
.product-con .product-intro .conter view {
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -97,6 +97,9 @@ export default {
|
||||
// document.title = !id ? "添加地址" : "修改地址";
|
||||
this.getUserAddress();
|
||||
district().then(res => {
|
||||
// city_list 市
|
||||
// county_list 区
|
||||
// province_list 省
|
||||
this.districts = res.data;
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user