comment.wxss 3.35 KB
.padding {
  padding: 0rpx 27rpx;
}

.container {
  background-color: rgb(255, 255, 255);
}

.type-navbar {
  white-space: nowrap;
  display: flex;
  height: 80rpx;
  background-color: #fff;
  border-top: 2rpx solid rgb(221, 221, 221);
  justify-content: space-between;
  color: rgb(51, 51, 51);
}

.type-box {
  box-sizing: border-box;
  line-height: 76rpx;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.type-navbar-item {
  border-bottom: 4rpx solid #fff;
}

.type-item-on {
  /* width: 146rpx; */
  border-bottom: 7rpx solid #e64340;
}

.border_bottom {
  border-bottom: 3rpx solid rgb(245, 245, 245);
}

/* 无评价 */

.noCollection image {
  width: 329rpx;
  height: 229rpx;
  margin-top: 202rpx;
}

.noCollection .xc-ash {
  margin-top: 10rpx;
  font-weight: 600px;
}

.noCollection navigator {
  margin-top: 60rpx;
  border-radius: 40rpx;
}

.noCollection navigator view {
  width: 247rpx;
  height: 56rpx;
  background-color: rgb(255, 72, 72);
  border-radius: 40rpx;
}

/* 待评价栏 */

.Commodity_number {
  height: 70rpx;
  border-top: 13rpx solid rgb(245, 245, 245);
}

/* 文字基线对齐 */

.baseline {
  display: flex;
  align-items: baseline;
}

/* 单个商品框架 */

.detail_commodity {
  height: 231rpx;
}

.detail_commodity image {
  width: 185rpx;
  height: 185rpx;
}

.detail_commodity .goods_name {
  width: 485rpx;
  /* height: 75rpx; */
  line-height: 37rpx;
}

.Commodity_content {
  height: 185rpx;
  margin-left: 21rpx;
}

.Commodity_content .Commodity_goods {
  height: 150rpx;
}

.Commodity_content .Commodity_money {
  font-size: 16rpx;
}

/* 商品评价按钮框架 */

.commodity_evaluate {
  height: 110rpx;
  padding-top: 15rpx;
}

.commodity_evaluate .commodity_smy .commodity_money {
  margin-left: 29rpx;
  letter-spacing: 1rpx;
}

.commodity_evaluate .commodity_To_evaluate {
  width: 128rpx;
  height: 39rpx;
  border-radius: 9rpx;
}

.commodity_evaluate .commodity_To_evaluate view {
  height: 39rpx;
  line-height: 39rpx;
}

.commodity_evaluate .comment_go {
  margin-left: 20rpx;
  background-color: rgb(211, 28, 52);
  color: rgb(255, 255, 255);
  border: 2rpx solid rgb(211, 28, 52);
}

.Commodity_spec {
  width: 106rpx;
  background-color: rgb(236, 236, 236);
  border-radius: 7rpx;
  font-size: 18rpx;
  margin-top: 10rpx;
}

.Commodity_spec view {
  height: 28rpx;
  align-items: center;
}

.Commodity_evaluation .Comment_content {
  color: rgb(153, 153, 153);
  letter-spacing: 1rpx;
}

.Commodity_evaluation .starss {
  height: 58rpx;
  /* //  line-height: 58rpx; */
  align-items: center;
}

.Commodity_evaluation .commen {
  height: 58rpx;
  line-height: 58rpx;
}

.Commodity_evaluation .starss .stars {
  line-height: 58rpx;
}

.Commodity_evaluation .starss .stars image {
  width: 29rpx;
  height: 26rpx;
  margin-right: 5rpx;
}

.Commodity_evaluation .Comment_images image {
  width: 100rpx;
  height: 100rpx;
  margin-right: 8rpx;
  margin-top: 18rpx;
  border-radius: 6rpx;
  border: 2rpx solid rgb(245, 245, 245);
  margin-left: 15rpx;
}

.commodity_evaluate .View_evaluation {
  border: 2rpx solid rgb(179, 179, 179);
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.comment_addtime {
  height: 50rpx;
}

.title_width {
  width: 146rpx;
  text-align: center;
}

.shop-font {
  color: rgb(153, 153, 153);
}

.reply {
  margin-top: 10rpx;
}

.get_bottom {
  text-align: center;
  color: #999;
  margin-bottom: 20rpx;
}