From 29b4307f72e21608dc7e3df264c97357c8eebc39 Mon Sep 17 00:00:00 2001 From: zhoulinfang <2507241354@qq.com> Date: Wed, 5 Dec 2018 09:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=20=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/login.css | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/src/main/webapp/css/login.css b/src/main/webapp/css/login.css index 0db859f..0e50ffd 100644 --- a/src/main/webapp/css/login.css +++ b/src/main/webapp/css/login.css @@ -103,6 +103,62 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { color: rgb(0, 0, 0); transition: background-color 50000s ease-in-out 0s; } +@media screen and (min-width: 1600px) { + html { + width:100%; + height:100%; + background-image: url(../images/Login12.jpg);background-size:100% 100%; + } + #loginTitle { + padding-top: 30px; + font-size: 28px; + letter-spacing: 4px; + } + #loginWrap { + width: 430px; + padding-left:70px; + height: 290px; + background: rgba(255,255,255,0.3); + position: absolute; + top: 233px; + right: 200px; + -moz-box-shadow: 3px 3px 20px #cccccc; + box-shadow: 3px 3px 20px #cccccc; + } + #username { + width: 300px; + height: 30px; + border: 1px solid #ccc; + border-radius: 5px; + text-indent: 0.5em; + } + #password { + width: 300px; + height: 30px; + border: 1px solid #ccc; + border-radius: 5px; + text-indent: 0.5em; + } + #LoginForm1BtnCtId { + + width: 95px; + height: 35px; + border: none; + border-radius: 3px; + font-size: 13px; + } + .userPrompt{ + color: red; + font-size: 12px; + } + #tip { + position:absolute; + top:108%; + left:75px; + color: #848383; + line-height:24px; + } +} @media screen and (max-width: 1600px) { html {