1 Star 1 Fork 0

〓涩『果』〓/nutui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 941 Bytes
一键复制 编辑 原始数据 按行查看 历史
Next-Lyle 提交于 2022-05-11 11:37 . update .gitignore
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>
<style lang="scss">
/*每个页面公共css */
page,
#app {
width: 100%;
height: 100%;
.demo {
height: 100%;
background: #f7f8fa;
overflow-x: hidden;
overflow-y: auto;
padding: 0 17px 17px 17px;
&.full {
padding: 0 0 0 0;
h2 {
padding-left: 27px;
}
}
&.bg-w {
background: #fff;
}
&::-webkit-scrollbar {
width: 0;
background: transparent;
}
> .h2 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 14px;
color: rgba(144, 156, 164, 1);
padding: 0 10px;
font-weight: normal;
}
> .p {
font-size: 12px;
}
.card {
padding: 25px 18px;
background: rgba(255, 255, 255, 1);
}
}
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qi5000000/nutui.git
git@gitee.com:qi5000000/nutui.git
qi5000000
nutui
nutui
master

搜索帮助