From 033d1c2510551967046ed88f30c2226766c6cef4 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 09 八月 2021 15:02:39 +0800 Subject: [PATCH] 途径 --- zhengcaioa/zhengcaioa/wwwroot/img/images/logo.png | 0 zhengcaioa/zhengcaioa/wwwroot/img/3.jpg | 0 zhengcaioa/zhengcaioa/Views/Shared/_Layout_Left.cshtml | 2 +- zhengcaioa/zhengcaioa/Views/Home/login.cshtml | 12 ++++++------ 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Home/login.cshtml b/zhengcaioa/zhengcaioa/Views/Home/login.cshtml index bd6afe5..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?v=1) 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=3" 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"> diff --git a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Left.cshtml b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Left.cshtml index e20e4ee..a42238b 100644 --- a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Left.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Left.cshtml @@ -10,7 +10,7 @@ <div class="sidebar-collapse"> <ul class="nav" id="side-menu"> <li class="nav-header"> - <img src="/img/images/logo.png?v=3" alt="" /> + <img src="/img/images/logo.png?v=4" alt="" /> </li> @(new HtmlString(UserPage.GetMeum(actionlist.Id))) <li> diff --git a/zhengcaioa/zhengcaioa/wwwroot/img/3.jpg b/zhengcaioa/zhengcaioa/wwwroot/img/3.jpg index 1ba0181..1e234a7 100644 --- a/zhengcaioa/zhengcaioa/wwwroot/img/3.jpg +++ b/zhengcaioa/zhengcaioa/wwwroot/img/3.jpg Binary files differ diff --git a/zhengcaioa/zhengcaioa/wwwroot/img/images/logo.png b/zhengcaioa/zhengcaioa/wwwroot/img/images/logo.png index 33be89f..dbe9d60 100644 --- a/zhengcaioa/zhengcaioa/wwwroot/img/images/logo.png +++ b/zhengcaioa/zhengcaioa/wwwroot/img/images/logo.png Binary files differ -- Gitblit v1.9.1