From d4a6d65f5e449c3e5464aa18ae97bf8953987217 Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期二, 10 八月 2021 15:44:14 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/zhengcaioa --- zhengcaioa/zhengcaioa/Views/Home/login.cshtml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Home/login.cshtml b/zhengcaioa/zhengcaioa/Views/Home/login.cshtml index 1aed591..093ab11 100644 --- a/zhengcaioa/zhengcaioa/Views/Home/login.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Home/login.cshtml @@ -41,7 +41,7 @@ } .login-body { - background: #005599 url(/img/3.jpg) center bottom no-repeat fixed; + background: #005599 url(/img/3.jpg?v=2) center bottom no-repeat fixed; background-size: cover; width: 100%; height: 100%; @@ -67,12 +67,12 @@ } .login-body .login-wrap { - background: url(/img/images/loginbg.png) no-repeat; + /* background: url(/img/images/loginbg.png) no-repeat;*/ background-size: 100%; width: 450px; height: 338px; - margin-left: 180px; - margin-bottom:20px; + margin-left: 70%; + margin-bottom:100px; padding: 40px 70px 30px; } @@ -232,11 +232,11 @@ <div class="container"> <form class="form-signin" action="/Home/Login" method="post"> <div class="form-signin-heading text-center"> - <img src="~/img/images/logo.png?v=1" alt="" style="height:100px;" /> + <img src="~/img/images/logo.png?v=4" alt="" style="height:100px;margin-left:85%;margin-bottom:10%;" /> </div> <div class="login-wrap"> <div class="form-group has-feedback"> - <input name="txtID" type="text" class="form-control" placeholder="鐧诲綍璐﹀彿" autofocus value=""> + <input name="txtID" type="text" class="form-control" placeholder="鐧诲綍璐﹀彿" autofocus value="" > <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> -- Gitblit v1.9.1