shopEvaluate.wxss 2.0 KB

.item {
	padding: 32rpx;
	border-bottom: 16rpx solid #F7F7F7;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 16rpx;
	overflow: hidden;
}
.infobox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.left {
	width: 140rpx;
}
.info {
	width: 530rpx;
}
.word {
	font-size: 30rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(61, 69, 76, 1);
	line-height: 40rpx;
}
.score {
	margin-top: 22rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 28rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(61, 68, 76, 1);
}
.num {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.star {
	width: 32rpx;
	margin-right: 24rpx;
}
.fill {
	width: 686rpx;
	height: 192rpx;
	padding: 24rpx;
	box-sizing: border-box;
	background: rgba(247, 247, 247, 1);
	border-radius: 16rpx;
	font-size: 28rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(189, 196, 206, 1);
	line-height: 42rpx;
	margin-top: 66rpx;
}
.imgarr {
	padding: 32rpx 0;
	box-sizing: border-box;
}
.imagItem {
	width: 160rpx;
	margin-right: 16rpx;
}
.btnbox{
	padding: 14rpx 32rpx;
	box-sizing: border-box;
	background: #fff;
}
.submit{
	width:686rpx;
	height:88rpx;
	background:rgba(194,148,69,1);
	border-radius:16rpx;
	font-size:28rpx;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}