修改主题言责
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;
|
||||
|
Reference in New Issue
Block a user