关于background的(css复合写法)
background: url("../icon/background.png") no-repeat center center / cover;
background-color 背景色
background-image 背景图
background-repeat 是否重复显示
background-position / background-size 背景图片位置 / 背景图片大小
注意:background-size是CSS3的属性
它要与background-position配合使用,中间有一个斜杠分隔符
本文详细讲解了CSS中如何使用background属性的复合写法,包括background-image设置背景图片,background-repeat决定是否重复,background-position调整图片位置,并通过background-size控制图片缩放。务必掌握background-size与position的配合使用技巧。
1444

被折叠的 条评论
为什么被折叠?



