1 Star 0 Fork 38

颜亲/eweapp

forked from tumobi/eweapp 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
app.wxss 534 Bytes
Copy Edit Raw Blame History
tumobi authored 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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ifengfu/eweapp.git
git@gitee.com:ifengfu/eweapp.git
ifengfu
eweapp
eweapp
master

Search