一定要注意中间横线的间距才有效果
正确
width: calc(50% - 10px);
错误
width:calc(50%-10px);
正确
width: calc(50% - 10px);
错误
width:calc(50%-10px);
相关文章: