Stack 美化之Welcome


文章介绍了如何在postlist中添加一个动态欢迎模块,包含闪烁文字和动画图标,使用HTML和CSS实现视觉美化效果。

在postlist.php中查找<main class="main full-width">在后面加入

<div class="welcome">
    <p style="font-size: 2rem; text-align: center; font-weight: bold">
      <img alt="logo" class="shake" src="https://api.iconify.design/line-md:moon-alt-to-sunny-outline-loop-transition.svg" decoding="async" data-nimg="future" loading="lazy" style="color: transparent; width: auto; height: auto;  position: relative; nav-down: auto;">
      <span class="jump-text1" > 欢迎光临 </span>
      <span class="jump-text3" style="color:#97C3C6"> 啥都可以玩 </span>
    </p>
  </div>

按需要修改即可

CC BY-NC-SA 4.0 Deed | 署名-非商业性使用-相同方式共享
最后更新时间:2025-05-05 01:02:14