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,49 @@
/*头部*/
@media screen and (min-width: 1280px) {
.swt-Container {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 1279px) {
.swt-Container {
width: 96%;
margin-left: auto;
margin-right: auto;
}
}
.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 {
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%;
}
}