美文网首页
background-size

background-size

作者: 子却 | 来源:发表于2018-09-29 09:58 被阅读0次

规定背景图像的尺寸

<style>
    background-image:url("xxx");
    <!--直接规定具体的数值-->
    background-size:100px 200px;
</style>

其它属性

  • background-size : cover; 把背景图像扩展至足够大,以使背景图像完全覆盖背景区域;
    注:背景图像的某些部分也许无法显示在背景定位区域中。

  • background-size : containe;把图像图像扩展至最大尺寸,以使其宽度和高度完全适应内容区域

相关文章

网友评论

      本文标题:background-size

      本文链接:https://www.haomeiwen.com/subject/tqrvoftx.html