mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +08:00
8 lines
219 B
SCSS
8 lines
219 B
SCSS
/* 页面公共scss */
|
|
.container {
|
|
padding-top: var(--status-bar-height);//uni-app提供了状态栏高度的css变量--status-bar-height
|
|
background-color: $custom-bg-color;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|