【CSS】width和height计算

width:calc(100% - 20px);
width:-webkit-calc(100% - 20px);//chrome
width:-moz-calc(100% - 20px);//firefox
height:calc(80% + 20px);
height:-webkit-calc(80% + 20px);//chrome
height:-moz-calc(80% + 20px);//firefox

特别注意:+或者-两边都要用空格隔开!!!

 

posted @ 2017-11-28 13:18  朝雾轻寒  阅读(3468)  评论(0编辑  收藏  举报