background 有多个属性,包括:

  background-color: 背景颜色

  background-img:  背景图片

  background-position:  背景图像定位

  background-size:  背景图像大小

  background-origin:  定位区域

  background-repeat:  重复样式

  background-clip:  绘制区域

  background-attachment:  是否固定或者跟随页面滚动

  background可以简写,具体简写的顺序如下:

  background: color img-url repeat attachment position / size

 

相关文章:

  • 2022-12-23
  • 2022-01-11
  • 2022-01-01
  • 2021-11-20
  • 2021-08-12
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-08-21
  • 2022-12-23
相关资源
相似解决方案