<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<style>
ul{list-style:none;}
.cat{
background-color:#f8f8f8;
border:1px solid #bbb;
width:150px;
}
li h3{font-size:14px;
font-weight:400;
}
h3,ul{margin:0;padding:0}
li{
height:31px;
line-height:31px;
overflow:hidden;
border-bottom:1px solid #dedede;
}
li i{
display:inline;
width:30px;
height:24px;
float:left;
background:url(sidebar.png) no-repeat;
}
i.cat-2{
background-position:0,-24px;
}
</style>
</head>
<body>
<div class="cat">
<ul>
<li class="cat-1">
<i ></i>
<h3>服装内衣</h3>
</li>
<li class="cat-2">
<i></i>
<h3>鞋包配饰</h3>
</li>
<li class="cat-3">
<i ></i>
<h3>运动互外</h3>
</li>
</ul>
</div>
</body>
</html>
闹小志
慕盖茨0950386