Skip to content

Border Radius

CSS 属性 border-radius 允许你设置元素的外边框圆角。当使用一个半径时确定一个圆形,当使用两个半径时确定一个椭圆。这个(椭)圆与边框的交集形成圆角效果。

圆角

Class属性
rounded-noneborder-radius: 0px;
rounded-xsborder-radius: 2px;
rounded-smborder-radius: 4px;
rounded-mdborder-radius: 6px;
rounded-lgborder-radius: 8px;
rounded-xlborder-radius: 12px;
rounded-2xlborder-radius: 16px;
rounded-3xlborder-radius: 24px;
rounded-fullborder-radius: 999px;

上 · 圆角

Class属性
rounded-t-noneborder-top-left-radius: 0px; border-top-right-radius: 0px;
rounded-t-xsborder-top-left-radius: 2px; border-top-right-radius: 2px;
rounded-t-smborder-top-left-radius: 4px; border-top-right-radius: 4px;
rounded-t-mdborder-top-left-radius: 6px; border-top-right-radius: 6px;
rounded-t-lgborder-top-left-radius: 8px; border-top-right-radius: 8px;
rounded-t-xlborder-top-left-radius: 12px; border-top-right-radius: 12px;
rounded-t-2xlborder-top-left-radius: 16px; border-top-right-radius: 16px;
rounded-t-3xlborder-top-left-radius: 24px; border-top-right-radius: 24px;
rounded-t-fullborder-top-left-radius: 999px; border-top-right-radius: 999px;

下 · 圆角

Class属性
rounded-b-noneborder-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
rounded-b-xsborder-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
rounded-b-smborder-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
rounded-b-mdborder-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
rounded-b-lgborder-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
rounded-b-xlborder-bottom-left-radius: 12px; border-bottom-right-radius: 12px;
rounded-b-2xlborder-bottom-left-radius: 16px; border-bottom-right-radius: 16px;
rounded-b-3xlborder-bottom-left-radius: 24px; border-bottom-right-radius: 24px;
rounded-b-fullborder-bottom-left-radius: 999px; border-bottom-right-radius: 999px;

右 · 圆角

Class属性
rounded-r-noneborder-top-right-radius: 0px; border-bottom-right-radius: 0px;
rounded-r-xsborder-top-right-radius: 2px; border-bottom-right-radius: 2px;
rounded-r-smborder-top-right-radius: 4px; border-bottom-right-radius: 4px;
rounded-r-mdborder-top-right-radius: 6px; border-bottom-right-radius: 6px;
rounded-r-lgborder-top-right-radius: 8px; border-bottom-right-radius: 8px;
rounded-r-xlborder-top-right-radius: 12px; border-bottom-right-radius: 12px;
rounded-r-2xlborder-top-right-radius: 16px; border-bottom-right-radius: 16px;
rounded-r-3xlborder-top-right-radius: 24px; border-bottom-right-radius: 24px;
rounded-r-fullborder-top-right-radius: 999px; border-bottom-right-radius: 999px;

左 · 圆角

Class属性
rounded-l-noneborder-top-left-radius: 0px; border-bottom-left-radius: 0px;
rounded-l-xsborder-top-left-radius: 2px; border-bottom-left-radius: 2px;
rounded-l-smborder-top-left-radius: 4px; border-bottom-left-radius: 4px;
rounded-l-mdborder-top-left-radius: 6px; border-bottom-left-radius: 6px;
rounded-l-lgborder-top-left-radius: 8px; border-bottom-left-radius: 8px;
rounded-l-xlborder-top-left-radius: 12px; border-bottom-left-radius: 12px;
rounded-l-2xlborder-top-left-radius: 16px; border-bottom-left-radius: 16px;
rounded-l-3xlborder-top-left-radius: 24px; border-bottom-left-radius: 24px;
rounded-l-fullborder-top-left-radius: 999px; border-bottom-left-radius: 999px;

左上 · 圆角

Class属性
rounded-tl-noneborder-top-left-radius: 0px;
rounded-tl-xsborder-top-left-radius: 2px;
rounded-tl-smborder-top-left-radius: 4px;
rounded-tl-mdborder-top-left-radius: 6px;
rounded-tl-lgborder-top-left-radius: 8px;
rounded-tl-xlborder-top-left-radius: 12px;
rounded-tl-2xlborder-top-left-radius: 16px;
rounded-tl-3xlborder-top-left-radius: 24px;
rounded-tl-fullborder-top-left-radius: 999px;

右上 · 圆角

Class属性
rounded-tr-noneborder-top-right-radius: 0px;
rounded-tr-xsborder-top-right-radius: 2px;
rounded-tr-smborder-top-right-radius: 4px;
rounded-tr-mdborder-top-right-radius: 6px;
rounded-tr-lgborder-top-right-radius: 8px;
rounded-tr-xlborder-top-right-radius: 12px;
rounded-tr-2xlborder-top-right-radius: 16px;
rounded-tr-3xlborder-top-right-radius: 24px;
rounded-tr-fullborder-top-right-radius: 999px;

左下 · 圆角

Class属性
rounded-bl-noneborder-bottom-left-radius: 0px;
rounded-bl-xsborder-bottom-left-radius: 2px;
rounded-bl-smborder-bottom-left-radius: 4px;
rounded-bl-mdborder-bottom-left-radius: 6px;
rounded-bl-lgborder-bottom-left-radius: 8px;
rounded-bl-xlborder-bottom-left-radius: 12px;
rounded-bl-2xlborder-bottom-left-radius: 16px;
rounded-bl-3xlborder-bottom-left-radius: 24px;
rounded-bl-fullborder-bottom-left-radius: 999px;

右下 · 圆角

Class属性
rounded-br-noneborder-bottom-right-radius: 0px;
rounded-br-xsborder-bottom-right-radius: 2px;
rounded-br-smborder-bottom-right-radius: 4px;
rounded-br-mdborder-bottom-right-radius: 6px;
rounded-br-lgborder-bottom-right-radius: 8px;
rounded-br-xlborder-bottom-right-radius: 12px;
rounded-br-2xlborder-bottom-right-radius: 16px;
rounded-br-3xlborder-bottom-right-radius: 24px;
rounded-br-fullborder-bottom-right-radius: 999px;