原图片和html的图片就是上面的
5 回答
zhangcl
TA贡献12条经验 获得超7个赞
来给你个万能的
background:url(path) no-repeat center/cover;
其中center/cover分别表示background-position和background-size。
注意在background里面用size的时候必须先用position,后面加上/,不能单用size。
cover可以改成contain或者实际宽高像素、百分比。
设置好div的width和height就可以
添加回答
举报
0/150
提交
取消