@CHARSET "GBK";
|
|
body {
|
margin: 0;
|
padding: 0;
|
font-size: 12px;
|
width: 100%;
|
height: 100%;
|
font-family: "microsoft yahei"
|
}
|
|
.logoin_c {
|
width: 544px;
|
margin: 0 auto;
|
padding: 80px 20px;
|
border: 1px solid #ddd;
|
border-radius: 5px;
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
|
}
|
|
.logoin_cont {
|
width: 50%;
|
margin: 0 auto
|
}
|
|
.admin_logo_bg {
|
width: 100%;
|
min-width: 1000px;
|
}
|
|
.logoin_top {
|
width: 100%;
|
height: 158px;
|
}
|
|
.login_box {
|
height: 408px;
|
margin: 0 auto;
|
display: flex;
|
align-items: center;
|
}
|
|
.logoin_title {
|
width: 100%;
|
text-align: center;
|
font-size: 28px;
|
}
|
|
.logoin_logo {
|
width: 100%;
|
height: 60px;
|
text-align: center;
|
margin-top: 15px;
|
float: left
|
}
|
|
.logoin_title_c {
|
width: 351px;
|
margin: 0 auto;
|
}
|
|
.logoin_title img {
|
display: block;
|
margin: 5px auto
|
}
|
|
.login_iptbox {
|
color: #000;
|
text-align: center;
|
}
|
|
.logoin_list {
|
width: 100%;
|
}
|
|
.logoin_list li {
|
width: 300px;
|
margin: 10px auto;
|
}
|
|
.logoin_list li .admin_login_s {
|
width: 120px;
|
color: #65635f;
|
font-size: 14px;
|
display: block;
|
text-align: right;
|
line-height: 38px;
|
}
|
|
.login_iptbox .ipt {
|
width: 300px;
|
}
|
|
.login_iptbox .ipt_code {
|
width: 125px;
|
height: 29px;
|
line-height: 29px;
|
color: #666;
|
display: block;
|
background: url(./lo_yz.png) no-repeat;
|
border: none;
|
|
|
}
|
|
.login_iptbox img {
|
float: left;
|
margin-left: 10px;
|
margin-top: 3px;
|
}
|
|
.login_iptbox .ipt_btn {
|
width: 110px;
|
height: 34px;
|
background: url("./lo_sub.png") no-repeat;
|
border: none;
|
display: block;
|
float: left;
|
cursor: pointer
|
}
|
|
#code_img {
|
position: relative;
|
background: url(./login_ts140x89.gif) no-repeat;
|
width: 140px;
|
height: 89px;
|
left: 430px;
|
top: -133px;
|
text-align: center;
|
display: none;
|
color: #000;
|
}
|
|
.admintop {
|
background-color: #3A6EA5;
|
height: 81px;
|
}
|
|
.logodiv {
|
width: 136px;
|
height: 81px;
|
float: left;
|
}
|
|
.logo_a {
|
display: block;
|
width: 136px;
|
height: 81px;
|
background: url("./logo.gif");
|
}
|
|
.adminshell {
|
width: 600px;
|
height: 81px;
|
margin-left: 10px;
|
float: left;
|
}
|
|
.admininfo {
|
width: 600px;
|
height: 40px;
|
line-height: 40px;
|
}
|
|
.adminmenu ul {
|
list-style: none;
|
margin: 0;
|
padding: 0;
|
}
|
|
.adminmenu li {
|
float: left;
|
}
|
|
.admin_login_sub {
|
width: 126px;
|
height: 35px;
|
border: none;
|
background: #076893;
|
color: #fff;
|
font-size: 14px;
|
cursor: pointer;
|
border-radius: 3px;
|
font-weight: bold
|
}
|
|
.admin_login_sub1 {
|
background: #ff7300
|
}
|
|
.admin_verification {
|
width: 262px;
|
float: left
|
}
|
|
.admin_login_sub_box {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
.login_code {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|