This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/*头部*/
@media screen and (min-width:1460px){
.swt-Container{width:1440px; margin-left:auto; margin-right: auto;}
}
@media screen and (max-width:1459px){
.swt-Container{width:90%; margin-left:auto; margin-right: auto;}
}
@media screen and (max-width:990px){
.swt-Container{width:96%; margin-left:auto; margin-right: auto;}
}
.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:950px;}
.footer .footr{ text-align: left;}
}
@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%;}
}