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 | 31 +++++++++++++++---------------- 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/LuLiScreen/index3.html b/LuLiScreen/index3.html index b88c36a..1267a97 100644 --- a/LuLiScreen/index3.html +++ b/LuLiScreen/index3.html @@ -21,14 +21,12 @@ <body> <div class="container-flex" tabindex="0" hidefocus="true"> <div class="box-center"> - <p class="titleHt title_lt">褰撳墠鐧婚檰浜�: + <p class="titleHt title_lt">褰撳墠鎿嶄綔浜�: <span id="idLoginName"> </span> </p> - <p class="titleHt title_rt">鐧诲綍鏃堕棿: + <p class="titleHt title_rt">鎿嶄綔鏃堕棿: <span id="idLoginTime"> </span> - - </p> <div class="center-top"> <h1>椴佷附鏈ㄤ笟鍖呰绾�</h1> @@ -263,6 +261,11 @@ </li>`; }); $('#idList3').append(listItems1); + $('.dowebok2').liMarquee({ + direction: 'up', + scrollamount: 20, + runshort: false + }); } }); @@ -299,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