From a7baf1dc9e99821f96d7b2047fceea2a2e648e08 Mon Sep 17 00:00:00 2001 From: RockYang Date: Tue, 31 Dec 2024 08:37:21 +0800 Subject: [PATCH] optimize login page styles --- web/src/assets/css/login.styl | 122 +++++++++++++++++----------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/web/src/assets/css/login.styl b/web/src/assets/css/login.styl index b0bc56f8..ded9ebef 100644 --- a/web/src/assets/css/login.styl +++ b/web/src/assets/css/login.styl @@ -1,62 +1,62 @@ -.loginPage{ - background: var(--card-bg) !important - background-color: var(---card-bg) !important - -.form-title{ - color:var( --text-theme-color) -} -} - -.left{ - width: 50%; - - .login-box{ - width: 410px; - margin: 0 auto; - min-height: calc(100vh - 48px); - - } - - .wechatLog{ - width: 410px; - height: 50px; - line-height: 50px; - text-align: center - background: var( --sign-bg) - a{ - color: var(--text-theme-color) - - } - font-size: 14px; - margin-bottom: 26px - border-radius: 16px; - .icon-wechat{ - color: #0bc15f - margin-right: 9px - font-size: 20px; - } - } - - .text-color-primary{ - cursor :pointer - } - - - -} -.login-btn { - width :100% - height: 40px; - border-radius: 16px; -} - .code-input{ - width: 306px; - margin-right: 9px; - } -:deep(.el-tabs__item.is-active), :deep(.el-tabs__item:hover) { - color: var(--common-text-color) !important -} - -:deep(.el-tabs__item) { - color: var(--text-theme-color) +.loginPage{ + background: var(--card-bg) !important + background-color: var(---card-bg) !important + +.form-title{ + color:var( --text-theme-color) +} +} + +.left{ + width: 50%; + + .login-box{ + width: 410px; + margin: 0 auto; + min-height: calc(100vh - 48px); + + } + + .wechatLog{ + width: 410px; + height: 50px; + line-height: 50px; + text-align: center + background: var( --sign-bg) + a{ + color: var(--text-theme-color) + + } + font-size: 14px; + margin-bottom: 26px + border-radius: 16px; + .icon-wechat{ + color: #0bc15f + margin-right: 9px + font-size: 20px; + } + } + + .text-color-primary{ + cursor :pointer + } + + + +} +.login-btn { + width :100% + height: 40px; + border-radius: 16px; +} + .code-input{ + width: 306px; + margin-right: 9px; + } +:deep(.el-tabs__item.is-active), :deep(.el-tabs__item:hover) { + color: var(--common-text-color) !important +} + +:deep(.el-tabs__item) { + color: var(--text-theme-color) } \ No newline at end of file