2 Star 0 Fork 0

mingchen3398/jz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
cmc 提交于 2019-04-01 09:25 . 初始化
page {
background-color: #f8f8f8;
height: 100%;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial;
font-size: 0rpx;
}
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
box-sizing: border-box;
font-size: 28rpx;
line-height: 24rpx;
color: #222;
}
.right {
width: 12rpx;
height: 18rpx;
}
.tab {
position: fixed;
width: 100%;
bottom: 0rpx;
background: #fff;
border-top: 2rpx solid #acacac;
height: 92rpx;
padding-bottom: 4rpx;
z-index: 99999;
}
.ipx {
padding-bottom: 68rpx;
}
.tabnav {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.tablist {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 20rpx;
color: #8c8c8c;
}
.tabimg {
width: 60rpx;
height: 60rpx;
margin-top: 8rpx;
margin-bottom: 0rpx;
}
.foot {
height: 100rpx;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mingchen3398/jz.git
git@gitee.com:mingchen3398/jz.git
mingchen3398
jz
jz
master

搜索帮助