From e003a8ee8843aa60b0b7135f413b2b99857acff9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 30 十二月 2020 18:49:43 +0800
Subject: [PATCH] 2020-12-30

---
 src/components/login/login-1/index.scss |   37 ++++++++++++++++++++++++++++---------
 1 files changed, 28 insertions(+), 9 deletions(-)

diff --git a/src/components/login/login-1/index.scss b/src/components/login/login-1/index.scss
index 3efcaba..b283d27 100644
--- a/src/components/login/login-1/index.scss
+++ b/src/components/login/login-1/index.scss
@@ -47,7 +47,6 @@
     z-index: 1;
     width: 245px;
     font-size: 14px;
-    max-width: 270px;
     line-height: 1.5;
     margin: 0 auto;
     margin-bottom: 10px;
@@ -56,7 +55,9 @@
     .am-input-label {
       width: 30px;
       color: inherit;
-      padding-top: 10px;
+      i {
+        font-size: 20px;
+      }
     }
     input {
       color: inherit;
@@ -78,15 +79,12 @@
       background-color: transparent;
     }
   }
-  // .am-list-item:not(:last-child) .am-list-line {
-  //   border: none;
-  // }
+
   .other-setting {
     position: relative;
     z-index: 1;
     font-size: 14px;
     width: 245px;
-    max-width: 270px;
     line-height: 1.5;
     margin: 0 auto;
     margin-bottom: 10px;
@@ -136,7 +134,6 @@
     position: relative;
     z-index: 1;
     width: 245px;
-    max-width: 270px;
     margin: 0 auto;
     overflow: visible;
     letter-spacing: 0px;
@@ -154,9 +151,9 @@
   }
 
   .company-msg {
-    width: 88%;
+    max-width: 280px;
     min-height: 10px;
-    margin-left: 6%;
+    margin: 0 auto;
     font-size: 12px;
     color: #fafafa;
     text-align: center;
@@ -167,4 +164,26 @@
 .clear-both {
   float: none!important;
   clear: both;
+}
+@media screen and (min-width: 410px) {
+  .mob-login-1 {
+    .logo {
+      max-width: 300px;
+    }
+    .plat-name {
+      max-width: 300px;
+    }
+    .mk-login-item.am-list-item {
+      width: 265px;
+    }
+    .other-setting {
+      width: 265px;
+    }
+    .am-button {
+      width: 265px;
+    }
+    .company-msg {
+      max-width: 300px;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0