This commit is contained in:
zhaofang
2022-10-19 11:38:43 +08:00
parent 397c558abc
commit 931aa96cff
11 changed files with 40 additions and 11 deletions

View File

@@ -131,7 +131,7 @@
<span class="portal-right-text blue-one">
<img :src="getPic(index)" alt="">
</span>
<span class="portal-title-desc two-line-ellipsis title-line-ellipsis" style="font-size: 14px;">{{ item.name }}</span>
<span class="portal-title-desc two-line-ellipsis title-line-ellipsis" style="font-size: 14px;color: #04243C;">{{ item.name }}</span>
</a>
<div class="list-active">
<div class="list-content">
@@ -214,7 +214,7 @@
<span class="portal-right-text orange-one">
<img :src="getPic(index)" alt="">
</span>
<span class="portal-title-desc two-line-ellipsis" style="font-size: 14px;">{{ item.title }}</span>
<span class="portal-title-desc two-line-ellipsis" style="font-size: 14px;color: #04243C;line-height: 26px;">{{ item.title }}</span>
</li>
</ul>
</div>