diff --git a/pages/goods/components/detail/comment-item.vue b/pages/goods/components/detail/comment-item.vue index b724e0be..810c4f3d 100644 --- a/pages/goods/components/detail/comment-item.vue +++ b/pages/goods/components/detail/comment-item.vue @@ -32,6 +32,10 @@ + + 商家回复 + {{ item.reply_content }} + @@ -71,4 +75,24 @@ font-weight: 400; color: #333333; } + .reply-box { + position: relative; + } + .reply-title { + position: absolute; + left: 0; + top: 0; + font-weight: 600; + font-size: 26rpx; + line-height: 40rpx; + color: #666666; + } + + .reply-content { + text-indent: 108rpx; + font-weight: 400; + font-size: 26rpx; + line-height: 40rpx; + color: #333333; + }