xieyidetail.wxss 560 字节
/* pages/xiyiDetail/xieyidetail.wxss */

.xieyi_detail{
	margin: 0 30rpx;
	min-height: 100rpx;
	font-size: 34rpx;
	color: #666;
	padding-top: 30rpx;
  padding: 0 30rpx;
}
.accept{
	width: 670rpx;
	height: 94rpx;
	display: flex;
	align-items: center; 
	justify-content: center;
	font-size: 36rpx;
	border-radius: 10rpx;
	background: #51DBA2;
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 60rpx;
	margin-top: 67rpx;
}
.xieyiTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60rpx;
  margin-bottom: 50rpx;
  margin-top: 40rpx;
}