美文网首页
css的百分比

css的百分比

作者: percykuang | 来源:发表于2020-09-12 10:53 被阅读0次

    相对于父级宽度的属性

    -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的百分比

          本文链接:https://www.haomeiwen.com/subject/klqwektx.html