From 98d987c385982f6f9ef3c80c2049c3c211b44891 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Wed, 9 Aug 2023 10:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AA=E4=BA=BA=E6=88=BF?= =?UTF-8?q?=E6=BA=90=E8=AE=A4=E8=AF=81=E6=A0=87=E7=AD=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biserialListItem/biserialListItem.vue | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index fb49404..e4cb706 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -10,6 +10,8 @@
+ {{ data && data.data && data.data.subject || '暂无标题' }}
@@ -42,8 +44,8 @@
- {{data.data.rentalduration - === '0'?'租期不限': + {{ data.data.rentalduration + === '0' ? '租期不限' : listData.data.rentalduration[data.data && data.data.rentalduration] || '' }}
@@ -93,7 +95,8 @@
+ :class="{ 'img-100': routePath === '/detail' && data && data.data && !data.data.isvideo }" + alt="">
@@ -125,8 +128,8 @@
- +
@@ -242,6 +245,12 @@ img { width: 100% !important; } +.intermediary-tab-img { + width: 85px; + height: 20px; + margin-left: 15px; +} + .authentication-box { width: 100%; height: 30px; @@ -266,7 +275,7 @@ img { } } -.item:hover{ +.item:hover { -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); @@ -447,12 +456,6 @@ img { .btm-box { padding: 20px; - .intermediary-tab-img { - width: 85px; - height: 20px; - margin-left: 15px; - } - .user-img { width: 24px; height: 24px; @@ -489,7 +492,8 @@ img { text-align: center; } } -} +} + \ No newline at end of file