代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
.out{
width: 500px;
height: 400px;
margin: 0px auto;
border: 1px solid #bbb;
border-top: 2px solid yellow;
}
.out .one{
height: 50px;
line-height: 50px;
padding-left: 20px;
border-bottom: 1px solid #bbb;
}
.out .two{
padding-top: 20px;
}
.out .two ul{
list-style: none;
margin: 0px;
padding:0px;
}
.out .two ul li{
padding-left: 20px;
height: 30px;
background: url("imgs/li_bg.jpg") no-repeat 8px 10px;
}
.out .two ul a{
text-decoration: none;
color: #999;
font-size: 15px;
}
.out .two ul a:hover{
text-decoration: underline;
color: lightyellow;
}
</style>
</head>
<body>
<div class="out">
<div class="one">
行业动态
</div>
<div class="two">
<ul>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
</ul>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。