admin 发表于 2025-3-9 06:08:57

休闲钓鱼

    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&amp;display=swap" rel="stylesheet">
    <style>
    .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);
      border-collapse: collapse;
      width: 100%;
      max-width: 1200px;
      margin: 20px auto;
      box-shadow: 0 0 20px rgba(180,170,255,0.1);
      position: relative;
      overflow: hidden;
      font-family: 'Orbitron', sans-serif;
    }

    .star-table th {
      background: rgba(200,190,255,0.3);
      color: #4a47a3;
      padding: 16px;
      border-bottom: 2px solid #b8b5ff;
      letter-spacing: 2px;
      text-shadow: 0 2px 4px rgba(114,101,227,0.1);
    }

    .star-table td {
      padding: 16px;
      color: #5a5a7a;
      background: rgba(255,255,255,0.85);
      border-bottom: 1px solid #e0e0f8;
      backdrop-filter: blur(4px);
    }

    .star-table tr:hover td {
      background: rgba(230,225,255,0.6);
      box-shadow: inset 0 0 12px rgba(200,190,255,0.15);
    }

    /* 动态星轨 */
    .star-table::before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      background:
            repeating-linear-gradient(45deg,
                transparent 0px 4px,
                rgba(200,190,255,0.08) 4px 8px),
            radial-gradient(ellipse at 50% 50%,
                rgba(255,240,150,0.1) 0%,
                transparent 60%);
      animation: starflow 40s linear infinite;
      z-index: -1;
    }

    @keyframes starflow {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }

    /* 星座符号 */
    .constellation::after {
      content: "✦";
      color: rgba(140,130,255,0.8);
      margin-left: 5px;
      animation: twinkle 1.5s ease-in-out infinite;
      text-shadow: 0 0 8px rgba(140,130,255,0.2);
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; }
      50% { opacity: 1; }
    }

    /* 技能描述 */
    .skill-detail {
      line-height: 1.8;
      padding-left: 20px;
      position: relative;
      color: #6c6c8a;
    }

    .skill-detail::before {
      content: "▹";
      color: #9d9aff;
      position: absolute;
      left: 0;
      top: 2px;
    }
    </style>


<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&amp;display=swap" rel="stylesheet">
<style>
    /* 保持原有星空表格样式 */
    .star-table { /*...*/ }
    .star-table th { /*...*/ }
    .star-table td { /*...*/ }
</style>

<table class="star-table">
    <thead>
      <tr>
            <th colspan="1" style="text-align: center; padding: 20px; background: rgba(242, 241, 245, 0.15);">
                <font face="微软雅黑" style="" size="3">休闲钓鱼</font>
            </th>
      </tr>
      <tr>
            <td colspan="1" style="text-align: center; width: 15%;">
                <font face="微软雅黑">
                  完成&lt;每周修行&gt;任务积攒到一定活跃度时会获得【幽砂钓竿】,在法兰城&lt;星语钓场&gt;可使用钓竿垂钓<br>开始钓鱼后每分钟结算一次垂钓结果,每次扣除钓竿1点耐久度,约8小时消耗完<br><br><b>

                  可获得道具<br></b>
                  智慧鱼(1500G)、机灵蛇(8000G)、技能经验草、灵猫修行使、幽魂之晶、符文石、魔金币       
                  </font></td>
      </tr>


</thead></table>
页: [1]
查看完整版本: 休闲钓鱼