首页 > 代码库 > day10

day10

一晃就10天了中间已经过了十天了,我们已经可以利用CSS和HTML自主完成网页了,真的时间如流水啊

/* CSS Document */
.content{ width:1920px;
height:1980px;
margin:0 auto;}
.content-up{ width:1200px;
height:60px;
margin:0 auto;}
.content-down{ width:1200px;
height:900px;
margin:0 auto;}
.content-last{ width:1200px;
height:1000px;}
.line{ margin:0px;}
.content-up p{ padding-top:12px;}
.content-up-logo{ vertical-align:sub;}
.content-up-home{ padding-left:780px;}
.content-down-f{ width:1200px;
height:225px;
margin-top:15px;}
.content-down-f1{ width:390px;
height:223px;
float:left;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;}
.content-down-f1:last-child{ border-right:0px;}
.content-down-f1 ul{ width:390px;
text-align:center;
line-height:41px;
padding-top:10px;}
.content-down-f1 ul li{ width:136px;
height:37px;
border: 1px #666 solid;
border-radius:15px;
margin:0 auto;
margin-bottom:12px;}
.content-down-f1>ul>li:first-child{ width:180px;
height:50px;
background:#035899;
color:#FFF;}
.content-down-f1-hover:hover{ background:#f8742a;}

day10