examintext.wxss 851 字节

page{
	padding: 38rpx 32rpx;
	box-sizing: border-box;
}
.texttitle{
	color:#06121F;
	font-size: 32rpx;
}
.textlist{
	margin-top:32rpx;
	border-top:1rpx solid #f5f5f5;
}
.textitem{
	padding: 16rpx 32rpx;
	box-sizing: border-box;
	border:2rpx solid rgba(238,238,238,1);
	margin-bottom:16rpx;
}
.selright{
	background: #FEF0D7;
}
.textitemleft{
	width:48rpx;
	height:48rpx;
	font-size: 0;
}
.textitemright{
	color:#06121F;
	font-size: 32rpx;
	margin-left:16rpx;
}
.wrongimg{
	width:28rpx;
	height:28rpx;
	font-size: 0;
}
.selwrong{
	background: #FFE0DB;
}
.behuiyuanbtn{
	width:686rpx;
	height:88rpx;
	background: #C29445;
	color:#fff;
	font-size: 32rpx;
	text-align: center;
	line-height: 88rpx;
	border-radius: 10rpx;
}
.huiyuanbot{
	position:fixed;
	background: #fff;
	bottom:100rpx;
	left:0;
	width:750rpx;
	height:116rpx;
	padding: 14rpx 32rpx;
}