ソースを参照

调整登录页面样式以及多图上传样式

笔下光年 6 年 前
コミット
ae6b109106
2 ファイル変更8 行追加3 行削除
  1. 6 1
      css/style.min.css
  2. 2 2
      lyear_pages_login.html

+ 6 - 1
css/style.min.css

@@ -3145,7 +3145,12 @@ dd, dt {
     display: flex;
     -webkit-align-items: stretch;
     align-items: stretch;
-    margin-bottom: 0px;
+    flex-direction: row;
+    flex-wrap: wrap;
+    margin-bottom: -10px;
+}
+.lyear-uploads-pic li {
+    margin-bottom: 10px;
 }
 .lyear-uploads-pic figure  {
     position: relative;

+ 2 - 2
lyear_pages_login.html

@@ -23,10 +23,10 @@
 }
 .login-center {
     background: #fff;
-    min-width: 38.25rem;
+    min-width: 29.25rem;
     padding: 2.14286em 3.57143em;
     border-radius: 5px;
-    margin: 2.85714em 0;
+    margin: 2.85714em;
 }
 .login-header {
     margin-bottom: 1.5rem !important;