代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>京东快报</title>
<style type="text/css">
body{background-color: white;
margin: auto;
}
.d{
margin: 30px;
width: 230px;
border: solid 1px gray;
padding: 0px;
}
.d h2 {
background: linear-gradient(to bottom, #CCCCFF, #FFFFFF);
margin: 0px;
border-bottom: dashed gray 1px;
font-size: 16px;
font-weight: 400;
padding-left: 10px;
height: 25px;
line-height: 25px;
}
.d ul{
padding: 5px 0px;
}
.d ul li{
font-size: 12px;
list-style-type: none;
height: 26px;
padding: 0px 26px;
line-height: 26px;
}
.d ul li a{
text-decoration: none;
}
a:hover{
color: brown;
}
</style>
</head>
<body>
<div class="d">
<h2>京东快报</h2>
<ul>
<li><a href="#">[特惠]海飞丝去屑又去油 超清爽</a></li>
<li><a href="#">[公告]京东公益支持鲁甸新动作</a></li>
<li><a href="#">[特惠]4688元抢iPhone 6</a></li>
<li><a href="#">[公告]小米电视携豪礼高调入驻京东</a></li>
</ul>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。