Commit f6007ee3 authored by 王玉鑫's avatar 王玉鑫

feat: 首页广告样式修改

parent d93b5df9
......@@ -97,10 +97,12 @@
</div>
<div v-if="homePageData?.noticeList.length" class="flex items-center">
<img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" />
<div class="relative h-5 w-[180px] overflow-hidden">
<ul ref="marquee2" class="ml-2 h-5 w-[200px] overflow-y-scroll text-sm text-white">
<div style="width: calc(850px - 17px)" class="relative h-5 overflow-hidden text-sm">
<ul ref="marquee2" class="ml-2 h-5 w-[850px] overflow-y-scroll text-sm text-white">
<li v-for="item in homePageData.noticeList" :key="item.name" class="name">
<p class="w-180 ell">{{ item.name }}</p>
<p class="w-180 ell">
{{ item.name }}
</p>
</li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment