您现在的位置:首页 >> 前端 >> 内容

CSS如何实现让背景图片填满DIV?

时间:2018/5/7 9:24:45 点击:

  核心提示:CSS如何实现让背景图片填满DIV?.l_button {background: url(../img/botton.png) no-repeat;background-size:100% 100%;...

CSS如何实现让背景图片填满DIV?

.l_button {
    background: url(../img/botton.png) no-repeat;
    background-size:100% 100%;  
    width: 118px;
    height: 39px;
}

Tags:CS SS S如 如何 
作者:网络 来源:最有趣的编程