这个问题我也遇到过.
补充回答:把放大镜也作为背景图片
.L1
{
height:25px
text-align:center
line-height:25px
background:url(images/带有放大镜.jpg) no-repeat 0 0
color:#4574AA
}
<p class="L1">房屋快速查询</p>
background:url(images/loginbackground.png)top no-repeat 0px 10px
等同与
background:url(images/loginbackground.png)top no-repeat
background-position: 0px 10px//水平方向(以左上角为原点,x方向)移动 0像素,垂直方向(y轴方向)即向下以动 10 像素
***注意:0px 不能省略,否则默认为x方向移动的距离。也可以设置为百分比值。
修改后:
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)