html中给button设置背景图片
button{width: 100px;height:45px;background: url("vue1/test2.png") no-repeat;border-style: none;}因为默认的button会有边框,需将其去除,然后将button背景图片设置为no-repeat就可以了...
·
button{
width: 100px;
height:45px;
background: url("vue1/test2.png") no-repeat;
border-style: none;
}
因为默认的button会有边框,需将其去除,然后将button背景图片设置为no-repeat就可以了
更多推荐
已为社区贡献2条内容
所有评论(0)