码迷,mamicode.com
首页 > Web开发 > 详细

CSS0022: background 属性 简写 方式

时间:2021-01-15 12:16:11      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:icon   简写   col   round   repeat   方式   btn   center   属性   

1,

.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 属性 简写 方式

标签:icon   简写   col   round   repeat   方式   btn   center   属性   

原文地址:https://www.cnblogs.com/eliteboy/p/14280721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!