32 lines
921 B
CSS
Executable File
32 lines
921 B
CSS
Executable File
/*头部*/
|
|
.swt-Container{margin-left:auto; margin-right: auto;}
|
|
@media screen and (min-width:1460px){
|
|
.swt-Container{width:1440px;}
|
|
}
|
|
@media screen and (max-width:1459px){
|
|
.swt-Container{width:90%;}
|
|
}
|
|
@media screen and (max-width:990px){
|
|
.swt-Container{width:96%;}
|
|
}
|
|
|
|
.footer{position: relative; z-index: 2;}
|
|
/*底部1440*/
|
|
@media screen and (min-width:1480px){
|
|
.footer dl dt .arrow{display: none;}
|
|
.footer{width:1440px; padding-top:70px; padding-bottom: 40px;}
|
|
.footer .footl{width:1100px;}
|
|
.footer .footr{ text-align: left; width:300px;}
|
|
}
|
|
@media screen and (min-width:1200px) and (max-width:1479px){
|
|
.footer dl dt .arrow{display: none;}
|
|
.footer{width:96%; padding-top:40px;}
|
|
.footer .footl{width:80%;}
|
|
.footer .footr{width:20%;}
|
|
.footer dl{width:18.4%;}
|
|
}
|
|
@media screen and (min-width:769px) and (max-width:1199px){
|
|
.footer .footl{width:70%;}
|
|
.footer .footr{width:30%;}
|
|
}
|