style:zoom自适应
This commit is contained in:
@@ -157,6 +157,11 @@ div{
|
||||
height: 60px;
|
||||
}
|
||||
/*屏幕兼容性*/
|
||||
@media screen and (min-width:150px) and (max-width:749px){
|
||||
body{
|
||||
zoom: 0.6;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:750px) and (max-width:1280px){
|
||||
body{
|
||||
zoom: 0.75;
|
||||
|
||||
Reference in New Issue
Block a user