<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<div class="content">
<h3>中心开班信息</h3>
<ul>
<li><a href="#">8月12日:学历+技能班</a></li>
<li><a href="#">8月16日:高考特招班</a></li>
<li><a href="#">8月23日:Java精英班</a></li>
<li><a href="#">8月31日:学士后强化班</a></li>
<li><a href="#">9月5日:大学生就业班</a></li>
<li><a href="#">9月9日:企业定向委培班</a></li>
<li><a href="#">9月16日:网络营销强化班</a></li>
</ul>
<p class="ca"></p>
</div>
</body>
</html>、
@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}
.content{
width:200px;
margin:0px auto;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/trendTopBg.gif);
background-repeat:no-repeat;
}
ul {
list-style:none;
}
ul li{
text-indent:1.5em;
line-height:30px;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/dotBg.gif);
background-repeat:no-repeat;
background-position:
}
ul li a{
color:#616161;
text-decoration:none;
font-size:12px;
}
ul li a:hover{
text-decoration:none;
color:#fe4725;
}
h3{
font-weight:bold;
font-size:17px;
line-height:36px;
color:#fff;
text-indent:2.5em;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/bg.gif);
background-repeat:no-repeat;
background-position:7px 4px;
}
.ca{
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/trendEndBg.png);
background-repeat:no-repeat;
}

网友评论