From 02d862cb7a596d277453d1d448c433cefa027ce4 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Tue, 5 Nov 2019 20:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=90=8E=E5=8F=B0->=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E5=AF=86=E7=A0=81--=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/default/Public/verify_password.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Application/Home/View/default/Public/verify_password.html b/Application/Home/View/default/Public/verify_password.html index 5d78acaa2..b08875aae 100644 --- a/Application/Home/View/default/Public/verify_password.html +++ b/Application/Home/View/default/Public/verify_password.html @@ -13,14 +13,15 @@ .input-security { width: 500px; - height: 2.5rem; + height: 2.4rem; padding-left: 10px; border-radius: 5px; - border: 0; + border: 1px solid #E5E5E5; + border-radius: 5px; } .btn-security { - width: 300px; + width: 246px; height: 2.4rem; border: 0; border-radius: 5px; @@ -29,13 +30,18 @@ } .btn-security-close { - width: 300px; + width: 246px; height: 2.4rem; - border: 0; + border: 1px solid #E5E5E5; border-radius: 5px; background-color: #fff; color: #999; } + + .detailed-content-box { + width: auto; + padding-left: 0; + } @@ -66,7 +72,7 @@