增加移动端登陆页面背景,以及通明效果

This commit is contained in:
Argo-Lenovo 2017-03-26 15:11:19 +08:00
parent a149da26c8
commit e3e398aa98
3 changed files with 9 additions and 4 deletions

View File

@ -115,6 +115,7 @@
<Content Include="Content\fileinput.min.css" />
<Content Include="Content\IE8.css" />
<Content Include="Content\images\bg2.jpg" />
<Content Include="Content\images\bg4.jpg" />
<Content Include="Content\images\bg3.png" />
<Content Include="Content\login-responsive.css" />
<Content Include="Content\nprogress.css" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

View File

@ -1,15 +1,19 @@
.form-signin {
body {
background: url('images/bg4.jpg') fixed repeat;
}
.form-signin {
margin: 0 auto;
background: #fff;
border-radius: 5px;
border: solid 1px #ddd;
border: solid 1px #1a88a9;
background: rgba(255, 255, 255, 0.23);
}
.form-signin .form-signin-heading {
margin: 0;
padding: 15px;
text-align: center;
background: #41cac0;
background: rgba(0, 0, 0, 0.57);
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 34px;