使用这个样式就OK了 border-radius: 4px;
例子1
-webkit-border-radius:10px;
-moz-border-radius:10px;
例子2
height:300px;
line-height:300px;
-webkit-border-radius:300px;
-moz-border-radius:300px;
例子3
-webkit-border-top-left-radius:20px;
-webkit-border-bottom-right-radius:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-bottomright:20px;
例子4
height:300px;
-webkit-border-radius:180px;
-webkit-transform:rotatex(60deg);