@charset "utf-8";
|
|
/*login_top 头部和原来的一样,不需要拷贝到platform.css里面*/
|
.login_top{
|
margin:0 auto;
|
padding:20px 0 35px;
|
height:48px;
|
width:1000px;
|
}
|
.login_top a.larks_logo{
|
float:left;
|
}
|
.login_top p{
|
float:right;
|
color:#333333;
|
font-size:12px;
|
}
|
.login_top p em{
|
color:#ff6600;
|
}
|
/*change-pw-wrap 修改密码和选择桌面新增样式,需要拷贝到platform.css里面*/
|
.change-h100{height:100%;}
|
i{font-style:normal;}
|
.change-pw-wrap{
|
width:998px;
|
min-height:280px;
|
margin:auto;
|
border:solid 1px #ccc;
|
position:relative;
|
padding-bottom:120px;
|
}
|
.change-pw-wrap .title{
|
height:44px;
|
background-color:#2980b9;
|
font-family:"微软雅黑";
|
font-size:16px;
|
color:#fff;
|
line-height:44px;
|
padding-left:20px;
|
}
|
.change-pw-wrap .tips{
|
height:60px;
|
background:url(../images/tip.png) left center no-repeat;
|
font-family:"微软雅黑";
|
font-size:14px;
|
color:#999;
|
line-height:60px;
|
padding-left:22px;
|
margin-left:20px;
|
}
|
.change-pw-wrap table{
|
margin:auto;
|
margin-top:10px;
|
}
|
.change-pw-wrap table th{
|
font-family:"微软雅黑";
|
font-size:14px;
|
color:#666;
|
line-height:44px;
|
padding-left:22px;
|
}
|
.change-pw-wrap table td input{
|
width:350px;
|
height:40px;
|
margin:14px 20px;
|
border:solid 1px #ccc;
|
font-family:"微软雅黑";
|
font-size:16px;
|
color:#333;
|
line-height:42px;
|
padding:0 10px;
|
}
|
.change-pw-wrap table td button{
|
width:126px;
|
height:40px;
|
border-radius:4px;
|
margin:16px 20px;
|
background-color:#0e76e5;
|
font-family:"微软雅黑";
|
font-size:16px;
|
color:#fff;
|
line-height:40px;
|
cursor:pointer;
|
border:0;
|
}
|
.change-pw-wrap table td a{
|
margin:0 20px;
|
font-size:14px;
|
color:#0e76e5;
|
line-height:40px;
|
cursor:pointer;
|
text-decoration:none;
|
}
|
.change-pw-wrap ul.choose-dt{
|
width:600px;
|
margin:auto;
|
margin-top:20px;
|
}
|
.choose-dt{
|
width:600px;
|
margin-left:20px;
|
margin-top:20px;
|
}
|
.choose-dt li{
|
border-bottom:dashed 1px #e5e5e5;
|
}
|
.choose-dt li.last{
|
border:0;
|
}
|
.choose-dt li span{
|
font-family:"微软雅黑";
|
font-size:16px;
|
color:#333;
|
line-height:50px;
|
margin-left:40px;
|
}
|
.choose-dt li input{
|
width:16px;
|
height:16px;
|
float:right;
|
margin-top:17px;
|
margin-right:40px;
|
cursor:pointer;
|
}
|
.choose-dt li button{
|
display:block;
|
width:126px;
|
height:40px;
|
border-radius:4px;
|
margin:20px auto;
|
background-color:#0e76e5;
|
font-family:"微软雅黑";
|
font-size:16px;
|
color:#fff;
|
line-height:40px;
|
cursor:pointer;
|
}
|
/*footer*/
|
.change-pw-wrap .footer{
|
font-size:12px;
|
color:#666;
|
line-height:24px;
|
text-align:center;
|
width:100%;
|
position:absolute;
|
bottom:40px;
|
}
|
.change-pw-wrap .footer a{
|
color:#666;
|
cursor:pointer;
|
text-decoration:none;
|
}
|
.change-pw-wrap .footer a:hover{
|
color:#0e76e5;
|
}
|
|
|
|
|
/* CSS Document */
|