advisoryDetails.css 658 字节

*{
   margin:0;
   padding:0;
}
body{
	/*background: #f6f6f6;*/
   display:flex;
   padding: 0.52rem 0.46rem 0 0.35rem; 
   flex-direction: column;
}
.show{
	font-size: 0.31rem;
	width: 100%;
	text-align: center;
	font-weight:Medium;
	font-family: PingFang-SC-Medium;
}
.text{
	margin-top: 0.1rem;
	/*
	border: none;
	background:#f6f6f6;
	color: #333;
	line-height:0.44rem ;
	overflow: auto;*/
	font-size: 0.28rem;
	text-align: justify;
	   
}
.time{
	font-size: 0.28rem;
	width: 100%;
	text-align: center;
	font-weight:Medium;
	font-family: PingFang-SC-Medium;
	justify-content: flex-end;
	display: flex;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}