admin 发表于 2025-12-23 23:16:01

12月24日更新公告

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>星语魔力更新公告</title>
    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&amp;display=swap" rel="stylesheet">
    <style>
      body {
            background-color: #f5f0ff;
            padding: 20px;
            font-family: '微软雅黑', sans-serif;
      }
      
      .star-table {
            background: radial-gradient(circle at 10% 10%, rgba(255,255,255,0.3) 0.5%, transparent 2%),
                        radial-gradient(circle at 90% 90%, rgba(225,240,255,0.3) 1%, transparent 3%),
                        linear-gradient(135deg, #f0f4ff 0%, #e8e6ff 30%, #f5f0ff 100%);
            border: 1px solid rgba(162,155,254,0.2);
            width: 100%;
            max-width: 1200px;
            margin: 20px auto;
            font-family: 'Orbitron', sans-serif;
            border-collapse: collapse;
            word-break: break-word;
            overflow-wrap: anywhere;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      }

      .star-table th {
            background: rgba(200,190,255,0.3);
            color: #4a47a3;
            padding: 16px;
            border-bottom: 2px solid #b8b5ff;
            text-align: left;
            font-family: 微软雅黑;
            font-size: 1.2rem;
      }

      .star-table td {
            padding: 16px;
            color: #5a5a7a;
            background: rgba(255,255,255,0.85);
            border-bottom: 1px solid #e0e0f8;
            vertical-align: top;
            font-family: 微软雅黑;
            line-height: 1.6;
      }

      .update-header {
            text-align: center;
            margin-bottom: 20px;
      }

      .update-content {
            padding: 0 10px;
      }

      .update-item {
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #d0d0f8;
      }

      .update-item:last-child {
            border-bottom: none;
      }

      .update-num {
            color: #4a47a3;
            font-weight: bold;
            margin-right: 8px;
      }

      /* 国庆活动特定样式 */
      .national-event-container {
            margin-top: 15px;
            border: 1px solid #d0d0f8;
            border-radius: 6px;
            overflow: hidden;
      }

      .national-event-item {
            padding: 15px;
            border-bottom: 1px solid #e8e6ff;
            background: rgba(255,255,255,0.7);
      }

      .national-event-item:last-child {
            border-bottom: none;
      }

      .national-event-title {
            color: #4a47a3;
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 1.1rem;
      }

      .national-event-desc {
            margin-bottom: 8px;
            line-height: 1.5;
      }

      .national-event-time {
            color: #ff3366;
            font-weight: bold;
            font-size: 0.95rem;
      }

      .example-box {
            background: rgba(200,190,255,0.1);
            padding: 10px;
            border-radius: 4px;
            margin: 10px 0;
            border-left: 3px solid #a8a5ff;
      }

      .highlight-red {
            color: #ff3366;
            font-weight: 600;
      }

      .highlight-purple {
            color: #9932cc;
            font-weight: 600;
      }
    </style>


    <table class="star-table">
      <thead>
            <tr>
                <th><b>更新公告</b></th>
            </tr>
      </thead>
      <tbody>
            <tr>
                <td>
                  <div class="update-header">
                        <b><font size="3">
                            亲爱的星语魔力玩家<br>
                            我们将于<font color="#ff0000">12月24日17:30-17:45</font>对服务器进行停机更新,更新时间可能会根据实际情况进行提前或推迟。
                        </font></b>
                  </div>
                  
                  <div class="update-content">
                        <div class="update-item">
                            <span class="update-num" style="font-weight: normal;">1.开放<a href="forum.php?mod=viewthread&amp;tid=184">&lt;圣诞&amp;元旦节活动&gt;</a>

                        </span></div>
                        
                        <div class="update-item">
                            <span class="update-num" style="font-weight: normal;">2.修改了<a href="forum.php?mod=viewthread&amp;tid=70">&lt;圣诞鼠首领的赠礼&gt;</a>奖励规则<br>
①刷新区域更广,不再限定沙滩区域,你现在可能在任何魔界领主会出现的地图中遇见圣诞鼠首领<br>
②奖励更为丰厚,大幅提升了单次获得的奖励<br>
③增加了圣诞鼠首领可能出现的最大数量<br>

                        </span></div>
                        
                        <div class="update-item">
                            <span class="update-num" style="font-weight: normal;">3..金树叶交易员处新增兑换【[宠]裁决】<br>
                            裁决:宠物技能,攻击单个敌人造成325%伤害,力量星对该技能的加成效果提升300%
</span></div>

                        <div class="update-item">
                            <span class="update-num" style=""><font color="#ff0000">注:</font></span><font color="#ff0000">招募主播!有无直播经验皆可,有直播意向请联系GM!
                        </font></div>

                  </div>
                </td>
            </tr>
      </tbody>
    </table>

页: [1]
查看完整版本: 12月24日更新公告