ocr.css 3.03 KB
body{font-family:΢źڡ;height: 100%;-webkit-overflow-scrolling: touch;}
#container_upload{
	position: absolute;
	top:0px;
	left:0px;
	bottom: 0;
	height: auto;
	width:100%;
	overflow: hidden ;
	display: none;
}
#container{
/*   			display: none; */
}
.navbar1 {
	background-color: #043e72;
	width: 100%;
	height: 50px;
	margin-bottom: 0;
	border: none;
	z-index: 10;
}
#content_subject_2 {
	margin-top: 50px;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	position: absolute;
	overflow-y:visisble;
	overflow-x:hidden;
	z-index: 10;
}
#content_subject {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	position: absolute;
	overflow-y:visisble;
	overflow-x:hidden;
	z-index: 10;
}
.labelDiv{
	width:90%;
	float: left;
	height:100%;
	text-align: left;
	padding-left: 10px;
	line-height: 60px;
}
#next_upload_div{
	height: 100%;
	text-align: center;
	line-height: 50px;
	width: 33%;
	float: right;
	color: #ABABAB;
}
#previous_div{
	height: 100%;
	text-align: center;
	line-height: 50px;
	width: 33%;
	float: left;
}
#invoce_previous_div{
	height: 100%;
	text-align: center;
	line-height: 50px;
	width: 50%;
	float: left;
}
#invoice_div{
	height: 100%;
	text-align: center;
	line-height: 50px;
	width: 34%;
	float: left;
}
#upload_input{
	width: 80%;
	height: 60px;
	margin-left: 10%;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	border-bottom: 3px solid #777777;
}
#result_img {
	width: 100%;
	height: 100%;
	overflow-y:visisble;
	overflow-x:visisble;
	overflow:auto;
	z-index: 10;
	background-color: #f1f1f2;
	text-align: center;
	background: url("/fna/invoice/mobilepage/img/picture.png") no-repeat center #f1f1f1;
}
#file_head{
	width: 100%;
}
#container_invoice{
	position: absolute;
	top:0px;
	left:0px;
	bottom: 0;
	height: auto;
	width:100%;
	overflow: auto;
	width:100%;
	display: none; 
}
.title-div{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.footer{
	width: 95%;
	float: right;
	margin-buttom:15px;
	text-align: right;
	margin-right: 5%;
}
.btn-primary{
	width: 100%;
	background-color: #174c8e;
}
#data_div{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 95%;
	margin-left:5%;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	position: absolute;
	overflow-y:visisble;
	overflow-x:hidden;
	z-index: 10;
}
#priceincludetax,#buyer,#seller,#saledate,#checkcode{
	height: 65px;
	width: 100%;
	text-align: left;
	float: left;
	line-height: 65px;
	display: none; 
}
#price,#tax,#number,#code{
	height: 65px;
	width: 50%;
	text-align: left;
	float: left;
	line-height: 65px;
	display: none; 
}
.title_1{
	height: 20px;
	width: 100%;
	line-height: 20px;
	font-size: 15px;
}
.data_1{
	height: 45px;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
	color: #696969;
}
.data_2{
	height: 45px;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
	color: #696969;
}
#write_1,#write_2,#write_3,#write_4,#write_5,#write_6,#write_7,#write_8,#write_9{
		display: none;
}
.form-control{
	width: 90%;
}