<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>搜索趣图</title>
<style>
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.big {
margin: 100px;
height: 294px;
width: 238px;
border: 1px solid #e0e0e0;
border-top: 3px solid #ff8400;
}
.big h2 {
font: normal 400 16px "微软雅黑";
height: 35px;
line-height: 35px;
padding-left: 12px;
}
.big .img {
padding: 8px 12px 0 8px;
}
.head {
border-bottom: 1px solid #e0e0e0;
}
.big a {
font: 400 11px "微软雅黑";
text-decoration: none;
color: #616161;
padding-left: 19px;
line-height: 26px;
}
.big a:hover {
text-decoration: underline;
color: #ff8400
}
.big li {
height: 26px;
background: url(images/square.png) no-repeat 8px center;
}
</style>
</head>
<body>
<div class="big">
<div class="head">
<h2>搜索趣图</h2>
</div>
<div class="img" >
<img src="images/happy.gif" alt="显示不出啦" title="小胖墩被卡动图" height="160px">
</div>
<div>
<ul>
<li><a href="#">GIF:小胖墩游泳被卡 被救后一脸无辜</a></li>
<li><a href="#">GIF:小胖墩游泳被卡 被救后一脸无辜</a></li>
<li><a href="#">GIF:小胖墩游泳被卡 被救后一脸无辜</a></li>
</ul>
</div>
</div>
</body>
</html>