首页 > 代码库 > css3精灵图的增大响应区

css3精灵图的增大响应区

<style>

 a {

  width:50px;

  height:50Px;

  display:block;

  background:url(sprites.png) no-repeat 0px 0px;

  padding:10px;

  box-sizing:border-box;

  background-origin:content-box;   

  background-clip:content-box;

}

</style>

css3精灵图的增大响应区