<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>京东快报</title>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
}
a{
list-style: none;
color: black;
text-decoration: none;
line-height: 26px;
height: 26px;
padding: 0px 26px;
}
a:hover{
color: darkred;
}
ul{
list-style: none;
}
body>div{
border: 1px solid gray;
width: 230px;
margin: 30px;
box-sizing: border-box;
font-size: 11px;
}
h3{
height: 30px;
line-height: 30px;
border-bottom: 1px dotted #6699FF;
background: linear-gradient(to top,white,#6699FF);
font-weight: lighter;
}
</style>
</head>
<body>
<div>
<div><h3><a href="#">京东快报</a></h3></div>
<ul>
<li>
<a href="#">
<strong>[特惠]</strong>海飞丝去屑又去油 超清爽
</a>
</li>
<li>
<a href="#">
<strong>[公告]</strong>京东公益支持鲁甸新动作
</a>
</li>
<li>
<a href="#">
<strong>[特惠]</strong>4688元抢iPhone 6
</a>
</li>
<li>
<a href="#">
<strong>[公告]</strong>小米电视携豪礼高调入驻京东
</a>
</li>
</ul>
</div>
</body>
</html>
12.17作业
最新推荐文章于 2025-06-16 18:46:49 发布