29 lines
411 B
CSS
29 lines
411 B
CSS
@media (min-width:768px){
|
|
.cctv-hf-list-top{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#firendlink {
|
|
border: 1px solid #DDD;
|
|
line-height: 22px;
|
|
width: 100%;
|
|
margin: 10px auto;
|
|
padding: 9px 0 9px 9px;
|
|
}
|
|
#firendlink a {
|
|
color: #548161;
|
|
display: inline-block;
|
|
margin: 0 9px 0 0;
|
|
}
|
|
.footer_cont{
|
|
margin: auto;
|
|
}
|
|
.footer_cont p {
|
|
text-align: center;
|
|
color: #B2B2B2;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
} |