*{margin: 0;padding: 0;}


#vueApp{
	width: 80vw;
	border:2px black solid;
	border-radius: 2rem;
	margin: 1rem auto;
	text-align: center;
}

.current_time{
	padding: 1rem;
	border-bottom: 1px black dotted;
	padding-bottom: 1rem;
}
.file_input_box{
	margin: auto;
	padding: 1rem;
}
.table{
	margin: auto;
}
.label_items{
	margin: 1rem auto;
}
.label_item{
	padding: 1rem;
}

.tr{
	border-bottom: 1px black double;
	padding-bottom: 10px;
}

.img_style{
	max-width: 3vw;
	width: 100%;
	height: 100%;
}
.myFontWenDao{
	border-bottom:1px grey dotted;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 5px;
	align-items: center;
}



#footer{
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	align-items: center;
}
.footer_msg{
	margin: 0 auto;
	border: 1px grey dotted;

}


