zoukankan      html  css  js  c++  java
  • CSS常见可以继承的属性

     个人总结的,虽然不全,但是常见:

     1、字体系列属性

      font-family:字体系列

      font-weight:字体的粗细

      font-size:字体的大小

      font-style:字体的风格

     2、文本系列属性

      text-indent:文本缩进

      text-align:文本水平对齐

      line-height:行高

      word-spacing:单词之间的间距

      letter-spacing:中文或者字母之间的间距

      text-transform:控制文本大小写(就是uppercase、lowercase、capitalize这三个)

      color:文本颜色

      3、元素可见性:

      visibility:控制元素显示隐藏

      4、列表布局属性:

      list-style:列表风格,包括list-style-type、list-style-image等

      5、光标属性:

      cursor:光标显示为何种形态

  • 相关阅读:
    列表和元组
    UVM宏
    UVM中重要函数
    组合模式(composite)
    装饰器模式(Decorator)
    适配器模式(Adapter)
    桥接模式
    原型模式(prototype)
    单例模式(singleton)
    UML类图
  • 原文地址:https://www.cnblogs.com/webpon/p/13649355.html
Copyright © 2011-2022 走看看