css calc()

71 阅读1分钟

calc这个css 函数也可以这么用 mark一下。在做响应式布局的时候用到了~

width: calc(100% - 80px);