首页 | 联系我们 | 叶凡网络官方QQ群:323842844
游客,欢迎您! 请登录 免费注册 忘记密码
您所在的位置:首页 > 开发语言 > ASP开发 > 正文

一种不错的CSS书写风格

作者:cocomyyz 来源: 日期:2013-9-11 23:41:42 人气:0 加入收藏 评论:0 标签:css

*{
margin: 0px auto;
padding: 0px;
}
body{
font-size:12px;
background: Black;
}
.top{
width: 800px;
height: 20px;
background: #cccccc;;
margin: 0px auto;
text-align: right;
line-height: 20px;
}
.top a{
color:white;
text-decoration:none;
}
.top a:hover{
color:red;
text-decoration: underline;
}
.head{
width: 800px;
height: 176px;
background: url(images/head.gif);
}
.main{
width: 800px;
height: 624px;
}
.main .left{
width:202px;
height: 624px;
float:left;
background: #eeeeee;
}
.main .left .one{
width:202px;
height: 40px;
background: url(images/guide.gif);
}
.main .left .menu{
width:202px;
height: 84px;
}
.main .left .menu a{
text-decoration: none;
color: Black;
}
.main .left .menu a:hover{
text-decoration: underline;
color: red;
font-style: oblique;
font-size:13px;
}
.main .left .menu .one{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .menu .two{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .menu .three{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .other{
width:202px;
height: 500px;
background: url(images/other.gif);
overflow:none;
}
.main .left .other .blank{
width:202px;
height: 80px;
}
.main .left .other .title{
width:202px;
height: 30px;
line-height: 30px;
text-align: center;
color: #336699;
font-size: 13px;
}
.main .left .other .move{
width: 202px;
height:100px;
text-align: center;
}
.main .left .other .leftBlank{
width: 202px;
height: 290px;
}
.main .right{
width:598px;
height:624px;
background: white;
float:left;
}
.copyright{
width: 800px;
height: 50px;
background: #cccccc;
overflow:none;
text-align:center;
line-height: 50px;
font-size:14px;
}

本文网址:http://www.mingyangnet.com/html/asp/217.html
读完这篇文章后,您心情如何?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
上一篇: ASP学习笔记
更多>>网友评论
发表评论
编辑推荐
  • 没有资料