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

5
src/views/home/index.vue

@ -4,7 +4,8 @@
<div class="marquee-pargress d-flex"> <div class="marquee-pargress d-flex">
<ul class="marquee-list d-flex" v-for="box in 3" :key="box+'box'"> <ul class="marquee-list d-flex" v-for="box in 3" :key="box+'box'">
<li class="marquee-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> </li>
</ul> </ul>
</div> </div>
@ -1373,7 +1374,7 @@ path {
// font-size: 24px; // font-size: 24px;
font-size: 18px; font-size: 18px;
color: white; color: white;
min-width: 900px; min-width: 4000px;
// flex: 1; // flex: 1;
// justify-content: space-around; // justify-content: space-around;
// align-items: center; // align-items: center;

Loading…
Cancel
Save