昔时CrossGate 发表于 2026-3-18 00:00:00

辅助设置

<style>
    /* 基础样式:默认全白背景,仅hover变色 */
    .forum-post {
      color: #333;
      font-size: 14px;
      line-height: 1.8;
      padding: 15px;
      border-radius: 8px;
      margin: 0 auto;
      background-color: #ffffff;
    }
    .post-title {
      font-size: 28px;
      color: #fff;
      margin: 0 0 25px 0;
      padding: 18px 20px;
      border-bottom: none;
      font-weight: 800;
      text-align: center;
      letter-spacing: 2px;
      background: #c86428;
      border-radius: 10px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(200, 100, 40, 0.2);
      position: relative;
    }
    .post-title::before, .post-title::after {
      content: "★";
      color: #fff8e8;
      margin: 0 12px;
      font-size: 20px;
      opacity: 0.8;
    }
    .section-title {
      font-size: 18px;
      color: #c86428;
      margin: 25px 0 15px 0;
      font-weight: 700;
      padding: 8px 0 8px 12px;
      border-left: 4px solid #c86428;
      background-color: #ffffff;
    }
    /* 核心表格样式 */
    .info-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      margin: 10px 0;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      background-color: #ffffff;
    }
    .info-table th, .info-table td {
      padding: 10px 12px;
      border: 1px solid #f0e6d8;
      vertical-align: middle;
      font-size: 14px;
      background-color: #ffffff;
      transition: background-color 0.2s ease;
    }
    .info-table th {
      color: #fff;
      font-weight: 600;
      text-align: center;
      background-color: #c86428;
    }
    .info-table tr:hover td {
      background-color: #f7f1e5;
    }
    /* 子表格样式(数据表格) */
    .sub-table {
      width: 100%;
      border-collapse: collapse;
      margin: 12px 0;
      background: #fff;
    }
    .sub-table th, .sub-table td {
      border: 1px solid #f0e6d8;
      padding: 10px;
      text-align: center;
      font-size: 14px;
    }
    .sub-table th {
      background-color: #c86428;
      color: #fff;
      font-weight: 600;
    }
    /* 内容块 */
    .content-text {
      margin: 12px 0;
      line-height: 1.9;
      padding: 15px;
      border-radius: 6px;
      border: 1px solid #f0e6d8;
      transition: background-color 0.2s ease;
      background-color: #ffffff;
    }
    .content-text:hover {
      background-color: #f7f1e5;
    }
    .system-list {
      margin: 0;
      padding-left: 20px;
      list-style-type: disc;
    }
    .system-list li {
      margin: 8px 0;
      line-height: 1.9;
    }
    .red-text {
      color: #ff0000;
      font-weight: bold;
    }
    .subtitle {
      font-size: 15px;
      font-weight: bold;
      color: #000;
      margin: 12px 0 6px;
    }
    /* 分割线 */
    .divider {
      border: 0;
      height: 1px;
      background: #f0e6d8;
      margin: 15px 0;
    }
    /* 移动端适配 */
    @media (max-width: 768px) {
      .post-title {
            font-size: 22px;
            padding: 12px 15px;
            letter-spacing: 1px;
      }
      .section-title {
            font-size: 16px;
      }
      .info-table th, .info-table td,
      .sub-table th, .sub-table td {
            padding: 6px;
            font-size: 12px;
      }
    }
</style>

