grgw_old_java/heatsupply2/WebContent/static/index/1001/css/footer.css

44 lines
740 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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;
}