|
@@ -24,7 +24,7 @@
|
|
|
/>
|
|
/>
|
|
|
<div :style="titleCss" class="bigBrand1 zi-hover">{{ item.title || '' }}</div>
|
|
<div :style="titleCss" class="bigBrand1 zi-hover">{{ item.title || '' }}</div>
|
|
|
<div :style="subtitleCss" class="bigBrand2">
|
|
<div :style="subtitleCss" class="bigBrand2">
|
|
|
- {{ item.subtitle || '' }}
|
|
|
|
|
|
|
+ {{ item.title || '' }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -174,14 +174,14 @@ const subtitleCss = computed(() => {
|
|
|
.bigBrand2 {
|
|
.bigBrand2 {
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
- color: #364153;
|
|
|
|
|
|
|
+ color: #999;
|
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 2;
|
|
-webkit-line-clamp: 2;
|
|
|
line-clamp: 2;
|
|
line-clamp: 2;
|
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
- text-align: left;
|
|
|
|
|
|
|
+ text-align: center;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|