CSS0022: background 属性 简写 方式

2021-03-03 08:28

阅读:435

标签: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


评论


亲,登录后才可以留言!