From d89c495a7da517d653e9ea42b8e6405eef823ef6 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 29 七月 2024 16:23:24 +0800 Subject: [PATCH] update 还有售后需要测试一下 --- pages/login/login.scss | 40 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 36 insertions(+), 4 deletions(-) diff --git a/pages/login/login.scss b/pages/login/login.scss index 961c478..b673239 100644 --- a/pages/login/login.scss +++ b/pages/login/login.scss @@ -1,6 +1,19 @@ .login-container{ - background-image: url('../../static/images/login/bg.png'); + min-height: 99vh; + // background-image: url('@/static/images/supplier/login/bg.png'); + + .nav-title{ + font-weight: 400; + font-size: 32rpx; + color: #000000; + line-height: 44rpx; + text-align: center; + padding-bottom: 176rpx; + padding-top: 100rpx; + font-weight: 600; + } .titles-top{ + padding-bottom: 80rpx; .title-1{ font-weight: 600; font-size: 20px; @@ -13,10 +26,29 @@ font-size: 24px; color: #000000; line-height: 33px; + .title-3{ + color: #20613D; + + } } - .title-3{ - color: #20613D; - + + } + .t-login uni-input{ + border: none !important; + background: none !important; + border-bottom: 2rpx solid #e9e9e9 !important; + padding-left: 40rpx; + .input-placeholder{ + color: var(--topicgray); } } + .bottom-button{ + height: 90rpx; + background: var(--topicolor); + border-radius: 46rpx; + text-align: center; + margin-top: 120rpx; + margin-bottom: 42rpx; + + } } \ No newline at end of file -- Gitblit v1.9.3