index.less 187 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
// 定义网站 HTML 元素的样式
html,
body {
    width: 100vw;
    height: 100vh;
}
ion-content{
    height: 100%;
}
.ion-page{
    position: relative !important;
    height: 100%;
}