goodevalute.wxss 2.3 KB
.evalutebox {
  padding: 0 24rpx 24rpx;
  box-sizing: border-box;
  border-bottom:24rpx solid #f9f9f9;
  margin-top:24rpx;

}

.evaluteleft {
  width: 144rpx;
  height: 144rpx;
  border-radius: 16rpx;
  font-size: 0;
  flex: 0 0 auto;
  position: relative
}
.evaluteleft{
  position: relative
}
.zengsong{
  width:44rpx;
  height:44rpx;
  font-size: 0;
  position: absolute;
  left:-10rpx;
  top:-20rpx;
  z-index:999;
}
.zengsong image{
  widht:100%;
}

.evaluteleft image {
  width: 100%;
  height: 100%;
  border-radius: 16rpx;
}

.boxgoodrightop {
  color: #06121e;
  font-size: 30rpx;
  font-weight: bold;
  position: relative;
  padding-left: 64rpx;
  box-sizing: border-box;
}

.boxgoodrigtl {
  width: 52rpx;
  height: 28rpx;
  font-size: 0;
  position: absolute;
  top: 6rpx;
  left: 0;
}

.boxgoodrigtl image {
  width: 100%;
  height: 100%;
}

.evaluteboxhead {
  display: flex;
  /* align-items: center */
}

.evaluteright {
  margin-left: 36rpx;
}

.desc {
  color: #06121e;
  font-size: 24rpx;
  margin-top: 21rpx;
}

.wuxingitem {
  width: 30rpx;
  height: 30rpx;
  font-size: 0;
  margin-right: 26rpx;
}

.wuxingitem image {
  width: 100%;
  height: 100%;
}

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

.wuxingfen {
  color: #ff5a4e;
  font-size: 24rpx;
}

.wuxing {
  display: flex;
  align-items: center;
  margin-top: 16rpx;
}

.enterdes {
  width: 686rpx;
  height: 182rpx;
  color: #3d444d;
  font-size: 28rpx;
  margin-top: 44rpx;
}

.enterdes textarea {
  width: 100%;
  height: 100%;
  color: #3d444d;
  font-size: 28rpx;
}

.enterping {
  color: #3d444d;
  font-size: 28rpx;
}
.upimgbnox{
  display:flex;
  align-items: center;
  flex-wrap: wrap
}
.upimgnoxitem{
  width:180rpx;
  height:180rpx;
  font-size: 0;
  position: relative;
  margin-right:20rpx;
  margin-bottom:20rpx;
}
.upimgnoxitem image{
  width:100%;
  height:100%;
}
.chahao{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  position: absolute;
  top:-10rpx;
  right:-10rpx;
}
.chahao image{
  width:100%;
  height:100%;
}
.adddizhi {
  height: 128rpx;
  background: #fff;
  width: 750rpx;
  position: fixed;
  bottom: 0;
  left: 0;
}

.adddizhibtn {
  width: 686rpx;
  height: 88rpx;
  background: rgba(255, 90, 78, 1);
  opacity: 1;
  border-radius: 8rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  margin:0 auto;
}
.evalutepage{
  padding-bottom: 150rpx;
}