rounded-{0 | top | right | bottom | left | circle } 边角半径设置 - bootStrap4常用CSS笔记(2019-05-16 09:38)

.rounded

四边都带有0.25rem的半径,见下图

.rounded-0

四边都是直角,见下图:

.rounded-left

左上角、左上角都带有0.25rem的半径,见下图:

.rounded-top

左上角、右上角都带有0.25rem的半径,见下图:

.rounded-right

右上角、右下角都带有0.25rem的半径,见下图:

.rounded-bottom

左下角、右下角都带有0.25rem的半径,见下图:

.rounded-circle

圆形状态,见下图:

posted @ 2019-05-17 08:24  1024记忆  阅读(874)  评论(0编辑  收藏  举报