CSS: calc()

可以在css中计算单位值,比如

a{width:calc(100% - 20px);}

切记计算符号两边要有空格

http://caniuse.com/calc

Ruosen

Be a Geek, Do the right thing;