2023-07-03 17:49:29 +08:00
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
// onLaunch: function() {
|
|
|
|
// console.log('App Launch')
|
|
|
|
// },
|
|
|
|
// onShow: function() {
|
|
|
|
// console.log('App Show')
|
|
|
|
// },
|
|
|
|
// onHide: function() {
|
|
|
|
// console.log('App Hide')
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
@import "/style/css/layout.css";
|
|
|
|
@import "style/css/main.css";
|
|
|
|
@import "style/css/flex-main.css";
|
2023-07-25 17:17:59 +08:00
|
|
|
@import "/wxcomponents/vant/dist/common/index.css";
|
2023-07-19 18:12:19 +08:00
|
|
|
|
|
|
|
/deep/.uni-select {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/.uni-date-x--border {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/.superwei-combox {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2023-08-24 16:22:29 +08:00
|
|
|
|
|
|
|
/deep/.uni-pagination__num-tag {
|
|
|
|
width: 30px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/uni-button:after {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/.uni-numbox__minus {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/.uni-numbox__plus {
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
}
|
2023-07-19 18:12:19 +08:00
|
|
|
</style>
|