diff --git a/src/assets/scss/module/_home.scss b/src/assets/scss/module/_home.scss index f60ef07..c160169 100644 --- a/src/assets/scss/module/_home.scss +++ b/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%); } } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 47a74a2..865b785 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -4,7 +4,8 @@
@@ -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;