diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index dae2ac9..1c1b8fb 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -21,10 +21,27 @@ {{ item.comment }} + + + + + + { if(item !== video) { @@ -96,4 +115,18 @@ export default { .time{ padding: 0 !important; } +.evaluateWtapper .evaluateItem .imgList .pictrue{ + position: relative; + width: 300rpx; + .play-icon { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + margin: auto; + width: 80rpx; + height: 80rpx; + } +}