-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-new.html
More file actions
408 lines (384 loc) · 22.4 KB
/
index-new.html
File metadata and controls
408 lines (384 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html lang="zh-CN" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="怪物猎人XX攻略大全 - 最全面的MHXX资料库,包含武器、防具、怪物、任务、地图等攻略数据">
<meta name="keywords" content="MHXX,怪物猎人XX,攻略,数据库,武器,防具,怪物,任务">
<title>MHXX 怪物猎人XX攻略大全</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Russo+One&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="index/favicon.ico" sizes="any">
<!-- Tailwind CSS (CDN for development) -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
DEFAULT: '#7C3AED',
light: '#A78BFA',
dark: '#5B21B6',
},
secondary: {
DEFAULT: '#A78BFA',
light: '#C4B5FD',
dark: '#7C3AED',
},
accent: {
DEFAULT: '#F43F5E',
light: '#FB7185',
dark: '#E11D48',
},
dark: {
DEFAULT: '#0F0F23',
50: '#1A1A2E',
100: '#16162A',
200: '#121226',
300: '#0F0F23',
400: '#0B0B1F',
500: '#080819',
},
},
fontFamily: {
display: ['Russo One', 'sans-serif'],
body: ['Chakra Petch', 'sans-serif'],
},
},
},
}
</script>
<style>
body {
font-family: 'Chakra Petch', sans-serif;
background: #0F0F23;
background-image:
radial-gradient(ellipse at top, rgba(124, 58, 237, 0.15) 0%, transparent 50%),
linear-gradient(rgba(124, 58, 237, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(124, 58, 237, 0.03) 1px, transparent 1px);
background-size: 100% 100%, 50px 50px, 50px 50px;
}
.font-display { font-family: 'Russo One', sans-serif; }
.text-neon { text-shadow: 0 0 5px #7C3AED, 0 0 10px #7C3AED, 0 0 20px #7C3AED; }
.shadow-neon { box-shadow: 0 0 5px #7C3AED, 0 0 20px #7C3AED; }
.shadow-glow { box-shadow: 0 0 40px rgba(124, 58, 237, 0.3); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0B0B1F; }
::-webkit-scrollbar-thumb { background: #7C3AED; border-radius: 4px; }
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background: #7C3AED;
box-shadow: 0 0 10px #7C3AED;
transition: width 0.3s;
}
.nav-link:hover::after, .nav-link.active::after { width: 75%; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 0 30px rgba(124, 58, 237, 0.3); }
.sidebar-link:hover { padding-left: 1.5rem; background: rgba(124, 58, 237, 0.1); }
.sidebar-link.active { border-left: 2px solid #7C3AED; background: rgba(124, 58, 237, 0.2); }
</style>
</head>
<body class="min-h-screen text-gray-100 antialiased">
<!-- Navigation -->
<nav class="fixed top-4 left-4 right-4 z-50 bg-dark-100/90 backdrop-blur-md border border-primary/20 rounded-2xl shadow-2xl">
<div class="max-w-7xl mx-auto px-6">
<div class="flex items-center justify-between h-16">
<!-- Logo -->
<a href="/" class="flex items-center gap-3">
<div class="w-10 h-10 bg-gradient-to-br from-primary to-accent rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-white" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<span class="font-display text-xl text-neon">MHXX DOC</span>
</a>
<!-- Search -->
<div class="hidden md:flex flex-1 max-w-md mx-8">
<div class="relative w-full">
<input type="text" placeholder="搜索怪物、武器、任务..."
class="w-full px-4 py-2 pl-10 bg-dark-200 border border-gray-700 rounded-lg text-white placeholder-gray-500 focus:outline-none focus:border-primary focus:shadow-neon transition-all">
<svg class="absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/>
</svg>
</div>
</div>
<!-- Nav Links -->
<div class="hidden md:flex items-center gap-1">
<a href="#" class="nav-link relative px-4 py-2 text-gray-300 hover:text-primary transition-colors active">首页</a>
<a href="#" class="nav-link relative px-4 py-2 text-gray-300 hover:text-primary transition-colors">怪物</a>
<a href="#" class="nav-link relative px-4 py-2 text-gray-300 hover:text-primary transition-colors">武器</a>
<a href="#" class="nav-link relative px-4 py-2 text-gray-300 hover:text-primary transition-colors">防具</a>
<a href="#" class="nav-link relative px-4 py-2 text-gray-300 hover:text-primary transition-colors">任务</a>
</div>
<!-- Mobile Menu Button -->
<button class="md:hidden p-2 text-gray-400 hover:text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
</svg>
</button>
</div>
</div>
</nav>
<!-- Main Content -->
<main class="pt-24 pb-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- Hero Section -->
<section class="text-center py-16 mb-12">
<h1 class="font-display text-5xl md:text-7xl text-white mb-4">
<span class="text-neon">怪物猎人</span><span class="text-accent">XX</span>
</h1>
<p class="text-xl text-gray-400 mb-8 max-w-2xl mx-auto">
最全面的MHXX攻略资料库 - 武器派生、防具技能、怪物弱点、任务流程一应俱全
</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="#monsters" class="px-8 py-3 bg-primary hover:bg-primary-dark text-white font-display rounded-lg shadow-neon transition-all hover:scale-105">
浏览怪物
</a>
<a href="#weapons" class="px-8 py-3 border-2 border-primary text-primary hover:bg-primary hover:text-white font-display rounded-lg transition-all hover:shadow-neon">
武器派生
</a>
</div>
</section>
<!-- Quick Stats -->
<section class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-12">
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl p-6 text-center card-hover transition-all">
<div class="text-3xl font-display text-neon mb-2">87+</div>
<div class="text-gray-400 text-sm">大型怪物</div>
</div>
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl p-6 text-center card-hover transition-all">
<div class="text-3xl font-display text-neon-cyan mb-2" style="text-shadow: 0 0 10px #22D3EE;">14</div>
<div class="text-gray-400 text-sm">武器种类</div>
</div>
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl p-6 text-center card-hover transition-all">
<div class="text-3xl font-display text-neon-accent mb-2">500+</div>
<div class="text-gray-400 text-sm">防具套装</div>
</div>
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl p-6 text-center card-hover transition-all">
<div class="text-3xl font-display text-green-400 mb-2" style="text-shadow: 0 0 10px #22C55E;">1000+</div>
<div class="text-gray-400 text-sm">任务数据</div>
</div>
</section>
<!-- Main Grid -->
<div class="grid lg:grid-cols-4 gap-8">
<!-- Sidebar -->
<aside class="lg:col-span-1">
<div class="sticky top-24 space-y-6">
<!-- Weapons -->
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl overflow-hidden">
<h3 class="px-4 py-3 bg-primary/10 border-b border-primary/30 font-display text-primary flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M14.5 2.5L22 10l-7.5 7.5L7 10l7.5-7.5zM7 17.5L14.5 10 7 2.5 2 10l5 7.5z"/></svg>
武器派生
</h3>
<nav class="py-2">
<a href="data/1900.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">大剑</a>
<a href="data/1901.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">太刀</a>
<a href="data/1902.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">片手剑</a>
<a href="data/1903.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">双剑</a>
<a href="data/1904.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">大锤</a>
<a href="data/1905.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">狩猎笛</a>
<a href="data/1906.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">长枪</a>
<a href="data/1907.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">铳枪</a>
<a href="data/1908.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">斩击斧</a>
<a href="data/1909.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">盾斧</a>
<a href="data/1910.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">操虫棍</a>
<a href="data/1911.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">弓</a>
<a href="data/1912.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">轻弩</a>
<a href="data/1913.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">重弩</a>
</nav>
</div>
<!-- Maps -->
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl overflow-hidden">
<h3 class="px-4 py-3 bg-primary/10 border-b border-primary/30 font-display text-primary flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"/></svg>
地图
</h3>
<nav class="py-2">
<a href="data/2400.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">古代林</a>
<a href="data/2406.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">雪山</a>
<a href="data/2402.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">孤岛</a>
<a href="data/2407.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">火山</a>
<a href="data/2408.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">遗迹平原</a>
<a href="data/2968.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">遗群岭 <span class="text-xs text-purple-400">[新]</span></a>
</nav>
</div>
<!-- Quests -->
<div class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl overflow-hidden">
<h3 class="px-4 py-3 bg-primary/10 border-b border-primary/30 font-display text-primary flex items-center gap-2">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
任务
</h3>
<nav class="py-2">
<a href="data/2859.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">村关键任务</a>
<a href="data/2987.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">集关键任务</a>
<a href="data/2031.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">活动任务</a>
<a href="data/2035.html" class="sidebar-link block px-4 py-2 text-gray-400 hover:text-white transition-all">斗技大会</a>
</nav>
</div>
</div>
</aside>
<!-- Main Content Area -->
<div class="lg:col-span-3 space-y-8">
<!-- Featured Monsters -->
<section id="monsters">
<h2 class="font-display text-2xl text-white mb-6 flex items-center gap-3">
<span class="w-1 h-8 bg-primary rounded-full shadow-neon"></span>
大型怪物
</h2>
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-4">
<!-- Monster Cards -->
<a href="data/1829.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group">
<div class="h-32 bg-gradient-to-br from-red-900/30 to-orange-900/30 flex items-center justify-center">
<span class="text-4xl">🔥</span>
</div>
<div class="p-4">
<h3 class="font-display text-white group-hover:text-primary transition-colors">斩龙</h3>
<p class="text-xs text-primary uppercase tracking-wider">兽龙种</p>
</div>
</a>
<a href="data/1831.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group">
<div class="h-32 bg-gradient-to-br from-blue-900/30 to-cyan-900/30 flex items-center justify-center">
<span class="text-4xl">❄️</span>
</div>
<div class="p-4">
<h3 class="font-display text-white group-hover:text-primary transition-colors">巨兽</h3>
<p class="text-xs text-cyan-400 uppercase tracking-wider">牙兽种</p>
</div>
</a>
<a href="data/1832.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group">
<div class="h-32 bg-gradient-to-br from-pink-900/30 to-purple-900/30 flex items-center justify-center">
<span class="text-4xl">💨</span>
</div>
<div class="p-4">
<h3 class="font-display text-white group-hover:text-primary transition-colors">泡狐龙</h3>
<p class="text-xs text-pink-400 uppercase tracking-wider">飞龙种</p>
</div>
</a>
<a href="data/1853.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group">
<div class="h-32 bg-gradient-to-br from-yellow-900/30 to-blue-900/30 flex items-center justify-center">
<span class="text-4xl">⚡</span>
</div>
<div class="p-4">
<h3 class="font-display text-white group-hover:text-primary transition-colors">雷狼龙</h3>
<p class="text-xs text-yellow-400 uppercase tracking-wider">牙龙种</p>
</div>
</a>
<a href="data/2964.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group">
<div class="h-32 bg-gradient-to-br from-red-900/30 to-gray-900/30 flex items-center justify-center">
<span class="text-4xl">🐉</span>
</div>
<div class="p-4">
<h3 class="font-display text-white group-hover:text-primary transition-colors">天慧龙</h3>
<p class="text-xs text-red-400 uppercase tracking-wider">古龙种</p>
<span class="inline-block mt-2 px-2 py-0.5 text-xs bg-purple-500/20 text-purple-400 rounded">[新]</span>
</div>
</a>
<a href="data/2501.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl overflow-hidden card-hover transition-all group flex items-center justify-center">
<div class="text-center p-4">
<div class="text-3xl text-primary mb-2">查看全部</div>
<p class="text-gray-400 text-sm">87+ 大型怪物</p>
</div>
</a>
</div>
</section>
<!-- Armor Sets -->
<section id="armor">
<h2 class="font-display text-2xl text-white mb-6 flex items-center gap-3">
<span class="w-1 h-8 bg-cyan-400 rounded-full" style="box-shadow: 0 0 10px #22D3EE;"></span>
防具套装
</h2>
<div class="grid sm:grid-cols-2 gap-4">
<a href="data/2300.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl p-4 card-hover transition-all group">
<h3 class="font-display text-white group-hover:text-cyan-400 transition-colors mb-2">防具一览</h3>
<p class="text-sm text-gray-400">按稀有度分类的完整防具列表</p>
</a>
<a href="data/2308.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl p-4 card-hover transition-all group">
<h3 class="font-display text-white group-hover:text-cyan-400 transition-colors mb-2">G级防具</h3>
<p class="text-sm text-gray-400">稀有度8-10的高级防具套装</p>
<span class="inline-block mt-2 px-2 py-0.5 text-xs bg-purple-500/20 text-purple-400 rounded">G级</span>
</a>
</div>
</section>
<!-- Skills -->
<section id="skills">
<h2 class="font-display text-2xl text-white mb-6 flex items-center gap-3">
<span class="w-1 h-8 bg-green-400 rounded-full" style="box-shadow: 0 0 10px #22C55E;"></span>
技能与狩技
</h2>
<div class="grid sm:grid-cols-3 gap-4">
<a href="data/2200.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl p-4 card-hover transition-all group">
<h3 class="font-display text-white group-hover:text-green-400 transition-colors mb-2">技能一览</h3>
<p class="text-sm text-gray-400">全部技能效果与发动条件</p>
</a>
<a href="data/1847.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl p-4 card-hover transition-all group">
<h3 class="font-display text-white group-hover:text-green-400 transition-colors mb-2">狩技一览</h3>
<p class="text-sm text-gray-400">全武器狩技详解</p>
</a>
<a href="data/2207.html" class="bg-dark-100/80 backdrop-blur border border-gray-800 rounded-xl p-4 card-hover transition-all group">
<h3 class="font-display text-white group-hover:text-green-400 transition-colors mb-2">复合技能</h3>
<p class="text-sm text-gray-400">特殊套装技能组合</p>
</a>
</div>
</section>
<!-- Updates -->
<section class="bg-dark-100/80 backdrop-blur border border-primary/20 rounded-xl p-6">
<h2 class="font-display text-xl text-primary mb-4">关于本站</h2>
<div class="text-sm text-gray-400 space-y-2">
<p>本站数据来源于安卓APP"MHGU资料",原作者:<span class="text-primary">jestar719</span></p>
<p>软件版本历程:日文原版 → MHXX攻略情报汉化版V0.57 → MHGU资料V2.2.0 → 网页版</p>
<p class="text-xs text-gray-500 mt-4">怪物猎人XX © CAPCOM</p>
</div>
</section>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t border-gray-800 py-8 mt-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row justify-between items-center gap-4">
<div class="flex items-center gap-3">
<div class="w-8 h-8 bg-gradient-to-br from-primary to-accent rounded-lg flex items-center justify-center">
<svg class="w-5 h-5 text-white" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<span class="font-display text-gray-400">MHXX DOC</span>
</div>
<div class="text-sm text-gray-500">
<a href="https://github.com/Bahtya/mhxxdoc" class="hover:text-primary transition-colors">GitHub</a>
<span class="mx-2">|</span>
<a href="https://mhxxdoc.vercel.app" class="hover:text-primary transition-colors">Vercel</a>
</div>
<div class="text-xs text-gray-600">
Monster Hunter XX © CAPCOM
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
// Add smooth scrolling
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
});
</script>
</body>
</html>