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