background-image: url(s.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-size: 百分比: x軸 y軸
contain 等比例縮小 沒(méi)有填滿元素
auto 默認(rèn)值 跟沒(méi)寫一樣
cover 等比例放大 填滿元素 背景圖片自適應(yīng)
size 要寫在position的后面
background-origin:border-box;?背景圖像邊界框的相對(duì)位置
background-origin:content-box;背景圖像的相對(duì)位置的內(nèi)容框
background-clip: padding-box;背景圖像在邊框以內(nèi)
background-clip: content-box;背景圖像的相對(duì)位置的內(nèi)容框