84 lines
1.3 KiB
CSS
84 lines
1.3 KiB
CSS
body,html{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
}
|
|
#tableDiv{
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
#tablePwd{
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
.td_left{
|
|
width: 25%;
|
|
text-align: right;
|
|
}
|
|
.td_left_title{
|
|
width: 25%;
|
|
text-align: right;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.td_right{
|
|
width: 75%;
|
|
}
|
|
#tablePwd input{
|
|
width: 90%;
|
|
height: 50%;
|
|
font-size: 18px;
|
|
}
|
|
#msg{
|
|
width: 20%;
|
|
height: 40%;
|
|
color: #999999;
|
|
margin-top: -8%;
|
|
margin-left: 72%;
|
|
position: relative;
|
|
display: block;
|
|
text-decoration:none;
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
}
|
|
#newPwd{
|
|
background-image: url(../img/login/colsePwd.png);
|
|
background-repeat: no-repeat;
|
|
width: 12%;
|
|
height: 58%;
|
|
margin-top: -10%;
|
|
margin-left: 80%;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
#againNewPwd{
|
|
background-image: url(../img/login/colsePwd.png);
|
|
background-repeat: no-repeat;
|
|
width: 12%;
|
|
height: 58%;
|
|
margin-top: -10%;
|
|
margin-left: 80%;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
#subBtn{
|
|
width: 90%;
|
|
height: 60%;
|
|
border: 0;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
background-color: #00BFBF;
|
|
cursor:default;
|
|
}
|
|
#againPwdP{
|
|
width: 68%;
|
|
height: 5%;
|
|
margin-top: 1%;
|
|
color: red;
|
|
position: absolute;
|
|
display: none;
|
|
} |