卡牌收藏UI版
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&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&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="微软雅黑" size="3">卡牌收藏UI版</font></th>
</tr>
<tr>
<td colspan="1" style="text-align: center; width: 15%;"><font face="微软雅黑"><font color="#000080">
在人物状态点击【宠物收藏】打开魔物收藏窗口,查看可收藏的魔物和具体提升的属性,可收藏的魔物会随着游戏更新而增加</font><br><font color="#000080">收藏不同的魔物会给玩家带来不同的属性加成,集齐同谱系所有宠物还会获得额外加成</font><br><font color="#ff0000"><b>卡牌并非使用1级宠物兑换,获取渠道见下方<br></b></font><font color="#000080">单只宠物收藏增加的属性较少,但随着收藏数量累积,玩家属性将有不小的提升</font><br><br><b style="color: rgb(0, 0, 128);">当前卡牌来源<br></b><font color="#000080">①在基础卡牌贩售员(法兰城283.44)处使用魔币购买
</font><br><font color="#000080" style="color: rgb(0, 0, 128);">②完成任务<伊尔村的古井> </font><font style=""><font color="#ff0000">推荐
</font><br></font><font face="微软雅黑"><font color="#000080">③参与</font></font><a href="forum.php?mod=viewthread&tid=90"><星语俱乐部></a><font face="微软雅黑"><font color="#000080">玩法获取<br>④在</font></font><a href="forum.php?mod=viewthread&tid=39"><静默之殿></a><font face="微软雅黑"><font color="#000080">中挑战Boss获得</font></font></font></td>
</tr>
</thead></table>
页:
[1]