css calc()

w

https://developer.mozilla.org/en-US/docs/Web/CSS/calc

The calc() CSS function can be used anywhere a <length><frequency><angle><time><number>, or <integer> is required. With calc(), you can perform calculations to determine CSS property values.

It is possible to nest calc() function, the internal ones being considered as simple parenthesis ().

原文地址:https://www.cnblogs.com/rsapaper/p/6430599.html