From 9416d0df14c2e7e252a779f0ab479a0c9661cb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 19 Jul 2019 21:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/user/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/react/src/modules/user/common.css b/public/react/src/modules/user/common.css index 9d101044b..307acd0f9 100644 --- a/public/react/src/modules/user/common.css +++ b/public/react/src/modules/user/common.css @@ -5,6 +5,12 @@ .login_register_content .ant-input { background:rgb(244,244,244); } +.login_register_content .loginInputzhucheyslass{ + border:1px solid red !important; +} +.login_register_content .loginInputzhucheyslass:hover{ + border:1px solid red !important; +} .login_register_content { width: 434px; box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);