From 77664c98e30bc5efa9daec969235152aa85a81ff Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Thu, 12 Nov 2020 10:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LiveItem.vue | 3 +- src/components/ReviewItem.vue | 50 +++++++++++++++++++++++--- src/components/ReviewItemtwo.vue | 2 +- src/components/VideoItem.vue | 3 +- src/components/VideoReview.vue | 13 +++++-- src/static/images/arrowdownblueup.png | Bin 0 -> 1142 bytes 6 files changed, 61 insertions(+), 10 deletions(-) create mode 100644 src/static/images/arrowdownblueup.png diff --git a/src/components/LiveItem.vue b/src/components/LiveItem.vue index 73500d2..d945c2b 100644 --- a/src/components/LiveItem.vue +++ b/src/components/LiveItem.vue @@ -46,7 +46,8 @@ position: relative; box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11); .cover{ - width: 100%; + width: 226px; + min-width: 100%; height: 127px; } .play{ diff --git a/src/components/ReviewItem.vue b/src/components/ReviewItem.vue index f740f15..1148493 100644 --- a/src/components/ReviewItem.vue +++ b/src/components/ReviewItem.vue @@ -15,7 +15,8 @@
{{lan.$t('suoyouhuifu')}} - + +
@@ -23,7 +24,13 @@
{{date}}
-
{{lan.$t('huifu')}}
+
+
+ {{lan.$t('shanchu')}} +
+
{{lan.$t('huifu')}}
+
+
@@ -113,15 +120,22 @@ font-size: 10px; color: #08AE98; } + .del{ + font-size: 10px; + color:#D12C2D!important; + flex-shrink: 0; + margin-right: 28px; + } } .huifu{ + border-top: solid 1px #eee; margin-left: 56px; margin-top: 30px; } }