- 代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>雪碧图</title>
<style type = 'text/css'>
.box1{
width:129px;
height:48px;
background-image:url(image/am.png);}
.box2{width:42px;
height:30px;
background-image:url(image/am.png);
background-position:-58px -338px;}
</style>
</head>
<body>
<div class = 'box1' ></div>
<div class = 'box2' ></div>
</body>
</html>
-
效果图
Image 1.png
网友评论