sugangqiang 2 năm trước cách đây
mục cha
commit
8930d5efed
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      app/index/view/auth/login.html

+ 9 - 0
app/index/view/auth/login.html

@@ -43,6 +43,15 @@
                 .header .content{width:400px;}
                 .body .content{width:400px;}
             }
+            @media screen and (max-width:400px){
+                .header .content{width:360px;}
+                .body .content{width:360px;}
+                .loginForm{width:320px;left:50%;margin-left:-160px;}
+            }
+            @media screen and (min-width:768px) and (max-width:900px){
+                .header .content{width:768px;}
+                .body .content{width:768px;}
+            }
         </style>
     </head>