css的百分比

相对于父级宽度的属性

-max-widthmin-widthwidthleftrighttext-indentpaddingmargingrid-template-columnsgrid-auto-columnscolumn-gap

相对于父级高度的属性

max-heightmin-heightheighttopbottomgrid-template-rowsgrid-auto-rowsrow-gap

相对于主轴长度的属性

flex-basis

相对于继承字号的属性

font-size

相对于自身字号的属性

line-height

相对于自身宽高的属性

border-radiusbackground-sizeborder-image-widthtransform: translate()transform-originzoomclip-path

相对于行高的属性

vertical-align

特殊算法的属性

background-position (方向长度 / 该方向除背景图之外部分总长度)、border-image-slice (相对于图片尺寸)、filter 系列函数

如果自身设置 position: absolute

“父级”指:Boring:破坏文档流的div高度设为百分比是相对谁而言的?。

如果 position: fixed,“父级”指视口(父级不存在 transform 为非 none 值的情况下)。

你可能感兴趣的:(css的百分比)