commentdetail.wxss 1.9 KB
@import '../morecomment/morecomment.wxss';
@import '../examine/examine.wxss';
.photo {
  /* width:686rpx; */
  margin-top: 0;
  /* margin:0 auto; */
  background: #fff;
}

.comright {
  width: 575rpx;
}

.boxitem {
  width: 184rpx;
  height: 184rpx;
  font-size: 0;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
  
}

.star {
  margin-left: 12rpx;
}

.detailcommentbox {
  padding: 0 32rpx 150rpx;
  box-sizing: border-box;
}

.phototopleft {
  margin-top: 36rpx;
}

.commentitem {
  width: 686rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  padding: 36rpx 32rpx;
  box-sizing: border-box;
  margin-top: 20rpx;
}

.lsitzanleft {
  width: 24rpx;
  height: 24rpx;
  font-size: 0;
}

.zannumber {
  color: #8c9198;
  font-size: 22rpx;
  margin-left: 12rpx;
}

/* 底部评论 */

.commentbototm {
  width: 750rpx;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}

.commbotleft {
  width: 382rpx;
  height: 56rpx;
  background: rgba(238, 238, 238, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #bdc4ce;
  font-size: 24rpx;
}

.commbotleft input {
  width: 100%;
  height: 100%;
  padding: 12rpx 38rpx;
  box-sizing: border-box;
}

.enter {
  color: #bdc4ce;
  font-size: 24rpx;
}

.combotitemleft {
  width: 44rpx;
  height: 44rpx;
  font-size: 0;
}

.combotzannumber {
  color: #06121e;
  font-size: 24rpx;
  margin-left: 6rpx;
}
.praiseactive{
  color:#FA8183
}

.itemleft {
  margin-right: 40rpx;
}

.send {
  width: 96rpx;
  height: 56rpx;
  background: rgba(253, 170, 42, 1);
  opacity: 1;
  border-radius: 8rpx;
  display:flex;
  justify-content: center;
  align-items: center
}
.sendimg{
  width:30rpx;
  height:26rpx;
  font-size:0
}
.commentleftactive{
  width:560rpx;
}
.commentbox{
  padding: 40rpx 20rpx;
  box-sizing: border-box;
}
.textk{
  color: #06121e;
font-size: 24rpx;
/* margin-top:10rpx; */
/* line-height: 1; */
display:inline-block

}