1、border-radius
标准:
border-top-left-radius: x y // 左上角,x 圆角水平半径, y 圆角垂直半径
border-top-right-radius:x y
border-bottom-right-radius:x y
border-bottom-left-radius:x y
FF:
-moz-border-radius-topleft
-moz-border-radius-topright
-moz-border-radius-bottomright
-moz-border-radius-bottomleft
chrome:(标准基础上加前缀)
-webkit-border-top-left-radius
-webkit-border-top-right-radius
-webkit-border-bottom-left-radius
-webkit-border-bottom-right-radius