agreement.css 441 字节

*{
   margin:0;
   padding:0;
}
body{
	background: #f6f6f6;
   display:flex;
   padding: 0.41rem 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;
}