comment.wxss 2.8 KB
page {
  background: #F9F9F9;
  padding: 0 32rpx 32rpx;
  box-sizing: border-box;
}

.infobox {
  width: 686rpx;
  background: rgba(255, 255, 255, 1);
  margin: 16rpx 0;
  padding: 38rpx 32rpx 26rpx;
  box-sizing: border-box;
}

.imgarr {
  width: 100%;
  margin-top: 36rpx;
}

.imgItem {
  width: 176rpx;
  height: 176rpx;
  margin-right: 20rpx;
  margin-bottom: 32rpx;
  position: relative;

}
.chahao{
  width:50rpx;
  height:50rpx;
  font-size: 0;
  position: absolute;
  top:-10rpx;
  right:-10rpx;
}

.imgItem:nth-child(3n) {
  margin-right: 0;
}

.wordArea {
  min-height: 150rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40rpx;
  color: rgba(0, 0, 0, 1);
  margin-top: 32rpx;
}
.word{
  color: rgba(0, 0, 0, 1);
}

.labelbox {
  margin-top: 32rpx;
}

.labelItem {
  display: inline-block;
  padding: 8rpx 22rpx;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(189, 196, 206, 1);
  opacity: 1;
  border-radius: 24rpx;
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(6, 18, 30, 1);
}

.infoTitle {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 44rpx;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 20rpx;
}

.evaluateItem {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.tltle {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(140, 145, 152, 1);
}

.evaluateItem .infoboxtltle {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40rpx;
  color: rgba(0, 0, 0, 1);
}

.starbox {
  margin-left: 16rpx;
  display: flex;
  align-items: center;
}

.starItem {
  width: 32rpx;
  height: 32rpx;
  font-size: 0
 
}

.costbox {
  width: 686rpx;
  height: 100rpx;
  background: rgba(255, 255, 255, 1);
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.costTitle {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 44rpx;
  color: rgba(0, 0, 0, 1);
  margin-right: 48rpx;
}

.fillbox {
  display: flex;
  align-items: center;
}

.fillbox text {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40rpx;
  color: rgba(0, 0, 0, 1);
}

.fillCost {
  width: 196rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(189, 196, 206, 1);
  margin-left: 20rpx;
}

.submit {
  width: 686rpx;
  height: 88rpx;
  background: rgba(189, 196, 206, 1);
  opacity: 1;
  border-radius: 8rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(249, 249, 249, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56rpx;
}

.btnActive {
  background: #FDAA2A;
}
.imagebox{
  display:flex;
  align-items: center;
  width:600rpx;
  flex-wrap: wrap
}