-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzhuangzi-xiaoyaoyou.html
More file actions
869 lines (828 loc) · 29.5 KB
/
Copy pathzhuangzi-xiaoyaoyou.html
File metadata and controls
869 lines (828 loc) · 29.5 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
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>逍遥游 · 庄子 · 华粹新学</title>
<link rel="stylesheet" href="assets/common.css">
<style>
/* ===== 篇章头部 ===== */
.chapter-header {
max-width: 1200px;
margin: 0 auto;
padding: 2.5rem 2rem 1.5rem;
}
.chapter-header .book-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.9rem;
color: var(--accent);
text-decoration: none;
margin-bottom: 1rem;
padding: 0.3rem 0.8rem;
border: 1px solid var(--accent);
border-radius: 20px;
transition: all 0.2s;
}
.chapter-header .book-link:hover {
background: var(--accent);
color: #fff;
}
.chapter-title {
font-family: "Noto Serif SC", "Source Han Serif SC", serif;
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 0.3rem;
letter-spacing: 0.1em;
}
.chapter-subtitle {
font-family: "Noto Serif SC", serif;
font-size: 1.15rem;
color: var(--ink-light);
margin-bottom: 1.2rem;
}
.chapter-meta {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
margin-bottom: 1.5rem;
}
.meta-item {
display: flex;
align-items: center;
gap: 0.4rem;
font-size: 0.88rem;
color: var(--ink-light);
}
.meta-item .label { color: var(--ink-faint); }
.difficulty {
display: inline-flex;
gap: 2px;
}
.difficulty .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--border);
}
.difficulty .dot.active { background: var(--gold); }
.chapter-intro {
font-size: 1.05rem;
color: var(--ink-light);
max-width: 720px;
line-height: 2;
padding-left: 1rem;
border-left: 3px solid var(--accent);
}
/* ===== 阅读模式切换 ===== */
.reader-toolbar {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem 1rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.mode-switch {
display: inline-flex;
border: 1px solid var(--border);
border-radius: 8px;
overflow: hidden;
background: var(--paper-light);
}
.mode-btn {
padding: 0.5rem 1.2rem;
font-size: 0.88rem;
border: none;
background: transparent;
color: var(--ink-light);
cursor: pointer;
transition: all 0.2s;
font-family: inherit;
}
.mode-btn.active {
background: var(--ink);
color: var(--paper-light);
}
.mode-btn:hover:not(.active) {
background: var(--highlight);
}
.tip-text {
font-size: 0.82rem;
color: var(--ink-faint);
}
/* ===== 左右对照区 ===== */
.reader-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem 3rem;
}
.reader-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border: 1px solid var(--border);
border-radius: 12px;
overflow: hidden;
background: var(--paper-light);
box-shadow: 0 2px 20px var(--shadow);
}
.reader-col {
padding: 2rem 2rem;
}
.reader-col.original {
border-right: 2px solid var(--border);
background: linear-gradient(180deg, #faf6ee 0%, #f5efe2 100%);
}
.col-label {
display: inline-block;
font-family: "Noto Serif SC", serif;
font-size: 0.8rem;
letter-spacing: 0.2em;
color: var(--ink-faint);
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--border);
width: 100%;
}
/* 段落样式 */
.para-pair {
margin-bottom: 0.5rem;
border-radius: 8px;
transition: background 0.25s ease;
}
.orig-para {
font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
font-size: 1.18rem;
line-height: 2.2;
color: var(--ink);
padding: 1rem 1.2rem;
border-radius: 8px;
cursor: default;
transition: all 0.25s ease;
border-left: 3px solid transparent;
}
.trans-para {
font-size: 1.02rem;
line-height: 2;
color: var(--ink-light);
padding: 1rem 1.2rem;
border-radius: 8px;
cursor: default;
transition: all 0.25s ease;
border-left: 3px solid transparent;
}
/* 悬浮联动高亮 */
.para-pair.highlight .orig-para {
background: var(--highlight);
border-left-color: var(--accent);
}
.para-pair.highlight .trans-para {
background: var(--highlight);
border-left-color: var(--accent);
}
/* 注释词 */
.annot {
color: var(--accent);
border-bottom: 1px dashed var(--accent-light);
cursor: help;
position: relative;
}
.annot:hover::after {
content: attr(data-note);
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background: var(--ink);
color: var(--paper-light);
padding: 0.4rem 0.8rem;
border-radius: 6px;
font-size: 0.82rem;
line-height: 1.5;
white-space: normal;
width: max-content;
max-width: 240px;
z-index: 50;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
font-family: "Noto Sans SC", sans-serif;
}
/* 漫画 */
.comic-block {
margin: 1.2rem 0;
border-radius: 10px;
overflow: hidden;
background: var(--comic-bg);
border: 1px solid var(--border);
}
.comic-svg {
width: 100%;
display: block;
}
.comic-caption {
padding: 0.6rem 1rem;
font-size: 0.85rem;
color: var(--ink-faint);
text-align: center;
background: rgba(0,0,0,0.02);
border-top: 1px solid var(--border);
font-style: italic;
}
/* 阅读模式:仅原文 */
.reader-grid.mode-original .reader-col.translation { display: none; }
.reader-grid.mode-original { grid-template-columns: 1fr; }
.reader-grid.mode-original .reader-col.original { border-right: none; }
/* 阅读模式:仅白话 */
.reader-grid.mode-trans .reader-col.original { display: none; }
.reader-grid.mode-trans { grid-template-columns: 1fr; }
/* ===== 背景与语境 ===== */
.section {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem 3rem;
}
.section-title {
font-family: "Noto Serif SC", serif;
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 1.5rem;
padding-bottom: 0.6rem;
border-bottom: 2px solid var(--ink);
display: flex;
align-items: center;
gap: 0.6rem;
}
.section-title .icon {
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.context-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.context-card {
background: var(--paper-light);
border: 1px solid var(--border);
border-radius: 10px;
padding: 1.5rem;
}
.context-card h4 {
font-family: "Noto Serif SC", serif;
font-size: 1.05rem;
margin-bottom: 0.8rem;
color: var(--accent);
}
.context-card p {
font-size: 0.95rem;
color: var(--ink-light);
line-height: 1.9;
}
/* ===== 现代视角 ===== */
.perspective-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin-bottom: 2rem;
}
.persp-card {
border-radius: 10px;
padding: 1.5rem;
border: 1px solid;
}
.persp-card.good {
background: #f0f5ec;
border-color: #8bab6a;
}
.persp-card.discuss {
background: #fdf6e3;
border-color: #d4a843;
}
.persp-card.warn {
background: #f7ecea;
border-color: #c2756a;
}
.persp-card .persp-label {
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 0.6rem;
display: flex;
align-items: center;
gap: 0.4rem;
}
.persp-card.good .persp-label { color: #5a7a3a; }
.persp-card.discuss .persp-label { color: #9a7520; }
.persp-card.warn .persp-label { color: #9a4a3a; }
.persp-card p {
font-size: 0.95rem;
line-height: 1.9;
color: var(--ink-light);
}
/* 思考题 */
.think-box {
background: linear-gradient(135deg, #2b2418 0%, #3d3426 100%);
border-radius: 12px;
padding: 2rem 2.5rem;
color: var(--paper);
display: flex;
gap: 1.5rem;
align-items: flex-start;
}
.think-icon {
font-size: 2rem;
flex-shrink: 0;
line-height: 1;
}
.think-box h4 {
font-family: "Noto Serif SC", serif;
font-size: 1.1rem;
margin-bottom: 0.6rem;
color: #f0d890;
}
.think-box p {
font-size: 1.05rem;
line-height: 1.9;
color: #d8cfc0;
}
.think-actions {
margin-top: 1rem;
display: flex;
gap: 0.8rem;
}
.think-btn {
padding: 0.5rem 1.5rem;
border-radius: 20px;
border: 1px solid rgba(255,255,255,0.25);
background: rgba(255,255,255,0.08);
color: #d8cfc0;
font-size: 0.9rem;
cursor: pointer;
transition: all 0.2s;
font-family: inherit;
}
.think-btn:hover {
background: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0.4);
}
.think-btn.selected {
background: var(--accent);
border-color: var(--accent);
color: #fff;
}
/* ===== 延伸阅读 ===== */
.further-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.further-card {
background: var(--paper-light);
border: 1px solid var(--border);
border-radius: 8px;
padding: 1.2rem 1.5rem;
text-decoration: none;
color: inherit;
transition: all 0.2s;
}
.further-card:hover {
border-color: var(--accent);
box-shadow: 0 4px 12px var(--shadow);
transform: translateY(-2px);
}
.further-card .fc-tag {
font-size: 0.78rem;
color: var(--accent);
letter-spacing: 0.1em;
margin-bottom: 0.4rem;
}
.further-card .fc-title {
font-family: "Noto Serif SC", serif;
font-size: 1rem;
margin-bottom: 0.3rem;
}
.further-card .fc-desc {
font-size: 0.85rem;
color: var(--ink-faint);
line-height: 1.6;
}
/* ===== 响应式 ===== */
@media (max-width: 768px) {
.chapter-title { font-size: 2rem; }
.reader-grid {
grid-template-columns: 1fr;
}
.reader-col.original {
border-right: none;
border-bottom: 2px solid var(--border);
}
.context-grid,
.perspective-grid,
.further-grid {
grid-template-columns: 1fr;
}
.reader-container,
.section,
.chapter-header {
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
<div id="site-header" data-active="zongheng"></div>
<!-- 篇章头部 -->
<header class="chapter-header">
<div class="body-breadcrumb">
<a href="index.html">诸子思想</a>
<span class="sep">›</span>
<a href="daoism-index.html">道家</a>
<span class="sep">›</span>
<a href="zhuangzi-index.html">庄子</a>
<span class="sep">›</span>
<span class="current">逍遥游</span>
</div>
<h1 class="chapter-title">逍遥游</h1>
<p class="chapter-subtitle">《庄子》内篇第一 · 北冥有鱼,其名为鲲</p>
<div class="chapter-meta">
<div class="meta-item">
<span class="label">难度</span>
<span class="difficulty">
<span class="dot active"></span>
<span class="dot active"></span>
<span class="dot"></span>
</span>
</div>
<div class="meta-item">
<span class="label">阅读时长</span>
<span>约 12 分钟</span>
</div>
<div class="meta-item">
<span class="label">所属流派</span>
<span>道家</span>
</div>
<div class="meta-item">
<span class="label">成书时代</span>
<span>战国</span>
</div>
</div>
<p class="chapter-intro">
一条大到不知几千里的鱼,变成一只大到不知几千里的鸟,从北极飞向南极。庄子用这个极尽夸张的开场,抛出一个贯穿全书的问题:人究竟怎样才能真正自由?
</p>
</header>
<!-- 阅读模式切换 -->
<div class="reader-toolbar">
<div class="mode-switch">
<button class="mode-btn active" data-mode="both">原文白话对照</button>
<button class="mode-btn" data-mode="original">仅看原文</button>
<button class="mode-btn" data-mode="trans">仅看白话</button>
</div>
<span class="tip-text">将鼠标移到任一段落上,左右两侧会同步高亮</span>
</div>
<!-- 左右对照阅读区 -->
<div class="reader-container">
<div class="reader-grid mode-both" id="readerGrid">
<!-- 左列:原文 -->
<div class="reader-col original">
<span class="col-label">原 文</span>
<div class="para-pair" data-idx="1">
<p class="orig-para">
<span class="annot" data-note="北海,传说中北方的大海。">北冥</span>有鱼,其名为<span class="annot" data-note="传说中的大鱼,庄子虚构的意象。">鲲</span>。鲲之大,不知其几千里也;化而为鸟,其名为鹏。
</p>
</div>
<div class="para-pair" data-idx="2">
<p class="orig-para">
鹏之背,不知其几千里也;<span class="annot" data-note="奋发、振奋的样子。">怒</span>而飞,其翼若<span class="annot" data-note="天边垂下的云。">垂天之云</span>。
</p>
</div>
<div class="para-pair" data-idx="3">
<p class="orig-para">
是鸟也,<span class="annot" data-note="海水运动,指海啸或大潮汐。">海运</span>则将徙于南冥。南冥者,<span class="annot" data-note="天然形成的大池。">天池</span>也。
</p>
</div>
<div class="para-pair" data-idx="4">
<p class="orig-para">
<span class="annot" data-note="书名,记载怪异之事。">《齐谐》</span>者,志怪者也。《谐》之言曰:"鹏之徙于南冥也,水击三千里,<span class="annot" data-note="环绕、盘旋。">抟</span><span class="annot" data-note="自下而上的暴风。">扶摇</span>而上者九万里,去以六月息者也。"
</p>
</div>
<div class="para-pair" data-idx="5">
<p class="orig-para">
<span class="annot" data-note="指浮动的雾气,状如奔马。">野马</span>也,尘埃也,生物之以息相吹也。天之苍苍,其正色邪?其远而无所至极邪?其视下也,亦若是则已矣。
</p>
</div>
</div>
<!-- 右列:白话翻译 + 漫画 -->
<div class="reader-col translation">
<span class="col-label">白 话 翻 译</span>
<div class="para-pair" data-idx="1">
<p class="trans-para">
北方的大海里有一条鱼,名字叫鲲。鲲的巨大,不知道有几千里;它变化成为一只鸟,名字叫鹏。
</p>
<!-- 漫画1:鲲鱼化鹏 -->
<div class="comic-block">
<svg class="comic-svg" viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sea1" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#4a6b7a"/>
<stop offset="100%" stop-color="#2c4050"/>
</linearGradient>
<linearGradient id="sky1" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#e8d8b8"/>
<stop offset="100%" stop-color="#c9b896"/>
</linearGradient>
</defs>
<!-- 天空 -->
<rect width="500" height="300" fill="url(#sky1)"/>
<!-- 海面分界线 -->
<path d="M0 150 Q125 140 250 150 T500 148 L500 300 L0 300 Z" fill="url(#sea1)"/>
<!-- 波浪 -->
<path d="M0 160 Q60 152 120 160 T240 158 T360 162 T500 158" stroke="#6b8a98" stroke-width="1.5" fill="none" opacity="0.6"/>
<path d="M0 180 Q80 172 160 180 T320 178 T500 182" stroke="#5a7a88" stroke-width="1" fill="none" opacity="0.4"/>
<!-- 鲲的轮廓(水下大鱼) -->
<g transform="translate(80, 170)" opacity="0.7">
<path d="M0,30 Q40,0 120,10 Q180,15 220,30 Q180,45 120,40 Q40,38 0,30 Z" fill="#1a3040"/>
<circle cx="200" cy="28" r="3" fill="#8ab0c0"/>
<!-- 鱼尾 -->
<path d="M0,30 L-20,15 L-15,30 L-20,45 Z" fill="#1a3040"/>
</g>
<!-- 鹏(半出水,展翅) -->
<g transform="translate(280, 60)">
<!-- 左翅 -->
<path d="M0,40 Q-60,-10 -140,20 Q-100,30 -60,50 Q-30,45 0,55 Z" fill="#3a3028" opacity="0.85"/>
<!-- 右翅 -->
<path d="M0,40 Q60,-10 140,20 Q100,30 60,50 Q30,45 0,55 Z" fill="#3a3028" opacity="0.85"/>
<!-- 身体 -->
<ellipse cx="0" cy="50" rx="22" ry="35" fill="#4a3f35"/>
<!-- 头 -->
<circle cx="0" cy="18" r="14" fill="#4a3f35"/>
<!-- 眼 -->
<circle cx="-4" cy="15" r="2.5" fill="#f0d890"/>
<circle cx="-4" cy="15" r="1.2" fill="#2b2418"/>
<!-- 喙 -->
<path d="M-3,22 L0,30 L3,22 Z" fill="#8a6a3a"/>
<!-- 翅羽纹 -->
<path d="M-100,25 Q-80,35 -60,48" stroke="#2a2018" stroke-width="1" fill="none" opacity="0.5"/>
<path d="M100,25 Q80,35 60,48" stroke="#2a2018" stroke-width="1" fill="none" opacity="0.5"/>
</g>
<!-- 水花 -->
<g fill="#8ab0c0" opacity="0.5">
<circle cx="260" cy="150" r="4"/>
<circle cx="290" cy="155" r="3"/>
<circle cx="310" cy="148" r="2.5"/>
<circle cx="250" cy="158" r="2"/>
</g>
<!-- 远山 -->
<path d="M0 150 L40 120 L80 140 L130 110 L170 145 L200 130 L250 150 Z" fill="#8a9a7a" opacity="0.3"/>
</svg>
<div class="comic-caption">鲲之大不知几千里,化而为鸟,其名为鹏</div>
</div>
</div>
<div class="para-pair" data-idx="2">
<p class="trans-para">
鹏的脊背,也不知道有几千里长;当它奋力起飞的时候,展开的翅膀就像天边垂下的云。
</p>
</div>
<div class="para-pair" data-idx="3">
<p class="trans-para">
这只鸟,当海风大动、海涛涌起的时候,就要飞往南方的大海。那南方的大海,是天然形成的大池。
</p>
<!-- 漫画2:鹏翼若垂天之云 -->
<div class="comic-block">
<svg class="comic-svg" viewBox="0 0 500 280" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky2" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#d4c4a0"/>
<stop offset="50%" stop-color="#c0ad88"/>
<stop offset="100%" stop-color="#a09070"/>
</linearGradient>
</defs>
<rect width="500" height="280" fill="url(#sky2)"/>
<!-- 云纹 -->
<g fill="#e8dcc8" opacity="0.5">
<ellipse cx="80" cy="50" rx="60" ry="15"/>
<ellipse cx="400" cy="80" rx="80" ry="18"/>
<ellipse cx="200" cy="30" rx="50" ry="12"/>
</g>
<!-- 巨大翅膀(占据画面上方,暗示垂天之云) -->
<g transform="translate(250, 0)">
<path d="M-250,80 Q-200,-20 -100,40 Q0,60 100,40 Q200,-20 250,80 Q200,120 100,90 Q0,75 -100,90 Q-200,120 -250,80 Z" fill="#3a3028" opacity="0.8"/>
<!-- 羽毛纹理 -->
<g stroke="#2a2018" stroke-width="1" fill="none" opacity="0.4">
<path d="M-200,70 Q-150,30 -100,55"/>
<path d="M-100,60 Q-50,25 0,50"/>
<path d="M0,55 Q50,25 100,52"/>
<path d="M100,58 Q150,30 200,68"/>
</g>
</g>
<!-- 鹏身(远景,画面中部偏小) -->
<g transform="translate(250, 140)">
<ellipse cx="0" cy="0" rx="12" ry="20" fill="#4a3f35"/>
<circle cx="0" cy="-18" r="8" fill="#4a3f35"/>
<path d="M-2,-15 L0,-8 L2,-15 Z" fill="#8a6a3a"/>
</g>
<!-- 海面 -->
<path d="M0 220 Q125 210 250 218 T500 215 L500 280 L0 280 Z" fill="#4a6b7a" opacity="0.6"/>
<path d="M0 230 Q80 222 160 230 T320 228 T500 232" stroke="#6b8a98" stroke-width="1.5" fill="none" opacity="0.5"/>
<!-- 小船(对比鹏的巨大) -->
<g transform="translate(100, 235)">
<path d="M-12,0 Q-10,8 0,8 Q10,8 12,0 Z" fill="#5a4030"/>
<line x1="0" y1="0" x2="0" y2="-15" stroke="#5a4030" stroke-width="1.5"/>
<path d="M0,-15 L8,-5 L0,-5 Z" fill="#d8c8a8"/>
</g>
</svg>
<div class="comic-caption">怒而飞,其翼若垂天之云</div>
</div>
</div>
<div class="para-pair" data-idx="4">
<p class="trans-para">
《齐谐》这本书,是记载怪异事物的。书中说:"鹏迁往南方大海时,翅膀拍击水面激起三千里的浪涛,借着旋转的狂风直上九万里高空,它是乘着六月的海风离开的。"
</p>
<!-- 漫画3:水击三千里,抟扶摇而上 -->
<div class="comic-block">
<svg class="comic-svg" viewBox="0 0 500 320" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky3" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#c8b890"/>
<stop offset="100%" stop-color="#e0d4b8"/>
</linearGradient>
<linearGradient id="sea3" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#5a7b8a"/>
<stop offset="100%" stop-color="#2c4050"/>
</linearGradient>
</defs>
<!-- 天空 -->
<rect width="500" height="220" fill="url(#sky3)"/>
<!-- 海面 -->
<rect y="220" width="500" height="100" fill="url(#sea3)"/>
<!-- 旋风(扶摇) -->
<g stroke="#d8c8a8" stroke-width="2" fill="none" opacity="0.6">
<path d="M250 220 Q230 180 260 150 Q280 120 245 90 Q220 60 260 30"/>
<path d="M250 220 Q270 190 240 160 Q220 130 255 100 Q280 70 240 40" opacity="0.4"/>
</g>
<!-- 水花(水击三千里) -->
<g fill="#8ab0c0" opacity="0.6">
<ellipse cx="150" cy="225" rx="80" ry="8"/>
<ellipse cx="350" cy="225" rx="80" ry="8"/>
<circle cx="100" cy="215" r="5"/>
<circle cx="180" cy="210" r="4"/>
<circle cx="320" cy="212" r="6"/>
<circle cx="400" cy="216" r="4"/>
<circle cx="60" cy="220" r="3"/>
<circle cx="440" cy="218" r="3"/>
</g>
<!-- 鹏 -->
<g transform="translate(250, 80)">
<path d="M-50,20 Q-80,-5 -110,15 Q-80,25 -50,30 Z" fill="#3a3028" opacity="0.85"/>
<path d="M50,20 Q80,-5 110,15 Q80,25 50,30 Z" fill="#3a3028" opacity="0.85"/>
<ellipse cx="0" cy="22" rx="15" ry="25" fill="#4a3f35"/>
<circle cx="0" cy="-2" r="10" fill="#4a3f35"/>
<circle cx="-3" cy="-4" r="2" fill="#f0d890"/>
<path d="M-2,3 L0,9 L2,3 Z" fill="#8a6a3a"/>
</g>
<!-- 高度标注线 -->
<g stroke="#b23a2e" stroke-width="1" stroke-dasharray="4,3" opacity="0.5">
<line x1="470" y1="80" x2="470" y2="220"/>
</g>
<text x="478" y="155" font-size="11" fill="#b23a2e" font-family="serif" writing-mode="tb">九万里</text>
<!-- 波浪 -->
<path d="M0 240 Q80 232 160 240 T320 238 T500 242" stroke="#6b8a98" stroke-width="1" fill="none" opacity="0.5"/>
<path d="M0 265 Q100 258 200 265 T400 263 T500 267" stroke="#5a7a88" stroke-width="1" fill="none" opacity="0.4"/>
</svg>
<div class="comic-caption">水击三千里,抟扶摇而上者九万里</div>
</div>
</div>
<div class="para-pair" data-idx="5">
<p class="trans-para">
野马般奔腾的雾气,飞扬的尘埃,都是生物的气息相互吹拂所致。天空深蓝,那是它真正的颜色吗?还是因为太过遥远,看不到尽头呢?鹏从高空往下看,也不过和人从地上往天上看一样罢了。
</p>
</div>
</div>
</div>
</div>
<!-- 背景与语境 -->
<section class="section">
<h2 class="section-title">
<span class="icon">📜</span>
背景与语境
</h2>
<div class="context-grid">
<div class="context-card">
<h4>谁在说话</h4>
<p>庄子,名周,战国中期宋人。他做过管理漆园的小官,生活清贫但拒绝出仕。《逍遥游》是《庄子》开篇,一般认为是庄子本人所作,代表了他最核心的思想。</p>
</div>
<div class="context-card">
<h4>当时的处境</h4>
<p>战国中期,各国兼并战争愈演愈烈,诸子百家都在提出治国方案。庄子不参与这些争论,他关心的是一个更根本的问题:在乱世之中,人怎样才能不被外物所奴役,获得精神上的自由。</p>
</div>
<div class="context-card">
<h4>古人怎么理解</h4>
<p>郭象注《庄子》认为"逍遥"就是"适性",万物只要顺应本性就是逍遥。但另一种解释认为,庄子真正推崇的是"无待"——不依赖任何外在条件的绝对自由,大鹏和列子都还没做到。</p>
</div>
</div>
</section>
<!-- 现代视角 -->
<section class="section">
<h2 class="section-title">
<span class="icon">🔍</span>
现代视角
</h2>
<div class="perspective-grid">
<div class="persp-card good">
<div class="persp-label">✦ 仍有价值</div>
<p>庄子对"外在评价"的警惕在今天依然有力。社会用财富、地位定义成功,正如蝉和小鸟用自己的尺度嘲笑大鹏。庄子提醒人:不要用他人的标准丈量自己的人生,精神自由比物质积累更根本。这种对个体精神世界的尊重,与现代心理学对自主性的强调相通。</p>
</div>
<div class="persp-card discuss">
<div class="persp-label">◆ 需要辨析</div>
<p>庄子追求的"无待"——完全不依赖任何外在条件——是一种极高的精神境界,而非现实策略。如果把它当作生活准则,可能变成消极避世。合理的理解是:人不可能完全无待,但可以减少对不必要之物的依赖,在有限的条件中保持内心的主动。</p>
</div>
<div class="persp-card warn">
<div class="persp-label">▲ 明确过时</div>
<p>庄子的时代没有现代意义上的社会责任概念。他对社会义务的疏离、对技术进步的警惕(如"有机械者必有机事"),不能直接照搬到当代。现代公民需要在公共责任和个人自由之间找到平衡,而非简单退回山林。</p>
</div>
</div>
<!-- 思考题 -->
<div class="think-box">
<div class="think-icon">◈</div>
<div>
<h4>思考题</h4>
<p>庄子笔下的大鹏需要凭借大风才能起飞,列子能御风而行但仍"有所待"。在你的生活中,有哪些条件是你认为"不得不依赖"的?如果其中一些是可以放下的,放下之后你会更自由,还是更不安?</p>
<div class="think-actions">
<button class="think-btn" onclick="this.classList.toggle('selected')">我同意庄子的看法</button>
<button class="think-btn" onclick="this.classList.toggle('selected')">我有不同意见</button>
<button class="think-btn">我还在想</button>
</div>
</div>
</div>
</section>
<!-- 延伸阅读 -->
<section class="section">
<h2 class="section-title">
<span class="icon">🔗</span>
延伸阅读
</h2>
<div class="further-grid">
<a href="#" class="further-card">
<div class="fc-tag">本书相关</div>
<div class="fc-title">《庄子·齐物论》</div>
<div class="fc-desc">逍遥游提出"自由",齐物论论证"万物齐一",两者构成庄子思想的双璧。</div>
</a>
<a href="#" class="further-card">
<div class="fc-tag">跨流派对话</div>
<div class="fc-title">《孟子·公孙丑上》</div>
<div class="fc-desc">孟子讲"养浩然之气",庄子讲"无待",同处战国,对精神修养给出了截然不同的路径。</div>
</a>
<a href="#" class="further-card">
<div class="fc-tag">相关专题</div>
<div class="fc-title">出世与入世之间</div>
<div class="fc-desc">儒道互补如何塑造了中国人的人生选择?从孔子的"知其不可而为之"到庄子的逍遥。</div>
</a>
</div>
</section>
<div id="site-footer"></div>
<script src="assets/common.js"></script>
<script>
// ===== 左右对照悬浮联动 =====
const pairs = document.querySelectorAll('.para-pair');
function clearHighlights() {
pairs.forEach(p => p.classList.remove('highlight'));
}
pairs.forEach(pair => {
pair.addEventListener('mouseenter', () => {
clearHighlights();
const idx = pair.dataset.idx;
document.querySelectorAll(`.para-pair[data-idx="${idx}"]`).forEach(p => {
p.classList.add('highlight');
});
});
pair.addEventListener('mouseleave', () => {
clearHighlights();
});
});
// ===== 阅读模式切换 =====
const modeBtns = document.querySelectorAll('.mode-btn');
const readerGrid = document.getElementById('readerGrid');
modeBtns.forEach(btn => {
btn.addEventListener('click', () => {
modeBtns.forEach(b => b.classList.remove('active'));
btn.classList.add('active');
const mode = btn.dataset.mode;
readerGrid.className = 'reader-grid mode-' + mode;
});
});
// ===== 思考题按钮(单选) =====
document.querySelectorAll('.think-actions').forEach(group => {
group.querySelectorAll('.think-btn').forEach(btn => {
btn.addEventListener('click', () => {
group.querySelectorAll('.think-btn').forEach(b => b.classList.remove('selected'));
btn.classList.add('selected');
});
});
});
</script>
</body>
</html>