向 div 元素的右下角添加圆角边框:
borderBottomRightRadius 属性设置或返回右下角边框的形状。
提示:该属性允许您向元素添加圆角边框!
IE9+、Firefox、Chrome、Safari 和 Opera 支持 borderBottomRightRadius 属性。
返回 borderBottomRightRadius 属性:
设置 borderBottomRightRadius 属性:
值 | 描述 |
---|---|
length | 定义右下角的形状。默认值是 0。 |
% | 以 % 形式定义右下角的形状。 |
initial | 设置该属性为它的默认值。请参阅 initial。 |
inherit | 从父元素继承该属性。请参阅 inherit。 |
默认值: | 0 |
---|---|
返回值: | 字符串,表示元素的 border-bottom-right-radius 属性。 |
CSS 版本 | CSS3 |
CSS 参考手册:border-bottom-right-radius 属性