#box { width: 200px; height: 200px; background: #00f; border-radius: 50%; /* 兼容chrome浏览器 或者safari浏览器 */ -webkit-border-radius: 5px; /* 兼容火狐浏览器 */ -moz-border-radius: 5px; /* 兼容欧鹏浏览器 */ -o-border-radius: 5px; /* 兼容IE浏览器 */ -ms-border-radius: 5px; }