私有前缀是为了兼容老版本的写法,新版本浏览器无需添加
写法:
-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;