<div class="forum-post">
    <!-- 标题 -->
    <h1 class="post-title">战斗辅助/自动战斗</h1>

    <!-- 系统基础信息 -->
    <h2 class="section-title">系统基础信息</h2>
    <table class="info-table">
      <tbody>
            <tr>
                <th style="width: 12%;">系统简介</th>
                <td style="width: 28%; text-align: left;">自动战斗、快捷出招、1级宠提示、NPC名字显示等</td>
                <!-- 图片区域已加宽到 60% -->
                <td rowspan="3" style="width: 60%; text-align:center;">
                  <div style="text-align:center; margin:8px 0; color:#999"></div>
                </td>
            </tr>
            <tr>
                <th>打开方式</th>
                <td style="text-align: left;">游戏界面左上角最后一个图标 </td>
            </tr>
            <tr>
                <th>快捷指令</th>
                <td style="text-align: left;">--</td>
            </tr>
      </tbody>
    </table>

    <!-- 详细介绍 -->
    <h2 class="section-title">详细介绍</h2>
    <div class="content-text">
      <div style="text-align:center; margin:8px 0; color:#999"></div>
      
      <ol class="system-list" style="list-style-type: decimal; padding-left: 25px;">
            <li>
                <strong>战斗设置:</strong>
                <ol style="padding-left: 20px; margin:5px 0;">
                  <li>自动战斗开关
                        <p class="red-text">◆打开后自动开启,建议在快键键设置中设置快捷开启/关闭按键,不设置快捷键进入战斗后将无法关闭自动战斗</p>
                  </li>
                  <li>1级怪物暂停自动战斗
                        <p class="red-text">◆勾选后遇1级宠会关闭自动战斗</p>
                  </li>
                  <li>战斗模式自定义
                        <p class="red-text">◆根据自身情况设置人物、宠物战斗技能、攻击模式选择等</p>
                  </li>
                </ol>
            </li>
      </ol>

      <hr class="divider">
      <div style="text-align:center; margin:8px 0; color:#999"></div>

      <ol class="system-list" style="list-style-type: decimal; padding-left: 25px; margin-top:15px;">
            <li value="2">
                <strong>游戏设置</strong>
                <ol style="padding-left: 20px; margin:5px 0;">
                  <li>显示设置
                        <ol style="padding-left: 20px; margin:5px 0;">
                            <li>遇1级宠物提示</li>
                            <li>战斗中显示1级宠物血魔</li>
                            <li>进入战斗自动录像
                              <p class="red-text">◆勾选后进入战斗会自动录像,点左上角观看战斗录像</p>
                            </li>
                            <li>显示NPC名称</li>
                        </ol>
                  </li>
                  <li>颜色设置
                        <p class="red-text">◆自行设置1级宠物提示颜色、1级宠物名称颜色、NPC名字颜色</p>
                  </li>
                  <li>界面设置
                        <ol style="padding-left: 20px; margin:5px 0;">
                            <li>屏蔽Npc名称背景,需要2D以上</li>
                            <li>同步绘图模式,对流畅度有较大提升,适合多开使用</li>
                            <li>屏蔽游戏所有名称,游戏中人物、宠物、NPC不显示名称</li>
                            <li>开启/关闭高速切图</li>
                            <li>屏蔽所有聊天消息</li>
                            <li>开启优化模式,开启后内存占用率大大降低(建议开启)</li>
                        </ol>
                  </li>
                  <li>绘图模式设置
                        <p class="red-text">◆共6档选择对应登录器画质选择</p>
                  </li>
                </ol>
            </li>
      </ol>

      <hr class="divider">
      <div style="text-align:center; margin:8px 0; color:#999"></div>

      <ol class="system-list" style="list-style-type: decimal; padding-left: 25px; margin-top:15px;">
            <li value="3">
                <strong>热键设置</strong>
                <ol style="padding-left: 20px; margin:5px 0;">
                  <li>战斗模式设置
                        <ol style="padding-left: 20px; margin:5px 0;">
                            <li>自动战斗热键</li>
                            <li>重复上回合热键</li>
                            <li>攻击热键</li>
                            <li>防御热键</li>
                            <p class="red-text">◆根据个人习惯进行设置,无需求可忽略</p>
                        </ol>
                  </li>
                  <li>技能模式设置
                        <p class="red-text">◆三个选择:Alt+N、Shift+N、Ctrl+N</p>
                        <p class="red-text">◆N代表技能栏位置1-0、0为10、Q为11、W为12、E为13、R为14、T为15)</p>
                  </li>
                  <li>游戏快捷设置
                        <ol style="padding-left: 20px; margin:5px 0;">
                            <li>回到城内登入点热键</li>
                            <li>注销回服务器热键</li>
                        </ol>
                  </li>
                </ol>
            </li>
      </ol>
    </div>
</div>
页: [1]
查看完整版本: 辅助设置