From da8fc6595bc2a76ce78264cc017ecf5c5b305447 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Wed, 11 May 2022 14:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 13 +++++++----- login.html | 46 ++++++++++++++++++++++-------------------- register.html | 56 ++++++++++++++++++++++++++------------------------- 3 files changed, 61 insertions(+), 54 deletions(-) diff --git a/css/style.css b/css/style.css index 87c317d..8b212f7 100644 --- a/css/style.css +++ b/css/style.css @@ -163,10 +163,9 @@ /* 首页样式 */ .main{ margin-top: 86px; - min-height: calc(100vh - 204px); + min-height: calc(100vh - 244px); } -.index-main, -.login-main{ +.index-main{ display: flex; justify-content: space-between; align-items: flex-start; @@ -485,12 +484,16 @@ /* 登录/注册页样式 */ .login-main{ margin-bottom: 40px; +} +.login{ + display: flex; + justify-content: space-between; + align-items: flex-start; background-color: #fff; } .login-txt{ width: calc(100% - 430px); padding: 44px 20px 0; - } .login-txt h1{ font-size: 34px; @@ -1219,7 +1222,7 @@ /* 首页 */ .main{ margin-top: 65px; - min-height: calc(100vh - 160px); + min-height: calc(100vh - 163px); } .index-side{ display: none; diff --git a/login.html b/login.html index 79b9d3a..a1619c8 100644 --- a/login.html +++ b/login.html @@ -60,31 +60,33 @@
-
-

欢迎登录

- 还没有账号?立即注册 - -
- 记住密码 - 忘记密码? + diff --git a/register.html b/register.html index 9672711..ea2432a 100644 --- a/register.html +++ b/register.html @@ -60,37 +60,39 @@