使用calc()设置内容高度 - 2018-05-07

2018-05-07  本文已影响0人  勇敢的小拽马
<div class="content">
  <!-- content -->
</div>
<div class="footer">footer</div>
.content {
  min-height: calc(100vh - 70px);
}
.footer {
  height: 50px;
}
上一篇下一篇

猜你喜欢

热点阅读