公告板
版本库
filestore
活动
搜索
登录
main
/
jsek-applet
京师E课小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
图书分类、图书列表、图书详情·页测试bug修改
闫增涛
2024-03-21
b273028fde3178d2643312c66d943b12f2c1bfad
[jsek-applet.git]
/
app.wxss
1
2
3
4
5
6
7
8
9
10
11
@import 'style/iconfont.wxss';
@import 'style/theme.wxss';
page {
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}