common.css 6.6 KB
@CHARSET "UTF-8";

.requiremen_contribute .table_01 td input[type="password"] {
	width: 300px;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	height: 30px;
}

.error {
	color: red;
	width: 100%;
	text-align: center;
}

.upload_btn_add {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.upload_btn_remove {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #ff0000;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.uploadTxt {
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uploadBlock {
	display: block;
	float: left;
	clear: left;
	margin-top: 10px;
}

.pageCurrent {
	background: #2BBCEF;
	color: #fff !important;
	border: 1px solid #2BBCEF;
}

/* 报错页面 */
.list_error {
	text-align: center;
	margin: 50px auto;
	height: auto;
	overflow: hidden;
}

.list_error h4 {
	color: #ec608d;
	font-size: 18px;
	font-weight: normal;
}

.list_error p {
	text-align: center;
	color: #ec608d;
	font-size: 14px;
}

.form_text {
	width: 200px;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	height: 30px;
}
.selfListTime01{
	float: right;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selfListTime02{
	float: left;
    font-size: 16px;
    color: #222;
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table_03 th {
    font-weight: normal;
    width: 13%;
    font-size: 14px;
    /* text-align: right; */
    padding-right: 10px;
}

img {
        vertical-align: baseline !important;
}

.topContent .a_login { color: #0046aa; padding: 0 5px; position: relative; top: 0px; margin-right: 10px; font-size: 14px; }
.content{ width:100%; padding:15px 0; overflow:hidden;}
.topContent .a_login { color: #0046aa; padding: 0 5px; position: relative; top: 0px; margin-right: 10px; font-size: 14px; }

.popwinTitle{
	width: 100%;height: 26px;border-bottom: 0px;
}
.popwinTitleText{
	float: left;font-size: 16px;line-height: 26px;padding-left: 15px;color: gray
}
.popwinClose{
	float: right;
}
.popwinClose a{
	font-size: 20px;line-height: 26px;padding-right: 10px;font-weight: bold;text-decoration:none;
}

.popwinClose a:hover{
	text-decoration:none;
}

.btnBox{ width:388px; margin:0 auto; padding:30px 0 40px 0; overflow:hidden;}

.btnBox2{ width:130px; margin:0 auto; padding:30px 0 40px 0; overflow:hidden;}
.btnBox2 a{ width:119px; height:40px; text-align:center; font-size:14px; color:#fff; line-height:40px; display:block; float:left; border-radius:4px;}

/*------------------upload start------------------------*/
.upload_img_single_box{
	position: relative;
    display: table;
    margin: 8px;
    width:160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
    background: white;
}
.upload_img_single_box_imgDiv{
	padding-top: 5px;
	width: 100%;
	height: 160px;
    display:table;	
}
.upload_img_single_box_span{
    display:table-cell;
    vertical-align:middle;
}
.upload_img_single_progress {
    top: 35px;
    left: 0;
    right: 0;
    
}
.upload_img_single_progress_progress {
    height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #dcdada;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.upload_img_single_progress_success {
    background-color: #5cb85c;
}
.upload_img_single_progress_bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    background-color: #42ca51;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.upload_img_single_pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0; 
    right: 0; 
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.input-group2 .form-control2 {
    position: relative;
    z-index: 2;
    float: left;
    width: 250px !important;
    margin-bottom: 0;
}


.form-control2 {
    display: block;
    width: 100%;
    height: 20px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.multi_img_upload_main{
	width: 540px;
	border: 1px solid #c0c0c0;
    box-shadow: 1px 1px 2px 0 #a2958a;
    min-height: 200px;
    background: white;
    float: left;
}

.multi_img_upload_viewBox{
	height: 100%;
	width: 100%;
    float: left;
}

.multi_img_upload_buttonBar{
	border-bottom: 1px solid #c0c0c0;
	height: 40px;
	width: 100%;
    float: left;
}

.multi_file_upload_main{
	width: 540px;
	border: 1px solid #c0c0c0;
    box-shadow: 1px 1px 2px 0 #a2958a;
    background: white;
    float: left;
}

.multi_file_upload_file_name{
	width:280px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	float: left;
	padding-left: 5px;
}

.multi_img_upload_li{
	border-bottom: 1px solid #c0c0c0;
	float: left;
	width: 100% !important;
	padding: 5px 0px 5px 0px;
}


.multi_file_upload_file_progress{
	float: left;
	width: 120px;
	margin-top: 8px;
	padding-left: 8px;
}
/*------------------upload end------------------------*/


.span01 {
    background: #0049AA;
    color: #fff;
    padding: 0 10px;
    float: left;
    font-size: 14px;
    text-indent: 0;
    line-height: 30px;
}