add_comment.wxss 4.03 KB
/* .goods-mes {
    height: 100rpx;
    display: flex;
    padding: 30rpx;
    justify-content: space-between;
}

.goods-img {
    width: 100rpx;
    height: 100rpx;
    overflow: hidden;
}

.goods-des {
    width: 560rpx;
}

.goods-des>view {
    width: 100%;
    height: 32rpx;
    line-height: 1;
    font-size: 32rpx;
    color: #444;
}

.goods-package {
    margin-top: 36rpx;
}

.evaluation {
    padding: 30rpx 30rpx;
    position: relative;
    font-size: 28rpx;
}

.word-box {
    color: #444;
    line-height: 40rpx;
    width: 100%;
    height: 200rpx;
}

.words-num {
    position: absolute;
    right: 30rpx;
    bottom: 30rpx;
    color: #777;
}

.pic-list {
    padding: 40rpx 20rpx 20rpx;
    display: flex;
    justify-content: space-around;
}

.share-pic {
    width: 126rpx;
    height: 126rpx;
    border: 1px solid #ddd;
    overflow: hidden;
}

.anonymous {
    height: 60rpx;
    padding: 0 20rpx 20rpx;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 30rpx;
    color: #777;
}

.anonymous>icon {
    margin-right: 20rpx;
}

.score-list {
    margin-top: 20rpx;
}

.score-list>view {
    display: flex;
    justify-content: space-between;
    font-size: 30rpx;
    color: #444;
}

.score-title {
    height: 90rpx;
    line-height: 90rpx;
    border-bottom: 1px solid #eee;
}

.score-item {
    align-items: center;
    height: 80rpx;
}

.stars {
    display: flex;
}

.stars image {
    width: 44rpx;
    height: 40rpx;
}

.btn-wrap {
    padding: 20rpx 0;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.submit-btn {
    width: 320rpx;
    height: 80rpx;
    line-height: 80rpx;
    text-align: center;
    background-color: #f15353;
    color: #fff;
    margin: auto;
} */

/* 商品详情和评价 */

.commodity {
  height: 715rpx;
  border-top: 6rpx solid rgb(245, 245, 245);
  border-bottom: 6rpx solid rgb(245, 245, 245);
  padding: 0rpx 30rpx;
}

.commodity .information {
  height: 286rpx;
}

.commodity .information image {
  width: 186rpx;
  height: 186rpx;
}

.information .goods_name {
  width: 480rpx;
  margin-left: 25rpx;
  height: 186rpx;
}

.information .goods_name .ellipsis-2 {
  line-height: 40rpx;
  height: 80rpx;
}

.information .goods_name .jc_sb {
  margin-top: 60rpx;
  color: rgb(212, 28, 52);
  margin-right: 7rpx;
}

.information .goods_name .jc_sb .fs32 {
  line-height: 40rpx;
}

.information .goods_name .jc_sb .sum {
  margin-right: 5rpx;
}

.balin {
  align-items: baseline;
}

.addComment {
  height: 345rpx;
  width: 690rpx;
  background-color: rgb(248, 248, 248);
  padding: 32rpx 0rpx 21rpx 0rpx;
}

.addComment textarea {
  padding: 0rpx 18rpx;
  height: 175rpx;
  width: 654rpx;
}

.addComment .addimages {
  padding: 0rpx 18rpx;
  margin-top: 20rpx;
  align-items: flex-end;
  width: 652rpx;
}

.addComment .addimages .images {
  height: 140rpx;
}

.addComment .addimages .images .rel {
  width: 140rpx;
  height: 100%;
  overflow: visible;
  margin-right: 15rpx;
}

.addComment .addimages .images image .abs {
  width: 30rpx;
  height: 30rpx;
  top: -7rpx;
  right: -7rpx;
}

.addComment .addimage {
  width: 139rpx;
  height: 139rpx;
  border: 2rpx dashed rgb(196, 196, 196);
  font-size: 16rpx;
  margin-left: 6rpx;
}

.addComment .addimage image {
  width: 60rpx;
  height: 58rpx;
}

.Grade {
  width: 100%;
  height: 310rpx;
  border-bottom: 6rpx solid rgb(245, 245, 245);
  padding-left: 45rpx;
}

.Grade .title {
  width: 100%;
  height: 105rpx;
}

.Grade .title .column {
  height: 30rpx;
  border-left: 6rpx solid rgb(211, 27, 58);
  margin-right: 12rpx;
}

.Grade .score-item {
  height: 55rpx;
  line-height: 55rpx;
}

.Grade .score-item .stars {
  margin-left: 83rpx;
}

.Grade .score-item .stars image {
  width: 35rpx;
  height: 35rpx;
  margin-right: 28rpx;
}

.Whether .flex-right-vertical {
  height: 67rpx;
  padding-right: 31rpx;
}

.Whether .flex-right-vertical .radio {
  margin-right: 15rpx;
}

.Whether .Submission {
  margin-top: 40rpx;
}

.Whether .white {
  width: 364rpx;
  height: 58rpx;
  background-color: rgb(212, 28, 52);
  border-radius: 40rpx;
  line-height: 58rpx;
}