sugangqiang 2 жил өмнө
parent
commit
9843f9c2de

+ 5 - 1
app/index/view/auth/login.html

@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta charset="utf-8">
-        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable">
         <title>晋江市人才综合服务平台-登录</title>
         <link rel="shortcut icon" href="/static/favicon.ico">
         <link href="/static/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
@@ -39,6 +39,10 @@
             .bg1{background-size:auto 100%;}
             button[type=submit],button[type=submit]:hover{background:#3073d5;}
             button[type=submit]:active{background:#5F9BEE !important;}
+            @media screen and (max-width:480px){
+                .header .content{width:400px;}
+                .body .content{width:400px;}
+            }
         </style>
     </head>