CSS中的高度铺满整个屏幕

html, body {
  height: 100%;
}

.element {
  height: 100vh;
}

 

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