user_authen_form.css 3.67 KB
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "./m-steps.css";
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/

.steps{
	margin-top: 20px;
}
.authen-form{
	margin-top: 20px;
}
.authen-form > .ll{
	width: 470px;
}
.authen-form td{
	padding-bottom: 18px;
	vertical-align: top;
}
.authen-form .align-right{
	padding-top: 7px;
	color: #999;
	white-space: nowrap;
}
.data-table .align-right{
	padding-top: 0;
}
.data-table td{
	padding-bottom: 10px;
}
.authen-info{
	border: 1px #ccc solid;
	width: 220px;
	padding: 15px 10px;
}
.authen-info dt{
	font-size: 14px;
	color: #666;
	border-bottom: 1px #ddd solid;
	padding-bottom: 15px;
}
.authen-info dd{
	color: #999;
	margin-top: 15px;
	line-height: 20px;
}
.authen-help{
	margin-top: 20px;
	border: 1px #ddd solid;
	padding: 20px 20px 0 20px;
}
.authen-help dl{
	float: left;
	width: 330px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.authen-help dd{
	color: #999;
}


.message-wrap{
	padding: 20px;
	text-align: center;
}
.message-line{
	padding-bottom: 40px;
	border-bottom: 1px #ddd solid;
}
.message-box{
	display: inline-block;
	*display: inline;
	*zoom:1;
	text-align: left;
}
.message-box .safe-icon,
.inlineBlock{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: top; 
	float: none;
}
.message-box .safe-icon{
	margin-top: -5px;
}
.message-box ul{
	margin-top: 15px;
}
.message-box li{
	margin-top: 5px;
	color: #999;
}
.inlineBlock .submitBtn{
	margin-top: 20px;
	margin-right: 5px;
}


/*企业认证*/
.s-tab{
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
}
.s-tab li{
	float: left;
}
.s-tab li a{
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #f5f5f5;
	font-size: 14px;
	padding: 0 30px;
	border: 1px #ddd solid;
	margin-bottom: -1px;
	margin-left: -1px;
	color: #999;
	text-decoration: none;
}
.s-tab li a:hover{
	text-decoration: none;
}
.s-tab li .current{
	height: 35px;
	line-height: 35px;
	background: #fff;
	margin-left: -1px;
	border-top: 2px #23ac38 solid;
	border-bottom: 1px #fff solid;
	position: relative;
	color: #23ac38;
}

.s-tab-content{
	display: none;
}

.upload-box{
	margin-top: 20px;
}
.upload-box li{
	float: left;
	margin-right: 30px;
}
.upload-title{
	color: #999;
}
.upload-btn{
	height: 118px;
	width: 118px;
	border: 1px #ddd solid;
	margin-top: 5px;
	background: url('../../images/authon.png') center center no-repeat;
	position: relative;
	overflow: hidden;
}
.upload-btn1{
	background: url('../../images/authon1.png') center center no-repeat;
}
.upload-btn2{
	background: url('../../images/authon2.png') center center no-repeat;
}
.upload-btn3{
	background: url('../../images/authon3.png') center center no-repeat;
}
.upload-btn4{
	background: url('../../images/authon4.png') center center no-repeat;
}
.upload-btn5{
	background: url('../../images/authon5.png') center center no-repeat;
}
.upload-btn6{
	background: url('../../images/authon6.png') center center no-repeat;
}
.upload-btn img{
	width: 100%;
	height: 100%;
	border: 0;
	border: none;
}
.upload-text{
	position: absolute;
	/*background: rgba(51, 51, 51, 0.50);*/
	background: #333;
	opacity:0.5;
	filter:alpha(opacity=50);
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	/*z-index: 1\9;*/
}
.upload-btn .uploadfile{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 118px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background: transparent;
	opacity:0;
	filter:alpha(opacity=0);
	cursor: pointer;
}
.btn-box{
	text-align: center;
	margin-top: 40px;
}