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; }