代码拉取完成,页面将自动刷新
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/*每个页面公共css */
page {
// 设置整个项目的背景色
background-color: #f7f7f5;
// 设置项目高度
height:100vh;
// 设置项目字体
font-family: 'PingFang SC';
}
checkbox .wx-checkbox-input,
checkbox .uni-checkbox-input { // 复选框样式
border-radius: 50%;
border-color: #1C9B64 ;
width: 13px;
height: 13px;
}
checkbox .uni-checkbox-input:hover{
border-color: #1C9B64 !important;
}
checkbox .uni-checkbox-input svg{
transform:translate(-50%, -50%) scale(0.46);
}
uni-tabbar{
z-index: 9 !important;
}
.uni-data-checklist .checklist-group .checklist-box{
width: auto !important;
}
.uni-data-checklist .checklist-group.is-list{
flex-direction: row !important;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。