From 98ad33fac8e0a0f7c3cfbc78c333792a2cfa428f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 七月 2020 18:46:22 +0800 Subject: [PATCH] 2020-07-21 --- src/mob/components/login/mob-login-1/index.scss | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/mob/components/login/mob-login-1/index.scss b/src/mob/components/login/mob-login-1/index.scss index 1648d5e..f4794f8 100644 --- a/src/mob/components/login/mob-login-1/index.scss +++ b/src/mob/components/login/mob-login-1/index.scss @@ -6,12 +6,7 @@ background-repeat: no-repeat; background-size: cover; background-position: center center; - - .mob-login-body { - min-height: calc((80 / 100) * 615px); - border-top: 1px solid transparent; - margin-bottom: 20px; - } + border-top: 1px solid transparent; .logo { position: relative; @@ -19,11 +14,9 @@ max-width: 280px; min-height: 10px; margin: 0 auto; - margin-bottom: 15px; text-align: center; line-height: 1.5; border: 1px dotted transparent; - margin-top: calc((17 / 100) * 615px); img { max-width: 100%; } -- Gitblit v1.8.0