css样式变量

var(--status-bar-height)、var(--window-top)、var(--window-bottom),

.top {
    /* #ifdef H5 */
    top: var(--window-top);
    /* #endif */
    top: 0;
}
.bottom {
    /* #ifdef H5 */
    top: var(--window-bottom);
    /* #endif */
    bottom: 0;
}

 

posted @ 2024-12-27 17:07  一招致命九虎山  阅读(15)  评论(0)    收藏  举报