-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweekend-2026-05-30.html
More file actions
713 lines (648 loc) · 26.8 KB
/
Copy pathweekend-2026-05-30.html
File metadata and controls
713 lines (648 loc) · 26.8 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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>深圳出发|西安周末 3 天 2 晚行程</title>
<style>
:root {
--ink: #1f2326;
--muted: #667078;
--paper: #f7f1e6;
--panel: #fffdf8;
--line: #ded2bd;
--terracotta: #a94f2a;
--jade: #2c6657;
--indigo: #334d6e;
--gold: #9b6a18;
--shadow: 0 18px 54px rgba(31, 35, 38, 0.13);
}
* { box-sizing: border-box; }
body {
margin: 0;
color: var(--ink);
background:
linear-gradient(135deg, rgba(169, 79, 42, 0.12), transparent 32%),
linear-gradient(225deg, rgba(44, 102, 87, 0.12), transparent 38%),
var(--paper);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
"Hiragino Sans GB", "Microsoft YaHei", sans-serif;
line-height: 1.65;
}
a { color: var(--indigo); text-decoration: none; }
a:hover { text-decoration: underline; }
.page {
max-width: 1180px;
margin: 0 auto;
padding: 36px 20px 56px;
}
.hero {
min-height: 420px;
display: grid;
align-items: end;
padding: 44px;
border-radius: 8px;
color: #fff;
background:
linear-gradient(0deg, rgba(19, 20, 21, 0.78), rgba(19, 20, 21, 0.18)),
linear-gradient(135deg, rgba(169, 79, 42, 0.76), rgba(44, 102, 87, 0.55)),
url("https://images.unsplash.com/photo-1592911233487-6a686571eda6?auto=format&fit=crop&w=1800&q=80");
background-size: cover;
background-position: center;
box-shadow: var(--shadow);
overflow: hidden;
}
.eyebrow {
margin: 0 0 10px;
color: rgba(255,255,255,0.84);
font-size: 14px;
font-weight: 800;
letter-spacing: 0;
}
h1 {
max-width: 840px;
margin: 0;
font-size: clamp(36px, 6vw, 72px);
line-height: 1.04;
letter-spacing: 0;
}
.hero p {
max-width: 780px;
margin: 18px 0 0;
color: rgba(255,255,255,0.9);
font-size: 18px;
}
.nav {
position: sticky;
top: 0;
z-index: 5;
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 18px 0 28px;
padding: 12px;
border: 1px solid rgba(222, 210, 189, 0.92);
border-radius: 8px;
background: rgba(247, 241, 230, 0.9);
backdrop-filter: blur(18px);
}
.nav a {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 7px 12px;
border: 1px solid var(--line);
border-radius: 999px;
background: #fff;
color: var(--ink);
font-size: 14px;
font-weight: 800;
}
section {
margin-top: 28px;
padding: 28px;
border-radius: 8px;
background: rgba(255,253,248,0.88);
border: 1px solid rgba(222, 210, 189, 0.92);
box-shadow: 0 10px 34px rgba(31, 35, 38, 0.06);
}
h2 {
margin: 0 0 18px;
font-size: 28px;
line-height: 1.2;
letter-spacing: 0;
}
h3 {
margin: 0 0 8px;
font-size: 19px;
letter-spacing: 0;
}
.grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-layout {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
gap: 18px;
align-items: stretch;
}
.route-map {
min-height: 460px;
border: 1px solid var(--line);
border-radius: 8px;
background:
linear-gradient(90deg, rgba(222, 210, 189, 0.28) 1px, transparent 1px),
linear-gradient(0deg, rgba(222, 210, 189, 0.28) 1px, transparent 1px),
#fffdf8;
background-size: 42px 42px;
overflow: hidden;
}
.route-map svg {
display: block;
width: 100%;
height: auto;
min-height: 460px;
}
.map-label {
font: 800 17px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
fill: var(--ink);
}
.map-small {
font: 700 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
fill: var(--muted);
}
.map-day {
font: 900 13px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
fill: #fff;
}
.route-legend {
display: grid;
gap: 12px;
}
.legend-item {
display: grid;
grid-template-columns: 38px 1fr;
gap: 12px;
align-items: start;
padding: 14px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
}
.legend-dot {
display: grid;
place-items: center;
width: 38px;
height: 38px;
border-radius: 50%;
color: #fff;
font-weight: 900;
background: var(--terracotta);
}
.legend-dot.day2 { background: var(--jade); }
.legend-dot.day3 { background: var(--indigo); }
.legend-dot.alt { background: var(--gold); }
.card {
min-height: 100%;
padding: 18px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--panel);
}
.card strong { color: var(--jade); }
.muted { color: var(--muted); }
.price { color: var(--gold); font-weight: 900; }
.warn { color: var(--terracotta); font-weight: 900; }
.timeline {
display: grid;
gap: 14px;
}
.item {
display: grid;
grid-template-columns: 112px 1fr;
gap: 16px;
padding: 16px 0;
border-top: 1px solid var(--line);
}
.item:first-child { border-top: 0; padding-top: 0; }
.time {
color: var(--jade);
font-weight: 900;
white-space: nowrap;
}
.tagrow {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 10px;
}
.tag {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 4px 9px;
border-radius: 999px;
background: #eee6d8;
color: #3b4147;
font-size: 13px;
font-weight: 800;
}
.checklist {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 18px;
padding-left: 0;
list-style: none;
}
.checklist li {
padding-left: 30px;
position: relative;
}
.checklist li::before {
content: "✓";
position: absolute;
left: 0;
top: 1px;
width: 22px;
height: 22px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--jade);
color: #fff;
font-size: 13px;
font-weight: 900;
}
table {
width: 100%;
border-collapse: collapse;
overflow: hidden;
border-radius: 8px;
background: #fff;
}
th, td {
padding: 12px 14px;
border-bottom: 1px solid var(--line);
text-align: left;
vertical-align: top;
}
th {
color: #fff;
background: #27343b;
font-size: 14px;
}
tr:last-child td { border-bottom: 0; }
.print-note {
margin-top: 18px;
padding: 14px 16px;
border-left: 4px solid var(--terracotta);
background: #fff2ea;
border-radius: 0 8px 8px 0;
}
footer {
margin-top: 28px;
color: var(--muted);
font-size: 13px;
}
@media (max-width: 840px) {
.hero { min-height: 360px; padding: 28px; }
.grid, .grid.two, .route-layout, .checklist { grid-template-columns: 1fr; }
section { padding: 20px; }
.item { grid-template-columns: 1fr; gap: 4px; }
.nav { position: static; }
.route-map, .route-map svg { min-height: 360px; }
}
@media print {
body { background: #fff; }
.page { max-width: none; padding: 0; }
.hero, section { box-shadow: none; break-inside: avoid; }
.nav { display: none; }
a { color: #000; text-decoration: underline; }
}
</style>
</head>
<body>
<main class="page">
<header class="hero">
<div>
<p class="eyebrow">2026.05.30 16:00 抵达 - 2026.06.01 16:00 左右返程|深圳 ⇄ 西安</p>
<h1>西安 1 个整天 + 2 个半天行程</h1>
<p>按 5 月 30 日傍晚到、6 月 1 日下午走重新压缩:第一晚只做市区夜游,周日留给兵马俑主线,周一上午轻量收尾,稳稳去机场。</p>
</div>
</header>
<nav class="nav" aria-label="页面导航">
<a href="#overview">总览</a>
<a href="#route-map">路线图</a>
<a href="#day1">周六</a>
<a href="#day2">周日</a>
<a href="#day3">周一</a>
<a href="#transport">交通</a>
<a href="#booking">预约</a>
<a href="#budget">预算</a>
<a href="./other-attractions.html">备选景点</a>
</nav>
<section id="overview">
<h2>总览</h2>
<div class="grid">
<article class="card">
<h3>推荐住宿</h3>
<p><strong>钟楼 / 南门</strong>。这次抵达晚、返程早,住市中心最省移动成本;钟楼适合夜游和吃饭,南门适合城墙和书院门。</p>
<p class="muted">小寨更靠近陕历博和大雁塔,但这版主线保兵马俑,优先钟楼或南门。</p>
</article>
<article class="card">
<h3>行程节奏</h3>
<p><strong>前松后稳</strong>。周日是唯一完整白天,用来跑兵马俑;周一 16:00 左右返程,不安排临潼远线。</p>
<p class="muted">想更松弛,周日晚只保留大雁塔外圈和大唐不夜城,不进收费园区。</p>
</article>
<article class="card">
<h3>关键提醒</h3>
<p><span class="warn">6 月 1 日 16:00 左右返程</span>,当天不要去兵马俑。陕历博如果非常想去,需要用周日上午替换兵马俑。</p>
</article>
</div>
</section>
<section id="route-map">
<h2>路线图</h2>
<div class="route-layout">
<div class="route-map" role="img" aria-label="西安三天行程路线示意图">
<svg viewBox="0 0 760 500" xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="arrowTerracotta" markerWidth="12" markerHeight="12" refX="9" refY="6" orient="auto" markerUnits="strokeWidth">
<path d="M2,2 L10,6 L2,10 Z" fill="#a94f2a" />
</marker>
<marker id="arrowJade" markerWidth="12" markerHeight="12" refX="9" refY="6" orient="auto" markerUnits="strokeWidth">
<path d="M2,2 L10,6 L2,10 Z" fill="#2c6657" />
</marker>
<marker id="arrowIndigo" markerWidth="12" markerHeight="12" refX="9" refY="6" orient="auto" markerUnits="strokeWidth">
<path d="M2,2 L10,6 L2,10 Z" fill="#334d6e" />
</marker>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="8" stdDeviation="8" flood-color="#1f2326" flood-opacity="0.12" />
</filter>
</defs>
<rect x="28" y="28" width="704" height="444" rx="18" fill="rgba(255,255,255,0.72)" stroke="#ded2bd" />
<text x="56" y="70" class="map-small">示意图:不按实际比例,按旅行动线阅读</text>
<path d="M118 122 C190 106, 238 128, 298 178" fill="none" stroke="#a94f2a" stroke-width="5" stroke-linecap="round" stroke-dasharray="11 9" marker-end="url(#arrowTerracotta)" />
<path d="M382 188 C492 146, 610 152, 646 116" fill="none" stroke="#2c6657" stroke-width="5" stroke-linecap="round" marker-end="url(#arrowJade)" />
<path d="M648 138 C620 218, 574 292, 634 234" fill="none" stroke="#2c6657" stroke-width="5" stroke-linecap="round" marker-end="url(#arrowJade)" />
<path d="M632 250 C542 318, 432 334, 338 222" fill="none" stroke="#2c6657" stroke-width="5" stroke-linecap="round" stroke-dasharray="12 10" marker-end="url(#arrowJade)" />
<path d="M318 206 C294 262, 288 326, 328 382" fill="none" stroke="#334d6e" stroke-width="5" stroke-linecap="round" marker-end="url(#arrowIndigo)" />
<path d="M346 390 C430 402, 502 406, 574 394" fill="none" stroke="#334d6e" stroke-width="5" stroke-linecap="round" stroke-dasharray="12 10" marker-end="url(#arrowIndigo)" />
<path d="M318 190 C276 258, 238 322, 206 384" fill="none" stroke="#9b6a18" stroke-width="4" stroke-linecap="round" stroke-dasharray="6 9" marker-end="url(#arrowTerracotta)" />
<g filter="url(#softShadow)">
<circle cx="110" cy="124" r="39" fill="#fff" stroke="#a94f2a" stroke-width="4" />
<circle cx="110" cy="124" r="23" fill="#a94f2a" />
<text x="110" y="130" text-anchor="middle" class="map-day">抵达</text>
</g>
<text x="68" y="182" class="map-label">咸阳机场</text>
<text x="70" y="203" class="map-small">14号线接2号线进城</text>
<g filter="url(#softShadow)">
<rect x="278" y="150" width="128" height="76" rx="14" fill="#fff" stroke="#a94f2a" stroke-width="4" />
<circle cx="302" cy="188" r="19" fill="#a94f2a" />
<text x="302" y="193" text-anchor="middle" class="map-day">D1</text>
</g>
<text x="328" y="184" class="map-label">钟楼/南门</text>
<text x="328" y="205" class="map-small">住宿、城墙、夜游</text>
<g filter="url(#softShadow)">
<rect x="398" y="296" width="142" height="76" rx="14" fill="#fff" stroke="#2c6657" stroke-width="4" />
<circle cx="424" cy="334" r="19" fill="#2c6657" />
<text x="424" y="339" text-anchor="middle" class="map-day">D2</text>
</g>
<text x="450" y="330" class="map-label">大雁塔</text>
<text x="450" y="351" class="map-small">周日返城夜线</text>
<g filter="url(#softShadow)">
<rect x="580" y="198" width="118" height="76" rx="14" fill="#fff" stroke="#2c6657" stroke-width="4" />
<circle cx="606" cy="236" r="19" fill="#2c6657" />
<text x="606" y="241" text-anchor="middle" class="map-day">夜</text>
</g>
<text x="632" y="232" class="map-label">大唐不夜城</text>
<text x="632" y="253" class="map-small">免费夜游</text>
<g filter="url(#softShadow)">
<rect x="566" y="78" width="142" height="76" rx="14" fill="#fff" stroke="#334d6e" stroke-width="4" />
<circle cx="592" cy="116" r="19" fill="#334d6e" />
<text x="592" y="121" text-anchor="middle" class="map-day">D2</text>
</g>
<text x="618" y="112" class="map-label">兵马俑</text>
<text x="618" y="133" class="map-small">唯一完整日主线</text>
<g filter="url(#softShadow)">
<rect x="492" y="370" width="144" height="70" rx="14" fill="#fff" stroke="#334d6e" stroke-width="4" />
<circle cx="518" cy="405" r="18" fill="#334d6e" />
<text x="518" y="410" text-anchor="middle" class="map-day">返</text>
</g>
<text x="544" y="401" class="map-label">咸阳机场</text>
<text x="544" y="422" class="map-small">14:00 左右到达</text>
<g filter="url(#softShadow)">
<rect x="92" y="352" width="152" height="76" rx="14" fill="#fff" stroke="#9b6a18" stroke-width="4" />
<circle cx="118" cy="390" r="19" fill="#9b6a18" />
<text x="118" y="395" text-anchor="middle" class="map-day">备</text>
</g>
<text x="144" y="386" class="map-label">陕历博备选</text>
<text x="144" y="407" class="map-small">替换周日兵马俑</text>
</svg>
</div>
<div class="route-legend">
<div class="legend-item">
<div class="legend-dot">1</div>
<div>
<h3>周六:机场进城</h3>
<p class="muted">16:00 落地后进城入住,晚餐放在洒金桥/大皮院,最后看钟鼓楼夜景。</p>
</div>
</div>
<div class="legend-item">
<div class="legend-dot day2">2</div>
<div>
<h3>周日:兵马俑主线</h3>
<p class="muted">市区早出发 → 兵马俑/丽山园 → 回市区 → 大雁塔/大唐不夜城。</p>
</div>
</div>
<div class="legend-item">
<div class="legend-dot day3">3</div>
<div>
<h3>周一:城墙收尾</h3>
<p class="muted">南门城墙走一段或短骑行,午饭后取行李,12:40 左右出发去机场。</p>
</div>
</div>
<div class="legend-item">
<div class="legend-dot alt">备</div>
<div>
<h3>替代路线</h3>
<p class="muted">如果更想看陕历博,就把周日上午改成陕历博,兵马俑这次放弃。</p>
</div>
</div>
</div>
</div>
</section>
<section id="day1">
<h2>Day 1|5 月 30 日 周六:抵达西安,古城夜游</h2>
<div class="timeline">
<div class="item">
<div class="time">16:00-18:00</div>
<div>
<h3>咸阳机场 → 酒店</h3>
<p>16:00 抵达后直接进城。地铁优先:机场西站乘 14 号线到西安北站,再换 2 号线到钟楼/南门;两人以上带箱子可直接打车进城。</p>
<div class="tagrow"><span class="tag">机场进城约 60-90 分钟</span><span class="tag">钟楼/南门住宿最方便</span></div>
</div>
</div>
<div class="item">
<div class="time">18:00-19:00</div>
<div>
<h3>入住休整</h3>
<p>办理入住、放行李、简单休息。第一天不要赶景点,把体力留给晚上吃饭和看夜景。</p>
<div class="tagrow"><span class="tag">轻装出门</span><span class="tag">先补水</span><span class="tag">不跑远线</span></div>
</div>
</div>
<div class="item">
<div class="time">19:00-22:00</div>
<div>
<h3>钟楼鼓楼 → 回民街 / 洒金桥</h3>
<p>晚餐不要只盯回民街主街,洒金桥、庙后街一带更适合找本地小吃。钟楼夜景适合当第一晚的收束。</p>
<p><strong>晚餐关键词:</strong>肉夹馍、凉皮、羊肉泡馍、甑糕、酸梅汤、镜糕。</p>
<div class="tagrow"><span class="tag">夜景</span><span class="tag">小吃密集</span><span class="tag">步行友好</span></div>
</div>
</div>
</div>
</section>
<section id="day2">
<h2>Day 2|5 月 31 日 周日:兵马俑 + 大雁塔夜线</h2>
<div class="timeline">
<div class="item">
<div class="time">07:30-09:00</div>
<div>
<h3>早餐 + 出发临潼</h3>
<p>早点出发避开周日人流。可用地铁/接驳,也可以直接打车或包车;短周末更看重省时间和少折腾。</p>
<div class="tagrow"><span class="tag">早出发</span><span class="tag">带身份证</span><span class="tag">提前购票</span></div>
</div>
</div>
<div class="item">
<div class="time">09:00-12:00</div>
<div>
<h3>秦始皇帝陵博物院:兵马俑核心区</h3>
<p>重点看一号坑、三号坑、二号坑和铜车马相关展陈。建议请讲解或租讲解器,不然容易只看热闹。</p>
<p class="muted">如果人多,先保证一号坑和铜车马,其余按体力取舍。</p>
</div>
</div>
<div class="item">
<div class="time">12:00-14:30</div>
<div>
<h3>午餐 + 丽山园可选</h3>
<p>午餐简单解决。体力够就去丽山园,想稳一点就跳过,把下午留给回城和休息。</p>
<div class="tagrow"><span class="tag">丽山园可删</span><span class="tag">别拖到太晚</span></div>
</div>
</div>
<div class="item">
<div class="time">15:00-17:00</div>
<div>
<h3>返回市区 / 酒店休整</h3>
<p>临潼回市区后先休息或洗漱,晚上再去大雁塔片区。这样周日不会从早累到晚。</p>
</div>
</div>
<div class="item">
<div class="time">17:30-19:00</div>
<div>
<h3>大雁塔 / 大慈恩寺</h3>
<p>傍晚去大雁塔,时间够就进大慈恩寺;只想轻松拍照散步,就围绕南北广场和周边街区走。</p>
<div class="tagrow"><span class="tag">地铁 3/4 号线方便</span><span class="tag">与夜游自然衔接</span></div>
</div>
</div>
<div class="item">
<div class="time">19:00-21:30</div>
<div>
<h3>大唐不夜城</h3>
<p>周日晚上只推荐免费、灵活、随走随停的大唐不夜城。大唐芙蓉园和长恨歌都可以留作下次,不再给这趟加压力。</p>
<div class="tagrow"><span class="tag">周日晚高峰人多</span><span class="tag">提前规划返程打车点</span></div>
</div>
</div>
</div>
</section>
<section id="day3">
<h2>Day 3|6 月 1 日 周一:城墙轻量收尾,下午返程</h2>
<div class="grid two">
<article class="card">
<h3>08:30-10:30:西安城墙南门段</h3>
<p>退房后寄存行李,从永宁门上城墙。建议步行或短骑行一段即可,不环全程,避免中午赶时间。</p>
<p>城墙早上光线好,人也相对少,是这趟最稳的收尾项目。</p>
<p class="price">适合:16:00 左右返程</p>
</article>
<article class="card">
<h3>10:30-12:40:午餐 + 取行李</h3>
<p>南门附近可顺路走书院门,或找一碗 biangbiang 面 / 油泼面收尾。12:40 左右从市区出发去机场。</p>
<p>建议 14:00 左右到达咸阳机场,给托运、安检和路况留余量。</p>
<p class="price">核心:不误机</p>
</article>
</div>
<div class="print-note">
<strong>我的推荐:</strong>6 月 1 日 16:00 左右的飞机,不要安排兵马俑、华清宫这类临潼远线。当天只做城墙/书院门/咖啡散步这类市区轻量项目。
</div>
</section>
<section id="transport">
<h2>交通与动线</h2>
<table>
<thead>
<tr><th>场景</th><th>建议</th><th>备注</th></tr>
</thead>
<tbody>
<tr>
<td>咸阳机场进城</td>
<td>地铁 14 号线 → 西安北站 → 2 号线进城</td>
<td>住钟楼/南门/小寨都可以用 2 号线衔接。</td>
</tr>
<tr>
<td>市区游玩</td>
<td>地铁 + 步行 + 短途打车</td>
<td>钟楼、南门、小寨、大雁塔之间地铁很顺。</td>
</tr>
<tr>
<td>兵马俑往返</td>
<td>地铁/高铁接驳或打车包车</td>
<td>放在周日完整白天,早出发,下午回市区。</td>
</tr>
<tr>
<td>返程去机场</td>
<td>12:40 左右从市区出发,14:00 左右到机场</td>
<td>16:00 左右起飞,别把上午排满。</td>
</tr>
</tbody>
</table>
</section>
<section id="booking">
<h2>预约与准备清单</h2>
<ul class="checklist">
<li>秦始皇帝陵博物院:实名预约,兵马俑安排周日早上。</li>
<li>陕西历史博物馆:如果特别想去,用周日上午替换兵马俑;周一通常闭馆。</li>
<li>西安城墙:提前确认南门开放和夜游时间,天气热时避开正午。</li>
<li>大唐不夜城:免费开放街区,周日晚人多,提前规划返程打车点。</li>
<li>天气:5 月底西安可能干热,带防晒、帽子、舒适鞋和水杯。</li>
<li>行李:周一退房后优先寄存在酒店;去兵马俑别拖大箱子。</li>
</ul>
<div class="print-note">
<strong>取舍提醒:</strong>这版优先保兵马俑。若你更想看陕历博,就把周日改成陕历博 + 大雁塔 + 大唐不夜城,兵马俑留给下次。
</div>
</section>
<section id="budget">
<h2>粗略预算</h2>
<div class="grid">
<article class="card">
<h3>交通</h3>
<p><span class="price">约 150-450 元/人</span></p>
<p class="muted">地铁为主很省;兵马俑若打车/包车,预算明显上浮。</p>
</article>
<article class="card">
<h3>门票与预约</h3>
<p><span class="price">约 180-420 元/人</span></p>
<p class="muted">陕历博基础馆免费预约;城墙、兵马俑、芙蓉园等按选择购票。</p>
</article>
<article class="card">
<h3>餐饮</h3>
<p><span class="price">约 220-500 元/人</span></p>
<p class="muted">小吃很友好;正餐想吃陕菜馆可单独加预算。</p>
</article>
</div>
</section>
<section>
<h2>官方入口与复核链接</h2>
<p class="muted">以下信息于 2026-05-18 规划时整理。开放时间、票价和预约规则可能调整,出发前建议再按官方渠道复核。</p>
<div class="grid two">
<article class="card">
<h3>预约/景区</h3>
<p><a href="https://www.sxhm.com/" target="_blank" rel="noreferrer">陕西历史博物馆官网</a></p>
<p><a href="https://www.bmy.com.cn/" target="_blank" rel="noreferrer">秦始皇帝陵博物院官网</a></p>
<p><a href="https://www.xacitywall.com/" target="_blank" rel="noreferrer">西安城墙景区官网</a></p>
<p><a href="https://www.tangparadise.cn/" target="_blank" rel="noreferrer">大唐芙蓉园官网</a></p>
<p><a href="https://www.hqc.cn/" target="_blank" rel="noreferrer">华清宫景区官网</a></p>
</article>
<article class="card">
<h3>交通/地图</h3>
<p><a href="https://www.xianrail.com/" target="_blank" rel="noreferrer">西安地铁官网</a></p>
<p><a href="https://ditu.amap.com/search?query=%E8%A5%BF%E5%AE%89%E9%92%9F%E6%A5%BC" target="_blank" rel="noreferrer">高德地图:西安钟楼</a></p>
<p><a href="https://ditu.amap.com/search?query=%E8%A5%BF%E5%AE%89%E5%92%B8%E9%98%B3%E5%9B%BD%E9%99%85%E6%9C%BA%E5%9C%BA" target="_blank" rel="noreferrer">高德地图:西安咸阳机场</a></p>
</article>
</div>
</section>
<footer>
<p>文件生成:深圳出发西安周末行程。想换景点可看 <a href="./other-attractions.html">未排进主线的备选景点</a>,出发前再复核官方开放信息。</p>
</footer>
</main>
</body>
</html>