Files
VANTEN/WebRoot/css/signin.css
2017-10-29 22:55:28 +08:00

153 lines
2.1 KiB
CSS

body {
background-color: #eee;
}
h1{
margin-top: 80px;
font-size: 48px;
color: #000;
}
.form0{
margin:4% auto 0 auto;
max-width: 440px;
background-color:rgba(105,105,105,0.1);
}
.form0 a{
color: #000;
font-size:21px;
}
.form1{
background-color:rgba(105,105,105,0.1);
padding-top:75px;
height: 470px;
margin:0px auto;
max-width: 440px;
opacity:0.2;
}
.form3{
background-color:rgba(105,105,105,0.1);
padding-top:75px;
height: 550px;
margin:0px auto;
max-width: 440px;
opacity:0.2;
}
.form4{
padding-left:30px;
}
.form-control{
margin: 17px auto;
}
.checkbox{
margin: 40px auto;
}
#Logonway{
margin-top: 10px;
margin-left: 190px;
}
.form2{
position: fixed;
background-color:rgba(105,105,105,0.9);
height: 550px;
margin-top: -400px;
margin-left: -35px;
max-width: 440px;
opacity:0.2;
}
.form2 img{
margin-top:120px;
margin-left: 115px;
}
.form2 a{
position: fixed;
color: #fff;
padding:30px 370px;
font-size: 22px;
}
.form-signin {
max-width: 380px;
height: 300px;
margin:0px auto;
background-color:rgba(105,105,105,0);
}
/*记住密码*/
.checkbox{
color: #000;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 25px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border: none;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none;
}
/*-- Footer --*/
.footer {
text-align: center;
font-family: 'Open Sans', sans-serif;
padding-bottom: 15px;
margin-top:30px;
}
.copyright p {
color: #000;
font-size: 14px;
letter-spacing: 2px;
}
.copyright a {
color: #000;
text-decoration: none;
}
.copyright a:hover {
color: #000;
}
/*-- //Footer --*/