44 lines
740 B
CSS
44 lines
740 B
CSS
@charset "utf-8";
|
||
/*-------------------------公用导航 footer--------------------------*/
|
||
.foot_h{height:60px;}
|
||
#footer {
|
||
border-top: 1px solid #dcdcdc;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
background: white;
|
||
z-index: 1000;
|
||
text-align: center;
|
||
font-size: 12px;
|
||
padding-bottom: 0px;
|
||
padding-top: 3px;
|
||
width: 100%;
|
||
}
|
||
#footer .first{
|
||
width: 40%;
|
||
float: left;
|
||
}
|
||
#footer .first img{
|
||
height: 30px;
|
||
}
|
||
#footer .first .active p{
|
||
color: #33cccc;
|
||
}
|
||
#footer .beautiful{
|
||
width: 20%;
|
||
float: left;
|
||
}
|
||
#footer .beautiful img{
|
||
height: 50px;
|
||
}
|
||
#footer .last{
|
||
width: 40%;
|
||
float: right;
|
||
}
|
||
#footer .last img{
|
||
height: 30px;
|
||
}
|
||
#footer .last .active p{
|
||
color: #33cccc;
|
||
}
|