50 Star 123 Fork 38

tumobi / eweapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
tumobi 提交于 2017-08-07 13:19 . first commit
/**app.wxss**/
page{
background: #f4f4f4;
color: #333;
font-size: 14px;
min-height: 100%;
}
view, text, image, navigator, input, button{
box-sizing: border-box;
}
.container {
min-height: 100%;
box-sizing: border-box;
background: #f4f4f4;
}
.list-empty{
height: 100%;
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.list-empty .icon{
height: 200rpx;
width: 200rpx;
}
.list-empty .msg{
line-height: 40rpx;
font-size: 12px;
color: #999;
}
JavaScript
1
https://gitee.com/tumobi/eweapp.git
git@gitee.com:tumobi/eweapp.git
tumobi
eweapp
eweapp
master

搜索帮助