将圆角边框添加到 div 元素的左下角:
document.getElementById("myDIV").style.borderBottomLeftRadius = "25px";
亲自试一试 »
borderBottomLeftRadius 属性设置或返回左下角边框的形状。
提示:此属性允许您为元素添加圆角边框!
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
borderBottomLeftRadius | 5.0 | 9.0 | 4.0 | 5.0 | 10.5 |
返回 borderBottomLeftRadius 属性:
object.style.borderBottomLeftRadius
设置 borderBottomLeftRadius 属性:
object.style.borderBottomLeftRadius
= "length|
% [
length|
%]|initial|inherit"
Value | Description |
---|---|
length | Defines the shape of the bottom-left corner. Default value is 0 |
% | Defines the shape of the bottom-left corner in % |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 0 |
---|---|
返回值: | 一个字符串,表示元素的 border-bottom-left-radius 属性 |
CSS版本 | CSS3 |
CSS 参考:border-bottom-left-radius 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!