[css]代码库
/* CSS Document */
html,body{
height:100%;
margin:0px;
}
.top{
height: 20%;
}
.middle{
height: 65%;
text-align:center;
}
.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;
color: red;
}.sencond{
width:50%;
float:right;
}
.top_down{
height:75%;
text-align: center;
background-color: rgb(244, 242, 242);
}.middle_bottom{
height: 100%;
}.middle_bottom_left{
width:50%;
float:left;
padding-top: 15px;
}.middle_bottom_right{
width:50%;
float:right;
}.pay{
width:50%;
float:left;
}.card{
width:50%;
float:right;
}
.blue_acrd{
width:12%;
}
.card_word{
float: right;
position: relative;
right: 37%;
top: 10px;
}
.pay_img,.card_img{
width: 68%;
}
.top_down_top{
height: 40%;
}