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

圆形状态,见下图:

猜你喜欢

转载自www.cnblogs.com/wm218/p/10879337.html