fix(player): 走马灯滚动周期调整为 18 秒
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -81,7 +81,7 @@ const text = computed(() => {
|
|||||||
.marquee-track {
|
.marquee-track {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
animation: marquee-scroll 35s linear infinite;
|
animation: marquee-scroll 18s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marquee-text {
|
.marquee-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user