background-image:url(red.jpg),url(blue.jpg); //后在后前在前
repeat-x
repeat-y
repeat
no-repeat
bakcground-repeat:space;//正好的空隙平铺
background-repeat:round;//没有空隙平铺
bakground-repeat:x柚 y柚,第二个背景图片x,y;
background-attachment:local;背景跟着滚动
background-position:20px 20px;//背景图片位置
background-position:center center;//背景图片水平垂直居中
background-position:right;
background-position:right 10px top 20px;
只显示背景大图片的一部分使用负数
background-image:url(1.jpg);
background-repeat:no-repeat;
background-position:0 -100;
背景线性渐变
background-image:linear-gradient(red,blue 20%,blue);可以设置每部分百分比
background-image:liner-gradient(45deg,red,blue);
背景图片大小
background-size:auto;//原始图片大小
background-size:100px 100px;
background-size:50% 50%;
background-size:cover;//盛满容器
background-size:contain;//图片高宽和容器一样大不超过
背景图片的所有代码和起来写
object-fit: cover; //图片自适应