CSS3 background-origin
作者:互联网
background-origin
background-origin
规定了指定背景图片background-image
属性的原点位置的背景相对区域.
注意:当使用 background-attachment
为fixed时,该属性将被忽略不起作用。
属性值
border-box
- 背景图片的摆放以border区域为参考
padding-box
- 背景图片的摆放以padding区域为参考
content-box
- 背景图片的摆放以content区域为参考
-
下面来个例子即可:
标签:CSS3,origin,box,摆放,background,border,背景图片 来源: https://www.cnblogs.com/bi-hu/p/15245866.html