规定背景图像的尺寸
<style>
background-image:url("xxx");
<!--直接规定具体的数值-->
background-size:100px 200px;
</style>
其它属性
-
background-size : cover; 把背景图像扩展至足够大,以使背景图像完全覆盖背景区域;
注:背景图像的某些部分也许无法显示在背景定位区域中。
- background-size : containe;把图像图像扩展至最大尺寸,以使其宽度和高度完全适应内容区域
网友评论