Browse Source

修改顶部文字

master
liaoxinyu 1 year ago
parent
commit
6657b3c675
  1. 6
      src/assets/scss/module/_home.scss
  2. 5
      src/views/home/index.vue

6
src/assets/scss/module/_home.scss

@ -3875,8 +3875,8 @@ sub.transmoney-value {
overflow: hidden;
.marquee-pargress {
width: 200%;
animation: marquee 40s infinite linear;
width: 520%;
animation: marquee 70s infinite linear;
}
.marquee-list {
@ -3906,7 +3906,7 @@ sub.transmoney-value {
}
100% {
transform: translateX(-100%);
transform: translateX(-520%);
}
}

5
src/views/home/index.vue

@ -4,7 +4,8 @@
<div class="marquee-pargress d-flex">
<ul class="marquee-list d-flex" v-for="box in 3" :key="box+'box'">
<li class="marquee-box">
<div class="price-info d-flex">{{$t("home.announcement")}}</div>
<!-- <div class="price-info d-flex">{{$t("home.announcement")}}</div> -->
<div class="price-info d-flex">KOOSCOIN platform has completed the acquisition, the platform will be closed on October 20, 2024, during this period, all users please save the relevant information, send an email to sevice@kooscoin.com, or contact customer service WhatsApp +18622804055, for follow-up matters, if you fail to communicate in a timely manner the user, resulting in If the user fails to communicate in a timely manner, the loss caused by the user's own responsibility!</div>
</li>
</ul>
</div>
@ -1373,7 +1374,7 @@ path {
// font-size: 24px;
font-size: 18px;
color: white;
min-width: 900px;
min-width: 4000px;
// flex: 1;
// justify-content: space-around;
// align-items: center;

Loading…
Cancel
Save