登录页 适配
This commit is contained in:
@ -103,6 +103,62 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
|
||||
color: rgb(0, 0, 0);
|
||||
transition: background-color 50000s ease-in-out 0s;
|
||||
}
|
||||
@media screen and (min-width: 1600px) {
|
||||
html {
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-image: url(../images/Login12.jpg);background-size:100% 100%;
|
||||
}
|
||||
#loginTitle {
|
||||
padding-top: 30px;
|
||||
font-size: 28px;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
#loginWrap {
|
||||
width: 430px;
|
||||
padding-left:70px;
|
||||
height: 290px;
|
||||
background: rgba(255,255,255,0.3);
|
||||
position: absolute;
|
||||
top: 233px;
|
||||
right: 200px;
|
||||
-moz-box-shadow: 3px 3px 20px #cccccc;
|
||||
box-shadow: 3px 3px 20px #cccccc;
|
||||
}
|
||||
#username {
|
||||
width: 300px;
|
||||
height: 30px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
text-indent: 0.5em;
|
||||
}
|
||||
#password {
|
||||
width: 300px;
|
||||
height: 30px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
text-indent: 0.5em;
|
||||
}
|
||||
#LoginForm1BtnCtId {
|
||||
|
||||
width: 95px;
|
||||
height: 35px;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.userPrompt{
|
||||
color: red;
|
||||
font-size: 12px;
|
||||
}
|
||||
#tip {
|
||||
position:absolute;
|
||||
top:108%;
|
||||
left:75px;
|
||||
color: #848383;
|
||||
line-height:24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1600px) {
|
||||
html {
|
||||
|
Reference in New Issue
Block a user