Skip to main content

可以用的样式

文本样式

  • color:文本颜色
  • font-family:字体系列
  • font-size:字体大小
  • font-weight:字体粗细
  • font-style:字体样式(斜体、正常)
  • text-decoration:文本装饰(下划线、删除线等)
  • text-align:文本对齐方式
  • line-height:行高
  • letter-spacing:字符间距
  • word-spacing:单词间距
  • text-shadow:文本阴影
  • list-style:列表样式

背景样式

  • background-color:背景颜色
  • background-image:背景图片
  • background-repeat:背景图片重复方式
  • background-position:背景图片位置
  • background-size:背景图片大小

边框样式

  • border:边框样式
  • border-width:边框宽度
  • border-color:边框颜色
  • border-radius:边框圆角

其他

  • cursor:鼠标光标样式
  • opacity:元素透明度