2 Star 0 Fork 0

Samler/diandi_wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
Samler 提交于 2021-06-06 01:31 . v1.0.0
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
.post-page-header {
width: calc(100% - 250rpx) !important
}
.request-page-header {
width: 100% !important
}
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.cu-bar.top {
position: fixed;
width: 100%;
top: 0;
z-index: 1024;
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
.cu-bar.foot.input {
min-height: calc(100rpx + constant(safe-area-inset-bottom));
min-height: calc(100rpx + env(safe-area-inset-bottom));
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Samler/diandi_wechat.git
git@gitee.com:Samler/diandi_wechat.git
Samler
diandi_wechat
diandi_wechat
master

搜索帮助