1 Star 0 Fork 56

Admin / tt-app-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.ttss 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2019-12-04 13:36 . first commit
@import 'weui/weui.ttss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.wxParse-img {
display: block !important;
}
.space {
height:20rpx;
background-color: #F2f2f2;
}
.safeAreaOldPaddingBttom {
padding-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewPaddingBttom{
padding-bottom: constant(safe-area-inset-bottom);
}
.safeAreaOldMarginBttom {
margin-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewMarginBttom{
margin-bottom: constant(safe-area-inset-bottom);
}
JavaScript
1
https://gitee.com/moocang_MrMChen/tt-app-mall.git
git@gitee.com:moocang_MrMChen/tt-app-mall.git
moocang_MrMChen
tt-app-mall
tt-app-mall
master

搜索帮助