borderRadius 属性是用于设置或返回四个 borderRadius 属性的简写属性。
四个边框半径属性是(按此顺序):
提示:此属性允许您为元素添加圆角!
Property | |||||
---|---|---|---|---|---|
borderRadius | Yes | 9.0 | Yes | Yes | Yes |
返回 borderRadius 属性:
object.style.borderRadius
设置 borderRadius 属性:
object.style.borderRadius
= "1-4 length|
% /
1-4 length|
%|initial|inherit"
笔记:每个半径的四个值按左上、右上、右下、左下的顺序给出。如果省略左下角,则与右上角相同。如果省略右下角,则与左上角相同。如果省略右上角,则与左上角相同。
Value | Description |
---|---|
length | Defines the shape of the corners. Default value is 0 |
% | Defines the shape of the corners 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-radius 属性 |
CSS版本 | CSS3 |
CSS 参考:边界半径属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!