-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzhuangzi-yingdiwang.html
More file actions
895 lines (845 loc) · 34.2 KB
/
Copy pathzhuangzi-yingdiwang.html
File metadata and controls
895 lines (845 loc) · 34.2 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
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<!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>,四问而四不知。啮缺因跃而大喜,行以告<span class="annot" data-note="庄子寓言中的人物。">蒲衣子</span>。蒲衣子曰:"而乃今知之乎?<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="2">
<p class="orig-para">
<span class="annot" data-note="庄子寓言中的人物。">肩吾</span>见狂接舆。狂接舆曰:"<span class="annot" data-note="庄子虚构的人名,虚构的治国论者。">日中始</span>何以语女?"肩吾曰:"告我君人者以己出经式义度,人孰敢不听而化诸!"狂接舆曰:"是<span class="annot" data-note="欺妄、虚伪。">欺德</span>也;其于治天下也,犹涉海凿河而使<span class="annot" data-note="蚊子。">蚊</span>负山也。夫圣人之治也,治外乎?正而后行,确乎能其事者而已矣。且鸟高飞以避<span class="annot" data-note="zēng yì,系有丝绳的短箭,用来射鸟。">矰弋</span>之害,鼷鼠深穴乎<span class="annot" data-note="社坛,祭祀土神的地方,这里指神丘。">神丘</span>之下以避熏凿之患,而曾二虫之无知!"
</p>
</div>
<div class="para-pair" data-idx="3">
<p class="orig-para">
无为名尸,无为谋府,无为事任,无为知主。体尽无穷而游无朕,尽其所受乎天而无见得,亦虚而已。至人之用心若镜,不将不迎,应而不藏,故能胜物而不伤。
</p>
</div>
<div class="para-pair" data-idx="4">
<p class="orig-para">
南海之帝为<span class="annot" data-note="shū,迅疾之意,比喻有为。">儵</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>
</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>
<!-- 漫画1:至人之用心若镜 -->
<div class="comic-block">
<svg class="comic-svg" viewBox="0 0 500 320" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="ydBg1" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#e8d8b8"/>
<stop offset="100%" stop-color="#d4c4a0"/>
</linearGradient>
<radialGradient id="ydMirror" cx="0.5" cy="0.4" r="0.6">
<stop offset="0%" stop-color="#e8e0d0"/>
<stop offset="60%" stop-color="#b8b0a0"/>
<stop offset="100%" stop-color="#6a6258"/>
</radialGradient>
</defs>
<!-- 背景 -->
<rect width="500" height="320" fill="url(#ydBg1)"/>
<!-- 远山 -->
<path d="M0 180 L80 140 L150 165 L230 130 L300 160 L380 135 L460 155 L500 145 L500 220 L0 220 Z" fill="#a09070" opacity="0.25"/>
<!-- 地面/石台 -->
<rect y="220" width="500" height="100" fill="#c9b896"/>
<ellipse cx="250" cy="240" rx="180" ry="20" fill="#b09a78" opacity="0.4"/>
<!-- 古镜(圆形,立于架上,画面中心) -->
<g transform="translate(250, 130)">
<!-- 镜架 -->
<rect x="-50" y="95" width="100" height="8" fill="#5a4030" rx="2"/>
<rect x="-45" y="100" width="8" height="35" fill="#5a4030"/>
<rect x="37" y="100" width="8" height="35" fill="#5a4030"/>
<rect x="-55" y="135" width="110" height="6" fill="#5a4030" rx="2"/>
<!-- 镜缘 -->
<circle cx="0" cy="0" r="82" fill="#8a6a3a"/>
<circle cx="0" cy="0" r="76" fill="#5a4030"/>
<!-- 镜面 -->
<circle cx="0" cy="0" r="70" fill="url(#ydMirror)"/>
<!-- 镜中映出:月、云、山(象征万物来去不留) -->
<circle cx="-20" cy="-25" r="18" fill="#e8dcc0" opacity="0.6"/>
<ellipse cx="25" cy="10" rx="30" ry="6" fill="#a09a88" opacity="0.4"/>
<path d="M-50 40 L-30 20 L-10 35 L15 15 L40 40 Z" fill="#8a8a7a" opacity="0.35"/>
<!-- 镜背钮(装饰) -->
<circle cx="0" cy="0" r="4" fill="#b8893a" opacity="0.8"/>
<!-- 镜光(柔和) -->
<g stroke="#f4ede0" stroke-width="1" opacity="0.3">
<line x1="-90" y1="0" x2="-100" y2="0"/>
<line x1="90" y1="0" x2="100" y2="0"/>
<line x1="0" y1="-90" x2="0" y2="-100"/>
</g>
</g>
<!-- 左侧:花(来,不迎) -->
<g transform="translate(90, 200)" opacity="0.8">
<line x1="0" y1="30" x2="0" y2="0" stroke="#5a6a3a" stroke-width="1.5"/>
<circle cx="0" cy="-5" r="8" fill="#d45a4a" opacity="0.7"/>
<circle cx="0" cy="-5" r="3" fill="#f8e4a0"/>
<path d="M-3 15 Q-10 10 -8 5" stroke="#5a6a3a" stroke-width="1" fill="none"/>
<ellipse cx="-8" cy="8" rx="5" ry="2" fill="#6a7a4a" opacity="0.6" transform="rotate(-30 -8 8)"/>
</g>
<!-- 右侧:落叶(去,不将) -->
<g transform="translate(410, 180)" opacity="0.7">
<path d="M0,0 Q8,-10 16,-5 Q12,5 0,0 Z" fill="#b8893a" transform="rotate(30)"/>
<path d="M0,20 Q10,10 18,15 Q14,25 0,20 Z" fill="#a07a3a" transform="rotate(-20)"/>
<path d="M-5,40 Q5,30 13,35 Q9,45 -5,40 Z" fill="#8a6a2a" transform="rotate(45)"/>
</g>
<!-- 至人(静坐镜前,背影或侧影,简笔) -->
<g transform="translate(250, 250)">
<path d="M-20,40 Q-25,10 0,5 Q25,10 20,40 Z" fill="#4a3f35" opacity="0.85"/>
<circle cx="0" cy="-2" r="10" fill="#d4b896"/>
<path d="M-7,-10 Q0,-18 7,-10" fill="#3a3028"/>
</g>
<!-- 墨迹 -->
<g opacity="0.12" fill="#2b2418">
<circle cx="80" cy="80" r="18"/>
<circle cx="420" cy="100" r="12"/>
</g>
<!-- 朱砂印 -->
<rect x="430" y="30" width="28" height="28" fill="#b23a2e" opacity="0.8" rx="2"/>
<text x="444" y="50" font-size="11" fill="#f4ede0" text-anchor="middle" font-family="serif">镜</text>
</svg>
<div class="comic-caption">至人之用心若镜,不将不迎,应而不藏,故能胜物而不伤</div>
</div>
</div>
<div class="para-pair" data-idx="4">
<p class="trans-para">
南海的帝王叫儵,北海的帝王叫忽,中央的帝王叫浑沌。儵和忽常常在浑沌的地盘上相遇,浑沌待他们很好。儵和忽商量报答浑沌的恩德,说:"人人都有七窍,用来看、听、吃、呼吸,唯独浑沌没有,我们试着给他凿开吧。"于是每天凿一窍,到了第七天,浑沌就死了。
</p>
<!-- 漫画2:浑沌之死 -->
<div class="comic-block">
<svg class="comic-svg" viewBox="0 0 500 320" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="ydHundun" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#e8d8b8"/>
<stop offset="70%" stop-color="#b89a6a"/>
<stop offset="100%" stop-color="#6a5030"/>
</radialGradient>
<linearGradient id="ydSky2" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#3d3426"/>
<stop offset="100%" stop-color="#2b2418"/>
</linearGradient>
</defs>
<!-- 背景(苍茫天地) -->
<rect width="500" height="320" fill="url(#ydSky2)"/>
<!-- 云气 -->
<g fill="#5a4d3a" opacity="0.4">
<ellipse cx="100" cy="60" rx="70" ry="15"/>
<ellipse cx="400" cy="80" rx="80" ry="18"/>
<ellipse cx="250" cy="40" rx="60" ry="12"/>
</g>
<!-- 中央浑沌(无面目的巨大卵状体) -->
<g transform="translate(250, 160)">
<!-- 浑沌本体(圆形,无七窍) -->
<circle cx="0" cy="0" r="95" fill="url(#ydHundun)"/>
<!-- 浑沌边缘的混沌纹理 -->
<g stroke="#4a3a20" stroke-width="1.5" fill="none" opacity="0.4">
<path d="M-90,-20 Q-60,-50 -20,-40 Q20,-60 60,-30 Q90,-40 90,0"/>
<path d="M-90,20 Q-50,50 0,40 Q50,60 90,20"/>
<path d="M-70,-60 Q-30,-80 20,-70"/>
<path d="M-40,80 Q0,70 40,75"/>
</g>
<!-- 正在被凿出的七窍(已凿6个,第7个正在凿) -->
<!-- 已凿的窍(深色孔洞,带血迹) -->
<g>
<!-- 双眼位置 -->
<ellipse cx="-30" cy="-25" rx="8" ry="5" fill="#1a1208"/>
<ellipse cx="30" cy="-25" rx="8" ry="5" fill="#1a1208"/>
<!-- 鼻孔 -->
<circle cx="-8" cy="5" r="3" fill="#1a1208"/>
<circle cx="8" cy="5" r="3" fill="#1a1208"/>
<!-- 耳 -->
<ellipse cx="-55" cy="-10" rx="5" ry="8" fill="#1a1208"/>
<ellipse cx="55" cy="-10" rx="5" ry="8" fill="#1a1208"/>
<!-- 血迹 -->
<g fill="#b23a2e" opacity="0.6">
<path d="M-30,-20 Q-28,-15 -32,-10 Q-35,-15 -30,-20 Z"/>
<path d="M30,-20 Q32,-15 28,-10 Q25,-15 30,-20 Z"/>
<circle cx="-8" cy="12" r="1.5"/>
<circle cx="8" cy="12" r="1.5"/>
</g>
</g>
<!-- 第7窍(口,正在凿,儵在右侧) -->
<g>
<ellipse cx="0" cy="35" rx="6" ry="3" fill="#3a2a18" opacity="0.8"/>
<!-- 凿子 -->
<g transform="translate(80, 35)">
<line x1="0" y1="0" x2="-65" y2="0" stroke="#8a8a8a" stroke-width="3"/>
<rect x="-5" y="-4" width="15" height="8" fill="#5a4030" rx="1"/>
</g>
</g>
</g>
<!-- 儵(南海之帝,左,持凿) -->
<g transform="translate(100, 200)">
<!-- 身体 -->
<path d="M-15,50 Q-20,15 0,10 Q20,15 15,50 Z" fill="#5a7a8a" opacity="0.85"/>
<!-- 头 -->
<circle cx="0" cy="0" r="14" fill="#d4b896"/>
<!-- 发髻 -->
<path d="M-8,-10 Q0,-20 8,-10" fill="#2b2418"/>
<!-- 眼(急切) -->
<circle cx="-4" cy="-2" r="1.5" fill="#2b2418"/>
<circle cx="5" cy="-2" r="1.5" fill="#2b2418"/>
<!-- 手臂持凿 -->
<line x1="10" y1="20" x2="55" y2="15" stroke="#d4b896" stroke-width="4"/>
<!-- 朱红飘带(南,火色) -->
<path d="M-20,30 Q-35,20 -30,40 Q-25,35 -20,35 Z" fill="#b23a2e" opacity="0.7"/>
</g>
<!-- 忽(北海之帝,右,持锤) -->
<g transform="translate(400, 200)">
<path d="M-15,50 Q-20,15 0,10 Q20,15 15,50 Z" fill="#5a6a7a" opacity="0.85"/>
<circle cx="0" cy="0" r="14" fill="#d4b896"/>
<path d="M-8,-10 Q0,-20 8,-10" fill="#2b2418"/>
<circle cx="-5" cy="-2" r="1.5" fill="#2b2418"/>
<circle cx="4" cy="-2" r="1.5" fill="#2b2418"/>
<!-- 手臂举锤 -->
<line x1="-10" y1="20" x2="-55" y2="-10" stroke="#d4b896" stroke-width="4"/>
<!-- 锤 -->
<rect x="-65" y="-20" width="18" height="12" fill="#5a4030" rx="2"/>
<line x1="-47" y1="-14" x2="-55" y2="-10" stroke="#5a4030" stroke-width="3"/>
<!-- 玄黑飘带(北,水色) -->
<path d="M20,30 Q35,20 30,40 Q25,35 20,35 Z" fill="#2b2418" opacity="0.7"/>
</g>
<!-- 裂痕(浑沌将死) -->
<g stroke="#1a1208" stroke-width="1" fill="none" opacity="0.5">
<path d="M250,80 L255,100 L248,120 L252,140"/>
<path d="M180,140 L195,150 L185,165"/>
<path d="M320,130 L310,145 L325,160"/>
</g>
<!-- 题字 -->
<text x="250" y="295" font-size="13" fill="#d8cfc0" text-anchor="middle" font-family="serif" letter-spacing="4">日凿一窍 · 七日浑沌死</text>
</svg>
<div class="comic-caption">人皆有七窍,此独无有,尝试凿之,七日而浑沌死</div>
</div>
</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><strong>不扰民的治理智慧。</strong>"至人之用心若镜,不将不迎"对现代治理仍有启发。好的公共治理应当像镜子一样:如实反映民情,既不主动迎合,也不刻意抗拒,更不把个人意志强加于人。这与现代公共管理中"最小干预原则"、服务型政府理念相通。过度设计、频繁折腾,往往比不作为更伤民。</p>
</div>
<div class="persp-card discuss">
<div class="persp-label">◆ 需要辨析</div>
<p><strong>无为不是什么都不做。</strong>庄子的"无为"常被误解为消极不作为。实际上,"无为"是"不妄为"——不凭主观意志强行干预,而是"正而后行,确乎能其事",先端正自己、顺应规律,让事务自然成就。老子说"无为而无不为",庄子说"胜物而不伤",都是指通过顺应规律来达到目的,而非躺平放任。</p>
</div>
<div class="persp-card warn">
<div class="persp-label">▲ 明确过时</div>
<p><strong>反对过度干预需有制度边界。</strong>浑沌之死警示"好心办坏事",但不能因此否定一切制度建构。现代社会的公共品供给、市场监管、社会保障,都需要政府积极作为。关键在于:干预应当尊重客观规律、遵循民主程序、守住权力边界,而非出于统治者的善意就可以任意施为。庄子的警惕是对的,但他给出的方案无法直接应对复杂的现代治理。</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" 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>