关于h5显示局部图片的方法

来源:互联网 发布:淘宝城地址 编辑:程序博客网 时间:2024/05/01 10:19
<style type="text/css">
.pic{
background: url(img/gongyupic.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
height: 40px;
width: 40px;
}

</style>


<div class="pic"></div>

0 0