24 lines
653 B
CSS
Executable File
24 lines
653 B
CSS
Executable File
/*头部*/
|
|
.swt-Container{margin-left:auto; margin-right: auto;}
|
|
@media screen and (min-width:1280px){
|
|
.swt-Container{width:1200px;}
|
|
}
|
|
@media screen and (max-width:1279px){
|
|
.swt-Container{width:96%;}
|
|
}
|
|
.footer{position: relative; z-index: 2;}
|
|
.footl, .footr{ position: relative; z-index: 1}
|
|
|
|
/*底部1440*/
|
|
@media screen and (min-width:1200px){
|
|
.footer dl dt .arrow{display: none;}
|
|
.footer{width:1200px; padding-top:60px; padding-bottom: 35px;}
|
|
.footer .footl{width:900px;}
|
|
.footer .footr{width:300px;}
|
|
}
|
|
@media screen and (min-width:769px) and (max-width:1199px){
|
|
.footer .footl{width:70%;}
|
|
.footer .footr{width:30%;}
|
|
}
|
|
|