comment.wxss 724 B

12345678910
  1. page{ }
  2. .goods-comment{ padding: 0 24rpx; background-color: #ffffff; }
  3. .goods-comment-title{ height: 80rpx; font-size: 9pt; color: #919191; }
  4. .comment-user-pic wx-image{ width: 66rpx; height: 66rpx; border-radius: 33rpx; margin-right: 20rpx; }
  5. .goods-comment-item{ border-top: 1rpx solid #e2e2e2; padding-bottom: 36rpx; }
  6. .goods-comment-user{ margin-top: 32rpx; }
  7. .comment-user-name{ font-size: 11pt; color: #353535; }
  8. .goods-comment-conent{ font-size: 10pt; color: #353535; margin: 20rpx 0; line-height:1.3; }
  9. .goods-comment-ginfo{ font-size: 9pt; color: #919191; margin-bottom:16rpx; }
  10. .comment-pic-shell{ width: 160rpx; height: 160rpx; border-radius: 4rpx; margin-right: 16rpx; overflow: hidden; display: inline-block; }