8888
|
- <table cellspacing=0 cellpadding=1 width="100%" border=0>
- <tr>
- <th bgcolor=#FFFFFF>
- <marquee direction=up height=20 id=m onmouSEOut=m.start() onMouseOver=m.stop() scrollamount=1 align="center">
- 测试1
- <p><a href="{url}" target="_blank">测试2</a></p>
- 测试3
- </marquee>
- </th>
- </tr>
- </table>
复制代码 height=20高度
scrollamount=1滚动速度
#FFFFFF背景颜色
china0396 25.8.14测试OK
- <div style="text-align:left;margin:5px;">
- <!-- 消息滚动 START -->
- <!-- TODO::改为每五秒滚动一次的游戏小贴士 -->
- <marquee direction="up" height="40" onMouseOut="this.start()" onMouseOver="this.stop()" scrollAmount="1" scrollDelay="1">
- <p align="center">
- <span class="STYLE3">公告:</span>2025年7月18日 再次平衡数值,新玩法正在制作中…</p>
- <p align="center">增加了一个彩蛋,需要用电脑端触发。(提示:左下角)</p>
- <p align="center">
- <span class="STYLE6">古神、神裔名称选取中,道友何不命名一番?</span><span class="STYLE3 STYLE1">加群讨论</span></p>
- <p align="center">ps:如网站出现乱码道友请刷新后重试。</p>
- </marquee>
- <!-- 消息滚动 END -->
-
- <!-- 群宣传 START -->
- <p align="right">
- <span class="STYLE1">
-
- </span>
- </p>
- <!-- 群宣传 END -->
- </div>
复制代码
|
|