background-image: url(s.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-size: 百分比: x轴 y轴
contain 等比例缩小 没有填满元素
auto 默认值 跟没写一样
cover 等比例放大 填满元素 背景图片自适应
size 要写在position的后面
background-origin:border-box; 背景图像边界框的相对位置
background-origin:content-box;背景图像的相对位置的内容框
background-clip: padding-box;背景图像在边框以内
background-clip: content-box;背景图像的相对位置的内容框