1 Star 3 Fork 0

北京易写科技有限公司/b2cmobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
易写科技 提交于 2024-11-05 17:53 . 系统初始化
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yixiekeji/b2cmobile.git
git@gitee.com:yixiekeji/b2cmobile.git
yixiekeji
b2cmobile
b2cmobile
master

搜索帮助