@@ -814,6 +845,22 @@
+ -
+
+
注册
+ #mrdoc-icon-zhuce
+
+
+ -
+
+
登录
+ #mrdoc-icon-denglu
+
+
-
diff --git a/template/login.html b/template/login.html
index 4aa4134..302a34d 100644
--- a/template/login.html
+++ b/template/login.html
@@ -26,7 +26,7 @@
align-items: center;
}
.login-form{
- margin-top: 15%;
+ margin-top: 8%;
padding: 20px 50px 20px 60px;
background-color: #fff;
-webkit-box-shadow: #666 0px 0px 10px;
@@ -49,6 +49,9 @@
margin: 0;
}
}
+ h3,h3 a{
+ color: #666;
+ }
@@ -59,7 +62,8 @@
diff --git a/template/register.html b/template/register.html
index 96d52ca..8bff125 100644
--- a/template/register.html
+++ b/template/register.html
@@ -20,7 +20,7 @@
align-items: center;
}
.login-form{
- margin-top: 15%;
+ margin-top: 5%;
padding: 20px 50px 20px 60px;
background-color: #fff;
-webkit-box-shadow: #666 0px 0px 10px;
@@ -43,6 +43,9 @@
margin: 0;
}
}
+ h3{
+ color: #666;
+ }
@@ -53,7 +56,8 @@