css3 样式中居然可以 进行运算啦 calc()函数

70 阅读1分钟

.box {``width``: calc(``100% - ``20px``);}

.list {``margin-top``: calc(``60px / ``3 - ``5px``);}