增加移动端登陆页面背景,以及通明效果
This commit is contained in:
parent
a149da26c8
commit
e3e398aa98
|
@ -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 |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue