From d5ce81026882ada34e5d49411be7c90ee96cc102 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 一月 2023 18:20:11 +0800 Subject: [PATCH] 2023-01-17 --- src/pc/components/login/normal-login/index.scss | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/pc/components/login/normal-login/index.scss b/src/pc/components/login/normal-login/index.scss index e1b347c..a94c222 100644 --- a/src/pc/components/login/normal-login/index.scss +++ b/src/pc/components/login/normal-login/index.scss @@ -8,18 +8,8 @@ background-size: cover; min-height: 100px; max-width: 100%; - - .card-control { - position: absolute; - top: 0px; - left: 0px; - .anticon-tool { - right: auto; - left: 1px; - padding: 1px; - } - } - .anticon-tool { + + >.anticon-tool { position: absolute; z-index: 2; font-size: 16px; @@ -44,7 +34,7 @@ // margin-top: 45px; .login-form-button { width: 100%; - height: 40px; + height: 42px; line-height: 1; font-size: 18px; margin-bottom: 15px; @@ -52,7 +42,7 @@ } .sign-form-button { width: 100%; - height: 40px; + height: 42px; line-height: 1; font-size: 18px; margin-bottom: 15px; -- Gitblit v1.8.0