commentdetail.wxss 1.3 KB
@import '../morecomment/morecomment.wxss';

.photo {
  margin-top: 0;
  background: #fff;
}

.comright {
  width: 575rpx;
}

.boxitem {
  width: 186rpx;
  height: 186rpx;
}

.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;
}
.itemleft{
  margin-right:40rpx;
}