1 Star 0 Fork 21

Adminhcf/iread

forked from 寻找距离/iread 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻找距离 提交于 2020-05-11 15:00 . first commit
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
.page {
width: 100%;
height: 100%;
background-color: #f7f7f7;
/* position: absolute; */
}
.page-fill {
width: 100%;
height: 100%;
background-color: #f7f7f7;
position: absolute;
}
/* 线条 */
.line-wrap {
padding: 0upx 35upx;
}
.line {
height: 1px;
background-color: #e3e3e3;
}
/* 这是隐藏滚动条的,在单个页面设置不管用 */
::-webkit-scrollbar {
display: none;
}
.bcolor{
background-color: #52A9EC;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/haocaifei_haocaifei/iread.git
[email protected]:haocaifei_haocaifei/iread.git
haocaifei_haocaifei
iread
iread
master

搜索帮助