• CSS属性继承


    在CSS中有一些属性是可以继承的,跟继承家产一样,哎,一代一代的往下传,而有些属性就比较惨了,不能继承,只能自己来设置。

    我简略的总结了一下一些可以继承和不可以继承的属性

    可继承

      1.字体系列属性:font-family,font-size

      2.文本系列属性:text-indent,line-height,color

      3.元素可见性:visibility

      4.表格布局属性:border-style

      5.列表布局属性:list-style list-style-type

      6.生成内容属性:quotes

      7.光标属性:cursor

      8.声音属性:speak

    不可继承

      1.宽高:height,width

      2.最小最大宽高:max-height,min-height,max-width,min-width

      3.dispaly

      4.文本阴影:text-shadow

      5.背景属性:background

      6.浮动属性:float

      7.生成内容:content

      8.层级属性:z-index

      9.定位属性:position,left,right,top,bottom

      10:盒模型属性:margin,padding,border

    继承和不可继承的属性还有很多,这里我只列出来常见的一些,剩下的大家可以自己尝试一下嘛

  • 相关阅读:
    11-3 多道批处理系统
    URAL 1108 简单的树形dp背包问题
    POJ 2486 树形dp
    HDU 2242 连通分量缩点+树形dp
    POJ 3140 Contestants Division
    POJ 2378 Tree Cutting
    ZOJ 3201 树形背包问题
    POJ 1655 Balancing Act && POJ 3107 Godfather
    COJ 1351 Tree Counting 动态规划
    codeforces 219D 树形dp
  • 原文地址:https://www.cnblogs.com/suihang/p/11171628.html
Copyright © 2020-2023  润新知