Bootstrap

Bootstrap 5-实用工具-高度(height)

高度占百分比

 • h-25
 • h-50
 • h-75
 • h-100
(height:25/50/75/100%)

代码图

效果图

高度自动

 • h-auto(height:auto)

代码图

效果图

最大高度占百分比

 • mh-100(max-height:100%)

代码图

效果图

最大高度自动

 • mh-auto(max-height:auto)

代码图

效果图

;