login.css 7.7 KB
/*portal login start*/
body {
	font-family: 'SimSun';
	font-size: 14px;
}
.pl-login-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.pl-login-container .login-top {
    padding: 25px 56px 1.8em;
}
.pl-login-container .login-top .logo {
	float: left;
	background: url('./images/BCcircle_c.png') no-repeat;
	width: 193px;
	height: 52px;
	margin-right: 135px;
}
.pl-login-container .login-top .nav-top,
.pl-login-container .login-top .phone {
	padding-top: 32px;
	display: none;
}
.pl-login-container .login-top .phone {
	background: url('./images/ic_call.png') no-repeat left bottom;
	padding-left: 20px;
    font-size: 18px;
}
.pl-login-container .login-top li {
	display: inline-block;
	padding: 0 15px;
	float: left;
}
.pl-login-container .login-top .nav {
	font-size: 18px;
	color: #333;
}
.pl-login-container .login-submit {
	width: 100%;
    position: absolute;
    z-index: 999999;
}
.pl-login-container .login-submit .form-box {
	width: 1366px;
	height: 427px;
    margin: 0 auto;
    overflow-x: auto;
    background: url('./images/default_pic.png') no-repeat center center;
}
.pl-login-container .login-submit form {
	background: url('./images/login_box.png') no-repeat center right;
	background-size: 100% auto;
	width: 22.5em;
    height: 24.5em;
    float: right;
    margin: 2.5em 10em 0 0;
    color: #a6a6a6;
    display: block;
}
.pl-login-container .login-l-line {
    background: url('./images/default_picleft.png') repeat-x;
    height: 427px;
    width: 30%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.pl-login-container .login-r-line {
    background: url('./images/default_picright.png') repeat-x;
    height: 427px;
    width: 30%;
    position: absolute;
    right: 0;
    z-index: 1;
}
.pl-login-container .login-submit .login-form {
    top: 10px;
    width: 278px;
    margin: 0 20px;
}
.pl-login-container .login-form .login-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 15px;
    padding-bottom: 14px;
    font-weight: 700;
    padding-left: 2px;
}
.pl-login-container .login-submit .form-check {
    color: #f9512a;
    display: block;
    padding: 5px 3px;
    font-size: 12px;
    display: none;
}
.pl-login-container .login-submit .form-ver {
	display: block;
    margin-bottom: 5px;
    height: 58px;
    _height:expression((document.documentElement.clientHeight||document.body.clientHeight)<58?"58px":"");
    overflow:hidden;
}
.limit{
	/* margin-right: 116px;
	*margin-right: 98px; */
}
.pl-login-container .login-submit input {
	width: 160px;
    border: 1px solid #e3e3e3;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: none;
    padding: 0px 8px;
    height: 40px;
    line-height: 40px;
    *line-height: 42px;  /*ie6,ie7*/
}
.pl-login-container .login-submit .login-username {
	width: 260px;
}
.pl-login-container .login-submit input.tips {
	color: #ccc;
}
.pl-login-container .ie6 input {
	float: left;
}
.pl-login-container .login-submit input[type="password"] {
    float: left;
}
.pl-login-container .login-submit input[name="verify"] {
	width: 35%;
}
.pl-login-container .login-submit img {
	max-width: 96px;
	height: 40px;
	float: left;
	margin-left: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.pl-login-container .login-submit .form-rel {
	position: relative;
    top: 0;
    right: 0;
}
.prompt {
	position: absolute;
	top: 38px;
	width: 100%;
}
.pl-login-container .login-submit .send-pwd {
	color: #fff;
	text-decoration: none;
    border: none;
    color: #000;
    background: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    line-height: 40px;
}
.pl-login-container .login-submit .send-pwd:hover {
    color: #fff;
    border-color: #4a8bc5;
    background-color: #4a8bc5;
}
.pl-login-container .login-submit .exchange-a,
.pl-login-container .login-submit .forget-psw {
	float: right;
	font-size: 12px;
    text-decoration: underline;
	color: #5e5e5e;
	display: inline;
    outline: none;
    padding: 5px 3px;
}
.pl-login-container .login-submit .forget-psw {
	padding: 5px 0;
    line-height: 15px;
}
.pl-login-container .login-footer {
    text-align: center;
    padding: 19px;
    display: none;
}
.pl-login-container .login-footer .service,
.pl-login-container .login-footer .consult,
.pl-login-container .login-footer .footer {
	display: inline-block;
}
.pl-login-container .login-footer .footer {
	padding: 0 35px;
}
.pl-login-container .login-footer .service-num,
.pl-login-container .login-footer .consult-num {
	width: 18px;height: 18px;
    display: inline-block;
    padding: 0 20px;
    color: #515151;
}
.pl-login-container .login-footer .service-num {
	background: url('./images/ic_qq.png') no-repeat;
}
.pl-login-container .login-footer .consult-num {
	background: url('./images/ic_mes.png') no-repeat;
}
.pl-login-container .btn.btn-block {
	width: 278px !important;
	height: 42px;
    margin-top: 15px;
    letter-spacing: 10px;
    font-size: 16px;
    font-weight: 700;
}
.hide {
	display: none;
}
.ghost {
	display: none;
	position: absolute;
	width:100%;
	height: 100%;
	background: #ccc none repeat scroll 0 0;
	opacity: 0.4;
  	filter: alpha(opacity=40);
	z-index:998;
}
.base-red {
    color: #f00;
    padding: 0 2px;
    display: inline-block;
}
.dialog {
	position: absolute;
	width: 400px;
	top:50%;
	left: 50%;
	margin: -90px 0 0 -200px;
	z-index:999;
}
.dialog .title {
	height: 30px;
	line-height: 30px;
	text-indent:1em;
	background: #81bbbc;
	color: #FFFFFF;
}
.dialog .content {
	background: #FFFFFF;
	height: 90px;
	padding: 10px 20px 0 20px;
}
.dialog .item {
	width: 100%;
	height: 35px;
    line-height: 35px;
    float: left;
}
.dialog .split {
    padding: 0 5px 0 3px;
}
.dialog .message {
    height: 20px;
    line-height: 20px;
    display: inline;
    float: left;
    margin-top: -5px;
    font-size: 12px;
    color: #f00;
    padding-left: 85px;
}
.dialog .label {
	width: 72px;
    text-align: right;
}
.dialog .send {
    width: 80px!important;
    height: 24px;
    line-height: 24px;
    margin: 6px 0;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    color: #000000;
}
.dialog .send:hover,.dialog .disable {
	color: #ffffff;
	border-color: #81bbbc;
	background-color: #81bbbc;
}
.dialog .control {
	width: 242px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    margin: 6px 0;
}
.dialog .control .username,.dialog .control .veriyCode {
	outline: none;
	width: 242px;
	height: 100%;
	line-height: 24px;
    border: none;
}
.dialog .control .username {
	height: 24px !important;
	font-size: 16px;
}
.dialog .control .veriyCode {
    margin: 0 5px;
    width: 144px !important;
}
/* .dialog .username option:hover {
	background: #95B8E7 !important;
} */
.dialog .combo-arrow {
    width: 22px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #81bbbc;
}
.dialog .combo-arrow img {
	margin: 8px auto;
}
.dialog .verify {
	width: 154px;
}
.dialog .buttons {
	height: 38px;
	background: #FFFFFF;
	text-align: center;
}
.dialog .buttons .btn {
	text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    padding: 0 15px;
    width: 36px;
    height: 24px;
    line-height: 24px;
}
.dialog .buttons .btn {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.dialog .button{
	display: block;
	text-align: center;
}