2019-04-18 中心开班

代码
1.HTML文件



2.CSS文件

*{
width:200px;
margin:0px auto;
padding:0px;}
div{
margin-left:2px;
padding-left:2px;
width:200px;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/trendTopBg.gif);
background-repeat:no-repeat;
background-position:0px 0px;}
h3{
color:#ffffff;
margin:20px;
margin-left:10px;
padding-top:10px;
padding-left:26px;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/bg.gif);
background-repeat:no-repeat;
background-position:-6px 5px;}
ul{
list-style:none;
margin-left:10px;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/trendEndBg.png);
background-repeat:no-repeat;
background-position:bottom;}
li{
padding-left:0px;
padding-right:0px;
width:200px;
font-size:14px;
background-image:url(%E5%9B%BE%E7%89%87%E7%B4%A0%E6%9D%90/dotBg.gif);
background-repeat:no-repeat;
background-position:-10px -8px;
background-size:auto;
line-height:30px;
text-align:center;
text-height:auto;}
a{
text-decoration:none;
color:#666;}
a:hover{
text-decoration:none;
color:red;}

效果


image.png

你可能感兴趣的:(2019-04-18 中心开班)