CSS中的高度铺满整个屏幕

html, body {
  height: 100%;
}

.element {
  height: 100vh;
}

 

posted @ 2021-10-20 22:44  starlog  阅读(469)  评论(0编辑  收藏  举报