<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>
时间: 2024-09-30 05:56:16
<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>