@charset "utf-8";
/* CSS Document */
*{
margin: 0px;
padding: 0px;
font-size:12px;
}
#box {
width: 950px;
margin:0 auto;
}
#banner {
width:950px;
height: 255px;
background-color:#00FF66;
}
/*****menu-开始*********/
#menu{
height: 35px;
background-color: #fceaa9;
}
#menu ul{
list-style-type:none;
/*//*取消列表的那个点
list-style:none;**/
width:430px;
height:35px;
/*实现单行垂直居中*/
line-height:35px;
margin-left:10px;
float:left;
}
#menu ul li{
float:left;
margin-left:20px;
}
#menu ul li a{
/*去下划线*/
text-decoration:none;
font-family: "宋体";
font-size: 14px;
font-weight: bold;
color: #016941;
}
#menu a:hover{
color:#F90;
}
/*****menu-结束***********/
/*****lujing-开始***********/
#lujing {
background-color: #FFFFDA;
text-align: right;
line-height: 20px;
height: 20px;
font-size: 12px;
}
#lujing a{
color:#666;
text-decoration: none;
margin:0 5px;
}
/*****lujing-结束***********/
#content{
/* background-color:#CC66FF;
height:200px;*/
border-right: 1px solid #FCEAA9;
border-left: 1px solid #FCEAA9;
padding: 20px 30px;
}
#content h3 {
font-size: 16px;
text-align: center;
}
#content p {
text-indent: 2em;
line-height: 25px;
}
#footer {
/*background-color:#FFFF66;*/
height: 54px;
padding-top: 34px;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
text-align: center;
clear:both;
}
/*****main页面样式*开始**********/
#content2{
border-right: 1px solid #FCEAA9;
border-left: 1px solid #FCEAA9;
}
/*全局所有列、标题的样式*/
ul, li {
list-style: none;
}
h1 {
font: bold 14px "宋体";
margin: 10px;
padding: 5px;
border-bottom: solid 1px #900;
}
h2 {
font: bold 14px "宋体";
padding: 0 5px;
background-color: #CC9;
line-height: 30px;
}
/*****left*开始**********/
#left {
width: 350px;
float: left;
padding-bottom:20px;
/*background-color:#66FF00;*/
/*height:200px;*/
}
#info{
text-align:center;
padding: 0 15px;
}
.photo{
width:180px;
height:230px;
}
#info p{
line-height:25px;
margin-top:5px;
}
.fnt1{
margin:auto 20px;
text-align:left;
color: #900;
letter-spacing: 3px;
}
#right {
width: 590px;
float: left;
/* background-color:#FF0;
height:200px;*/
}
#rizhi, #xiangce {
border: solid 1px #CC9;
margin: 10px;
padding-bottom: 20px;
}
#rizhi li {
padding-left: 15px;
margin: 0 10px;
line-height: 25px;
background: url(images/ico4.gif) no-repeat;
border-bottom: dashed 1px #666;
}
#rizhi li a {
text-decoration: none;
color: #333;
}
#rizhi li a:hover {
color: #03F;
}
.newTime {
float: right;
width: 120px;
}
/*****main页面样式-结束***********/
file:///C:/Users/17409/Desktop/练习代码-博客网页%20(1)/zy_blog/blog_main.html
file:///C:/Users/17409/Desktop/练习代码-博客网页%20(1)/zy_blog/blog_wenzhang.html
博客包含两个本地文件,分别为 blog_main.html 和 blog_wenzhang.html,同时给出了转载来源链接 https://my.oschina.net/u/4090471/blog/3056733。
2347

被折叠的 条评论
为什么被折叠?



