[CSS] background-size

规定背景图像的尺寸:

background:url("1.gif") no-repeat;
background-size:80px 60px;

你可能感兴趣的:([CSS] background-size)