background-size:cover
background-size:100% 100%
都可以,但是图片必须在background-size属性前面
.picture{ text-align: center; background-size: 100% 100%; background:url(/img/handbg.png) no-repeat; height: 65px; width: 100%; }在这里插入代码片
上面不管,background-size在background:url前面,所以显示不全