init
This commit is contained in:
30
public/frontend/web/css/public_1440.css
Executable file
30
public/frontend/web/css/public_1440.css
Executable 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%;}
|
||||
}
|
||||
Reference in New Issue
Block a user