CSS0022: background 属性 简写 方式
2021-03-03 08:28
阅读:435
标签:icon 简写 col round repeat 方式 btn center 属性 1, CSS0022: background 属性 简写 方式 标签:icon 简写 col round repeat 方式 btn center 属性 原文地址:https://www.cnblogs.com/eliteboy/p/14280721.html
.btnDivL .L1 {
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-image: url(‘../icon/L1.png‘);
/* 简写 */
background: url(‘../icon/L1.png‘) no-repeat center / 100% 100%;
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:CSS0022: background 属性 简写 方式
文章链接:http://soscw.com/index.php/essay/59438.html
文章标题:CSS0022: background 属性 简写 方式
文章链接:http://soscw.com/index.php/essay/59438.html
评论
亲,登录后才可以留言!