[css]代码库
/* CSS Document */
html,body{
height:100%;
margin:0px;
}
.top{
height: 20%;
}
.middle{
height: 65%;
text-align:center;
background-color: rgb(244, 242, 242);
}
.bottom{
height: 15%;
border-top: 1px solid green;
text-align: center;
}
.top_home{
border-bottom: 1px solid green;
text-align:center;
height: 25%;
}
.top_home_exit{
width: 20%;
position: relative;
top: 8px;
}
.top_home_topic{
position: relative;
bottom: 10px;
}
.left{
width:33%;
float:left;
}.right{
width:67%;
float:right;
}.first{
width:50%;
float:left;
}.sencond{
width:50%;
float:right;
color: red;
}
.top_down{
height:75%;
text-align: center;
background-color: rgb(244, 242, 242);
}
.person{
height: 85%;
background-color: white;
position: relative;
top: 12px;
}
.middle_top{
height:20%;
}
.listimg1{
position: relative;
right: 42%;
top: 10px;
}.listword{
position: relative;
right: 19%;
top: -9px;
}.listimg2{
position: relative;
right: -41%;
top: -28px;
}
.list1{
height: 85%;
background-color: white;
position: relative;
top: 8px;
}
.middle_center{
height: 60%;
}.middle_bottom{
height: 20%;
}
.list_center{
height: 95%;
background-color: white;
position: relative;
top: 8px;
}