消除锯齿的方法:1、使用-webkit-font-smoothing属性,语法“-webkit-font-smoothing:antialiased”;2、使用transform属性,语法“transform:translateZ(0)”。 本教程操作环境:windows7系统、CSS3&&…