From 64f7d8a8016af37267e18b9815d22acadc139a54 Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Tue, 14 Feb 2023 18:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 19cbb7d..55da369 100755 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -239,9 +239,9 @@ height: 84rpx; width: 95%; line-height: 84rpx; - border-radius: 50rpx; - color: #FFFFFF; - background-color: #7FFFD4; + border-radius: 55rpx; + color: #157a60; + background-color: #FFFFFF; } .btn:active { @@ -250,9 +250,9 @@ height: 84rpx; width: 95%; line-height: 84rpx; - border-radius: 50rpx; - color: #FFFFFF; - background-color: #C8C7CC; + border-radius: 55rpx; + color: #157a60; + background-color: #F2F2F2; } .input-font { @@ -262,7 +262,7 @@ margin-top: 25rpx; font-size: 30rpx; width: 100%; - border-bottom: 1rpx solid #7FFFD4; + border-bottom: 1rpx solid #FFFFFF; } .verify-box { @@ -319,7 +319,7 @@ } .conbox { - background: linear-gradient(#668B8B, #79CDCD, #7FFFD4); + background: linear-gradient(#157a60, #107a58, #05744a); /* background: #FFFFFF; */ width: 750rpx; height: 100vh;