.box{ width:(100/10px) }
这样子,除数带单位,被除数不带单位会报错?是语言限制了还是有其他方法解决,或者.我写错了
.box {width: 100px/2 + 2in;}.box {width: (100px/2);}.box {width: 100px/2;}