diff --git a/public/static/index/css/public.css b/public/static/index/css/public.css index 131b59b6..6259aad2 100755 --- a/public/static/index/css/public.css +++ b/public/static/index/css/public.css @@ -155,4 +155,32 @@ div{ } #header{ height: 60px; -} \ No newline at end of file +} +/*屏幕兼容性*/ +@media screen and (min-width:750px) and (max-width:1280px){ + body{ + zoom: 0.75; + } +} +@media screen and (min-width:1281px) and (max-width:1360px) { + body{ + zoom: 0.8; + } +} +@media screen and (min-width:1361px) and (max-width:1460px) { + body{ + zoom: 0.85; + } +} +@media screen and (min-width:1461px) and (max-width:1660px) { + body{ + zoom: 0.9; + } +} +@media screen and (min-width:1661px) and (max-width:1760px) { + body{ + zoom: 0.95; + } +} +@media screen and (min-width:1761px) and (max-width:1960px) {} +@media screen and (min-width:1980px) {} \ No newline at end of file