提交 fa9f3496 编写于 作者: 雪洛's avatar 雪洛

feat: web端已支持backgroundColorContent

上级 a7635554
...@@ -83,10 +83,4 @@ ...@@ -83,10 +83,4 @@
<style> <style>
/*每个页面公共css */ /*每个页面公共css */
@import "./common/uni.css"; @import "./common/uni.css";
/* #ifdef WEB */
/* web版暂未支持backgroundColorContent使用此样式替代 */
page {
background-color: #efeff4;
}
/* #endif */
</style> </style>
...@@ -575,7 +575,8 @@ ...@@ -575,7 +575,8 @@
/* #ifdef APP */ /* #ifdef APP */
position: absolute; position: absolute;
height: 100%; height: 100%;
/* #else */ /* #endif */
/* #ifndef APP */
position: fixed; position: fixed;
top: var(--window-top); top: var(--window-top);
bottom: var(--window-bottom); bottom: var(--window-bottom);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册