import.css 2.77 KB

.prePageArea, .aftPageArea {
	margin: 10px auto;
    position: relative;
    width: 100%;
    text-align: center;
}

.lineDiv {
	position: relative;
	top: 5px;
	width: 100%;
	height: 1px;
	background: url("/page/exportImport/images/u130_line.png") repeat-x;
}

.messageContent {
    width: 100%;
    text-align: center;
    top: 100px;
    position: relative;
    height: 100px;
}

.pageInfoContent {
	margin-top: 10px;
	width: 100%;
	/* padding-left:40px; */
}

.titleAndOperation {
	width: 100%;
	text-align: left;
}

.titleAndOperation span.title {
	margin-right: 10px;
}

.operationArea{
	position: absolute;
    top: -33px;
    right: 0px;
}


.titleAndOperation span.needShareInfo ,
.titleAndOperation span.checkResource{
	float: right;
}

.content{
	width: 865px;
    margin: 60px auto;
}

.pageInfoContent .item {
	text-align: left;
    width: 20%;
    margin-right: -5px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.pageInfoContent .nameContent {
	text-align: center;
    width: 20%;
    margin-right: -5px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.iconSpan{
	width: 100px;
    display: block;
    text-align: center;
}

.hpName{
	width: 100px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.operateContainer{
	text-align:center;
	width:100%;
	color:#FF7E0C;
}

.operateItems{
	margin-top:30px;
	font-size:12px;
	color:#6C6C6C;
}

.operateItems .item{
	display:inline-block;
	width:160px;
	height:100px;
}

.importContainer{
	position: relative;
    top: 90px;
    color: #46b8ff;
    /* width: 1027px; */
    width: 100%;
    text-align: center;
}

.zipItem{
	display:inline-block;
	width:116px;
}
#scrollContainer{
	width: 850px;
    height: 250px;
    overflow: hidden;
    position: relative;
    top: 30px;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
}

.fileContainer{
	width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    text-align: left;
}

.zipItem,.noEle{
	cursor:pointer;
	margin:10px 10px;
	color:#6D6D6D;
}

.zipItem img{
	margin-left:15px;
	margin-bottom:5px;
}

.zipItem span.fileName{
	width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-left: 24px;
}

.finishedBtn{
	position: absolute;
    width: 141px;
    height: 40px;
    border: none;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    top: 89px;
    left: 442px;
    background-color:#2db7f5;
}
.finishedBtn:hover{
	background: url(/page/exportImport/images/btn_mouseOver_140x40.png);
    color: #FFFFFF;
}

.div_bottom {
	position: relative;
    margin: 0px auto;
   	top: 150px;
    /* top: 30px; */
}

.div_bottom .btn_nonOperate {
	position: absolute;
	left: 50%;
	margin-left: -101px;
}