精美电商悬浮框.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>精美电商悬浮框</title>
<style type="text/css">
body{
font-size: 18px;
font-family: "微软雅黑";
color: #222;
}
body,ul,li{
padding: 0;
margin: 0;
list-style: none;
}
ul{
width: 171px;
height: 299px;
padding-top: 190px;
color: #fff;
background: url("images-第5章素材/images/bg.jpg");
}
li{
width: 80px;
height: 40px;
text-align: center;
line-height: 40px;
border-bottom: 1px dotted #fff;
margin-left: 45px;
}
.no_line{
border: none;
}
</style>
</head>
<body>
<ul>
<li>服装鞋帽</li>
<li>数码家电</li>
<li>运动户外</li>
<li>孕婴用品</li>
<li>厨卫家居</li>
</ul>
</body>
</html>
