background-size
2021-11-06 本文已影响0人
hszz
background-size属性指定背景图片大小。
- 例子
div {
background: url(../static/images/icon_introduce_bg.png) 100% no-repeat;
background-size:100% 100%;
-moz-background-size:100% 100%
}
div {
background: url(../static/images/icon_introduce_bg.png) 100% no-repeat;
background-size:100% 100%;
-moz-background-size:100% 100%
}