From 6db85a1b10d891a3871775c2c555fd681cb7da34 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周日, 01 12月 2024 12:09:53 +0800 Subject: [PATCH] 大屏 --- LuLiScreen/index3.html | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/LuLiScreen/index3.html b/LuLiScreen/index3.html index 7da296d..1267a97 100644 --- a/LuLiScreen/index3.html +++ b/LuLiScreen/index3.html @@ -261,6 +261,11 @@ </li>`; }); $('#idList3').append(listItems1); + $('.dowebok2').liMarquee({ + direction: 'up', + scrollamount: 20, + runshort: false + }); } }); @@ -297,19 +302,15 @@ } }); - // $(function () { - // $('.dowebok1').liMarquee({ - // direction: 'up', - // scrollamount:20, - // runshort: false - // }); + $(function () { + // $('.dowebok1').liMarquee({ + // direction: 'up', + // scrollamount:20, + // runshort: false + // }); - // $('.dowebok2').liMarquee({ - // direction: 'up', - // scrollamount:20, - // runshort: false - // }); - // }); + + }); } -- Gitblit v1.9.3