背景大小 | background-size (Backgrounds & Borders) - CSS 中文开发手册 - Break易站
2021-01-25 23:16
标签:auth syn 背景图 约束 适应 round 页面 init tle 背景大小 | background-size (Backgrounds & Borders) - CSS 中文开发手册 background-size CSS属性指定一个元素的背景图像的大小。图像可以保留其自然大小,拉伸到一个新的大小,或约束,以适应可用空间,同时保持其固有的比例。 背景大小 | background-size (Backgrounds & Borders) - CSS 中文开发手册 - Break易站 标签:auth syn 背景图 约束 适应 round 页面 init tle 原文地址:https://www.cnblogs.com/breakyizhan/p/13233269.html/* Keyword values */
background-size: cover;
background-size: contain;
/* One-value syntax */
/* the width of the image (height becomes ‘auto‘) */
background-size: 50%;
background-size: 3.2em;
background-size: 12px;
background-size: auto;
/* Two-value syntax */
/* first value: width of the image, second value: height */
background-size: 50% auto;
background-size: 3em 25%;
background-size: auto 6px;
background-size: auto auto;
/* Multiple backgrounds */
background-size: auto, auto; /* Not to be confused with `auto auto` */
background-size: 50%, 25%, 25%;
background-size: 6px, auto, contain;
/* Global values */
background-size: inherit;
background-size: initial;
background-size: unset;
上一篇:nunit+aspnetcore,如何对有依赖注入的服务进行单元测试
下一篇:脚本 | @media.scripting (Media Queries) - CSS 中文开发手册 - Break易站
文章标题:背景大小 | background-size (Backgrounds & Borders) - CSS 中文开发手册 - Break易站
文章链接:http://soscw.com/index.php/essay/47017.html