瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
741 B

<script>
export default {
onLaunch: function() {
},
onShow: function() {
this.$store.commit('initConfig')
this.$store.commit('getCityList')
},
onHide: function() {
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import url("uni.css");
@import url("common.scss");
body,page{
background-color: #f3f3f3;
font-size: 30rpx;
}
.page{
padding-top: var(--window-top);
padding-bottom: env(safe-area-inset-bottom);
}
.pageList{
/deep/ .uv-search__content__input{
padding: 10rpx !important;
}
}
.uv-drop-down{
background: transparent !important;
border: none !important;
justify-content: space-around !important;
// .uv-text__value{
// color: #fff !important;
// }
}
</style>