huizhou-v7.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <h2>Logo V7 — 徽派马头墙 + "知""行"入画</h2>
  2. <p class="subtitle">马头墙的层次韵律,知与行化入白墙黛瓦</p>
  3. <div style="text-align:center;padding:20px;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);border-radius:24px;">
  4. <svg width="260" height="250" viewBox="0 0 260 250" xmlns="http://www.w3.org/2000/svg">
  5. <defs>
  6. <linearGradient id="blueGrad" x1="0%" y1="0%" x2="100%" y2="100%">
  7. <stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
  8. <stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
  9. </linearGradient>
  10. <linearGradient id="redGrad" x1="0%" y1="0%" x2="100%" y2="100%">
  11. <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
  12. <stop offset="100%" style="stop-color:#FF4757;stop-opacity:1" />
  13. </linearGradient>
  14. <linearGradient id="redLight" x1="0%" y1="0%" x2="100%" y2="100%">
  15. <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:0.2" />
  16. <stop offset="100%" style="stop-color:#FF4757;stop-opacity:0.2" />
  17. </linearGradient>
  18. </defs>
  19. <!-- === 马头墙 — 层叠的阶梯轮廓 === -->
  20. <!-- 左一墙(最高层) -->
  21. <rect x="20" y="30" width="40" height="100" rx="2"
  22. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  23. <!-- 左一墙顶(黛瓦檐) -->
  24. <line x1="16" y1="30" x2="64" y2="30" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  25. <path d="M16 30 C14 28, 12 28, 10 30" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  26. <path d="M64 30 C66 28, 68 28, 70 30" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  27. <!-- 左二墙(第二层) -->
  28. <rect x="60" y="55" width="40" height="75" rx="2"
  29. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  30. <line x1="56" y1="55" x2="104" y2="55" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  31. <path d="M56 55 C54 53, 52 53, 50 55" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  32. <path d="M104 55 C106 53, 108 53, 110 55" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  33. <!-- 中央主墙(三层,容纳爱心和文字) -->
  34. <rect x="100" y="75" width="60" height="55" rx="2"
  35. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  36. <line x1="96" y1="75" x2="164" y2="75" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  37. <path d="M96 75 C94 73, 92 73, 90 75" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  38. <path d="M164 75 C166 73, 168 73, 170 75" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  39. <!-- 右二墙 -->
  40. <rect x="160" y="55" width="40" height="75" rx="2"
  41. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  42. <line x1="156" y1="55" x2="204" y2="55" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  43. <path d="M156 55 C154 53, 152 53, 150 55" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  44. <path d="M204 55 C206 53, 208 53, 210 55" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  45. <!-- 右一墙 -->
  46. <rect x="200" y="30" width="40" height="100" rx="2"
  47. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  48. <line x1="196" y1="30" x2="244" y2="30" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  49. <path d="M196 30 C194 28, 192 28, 190 30" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  50. <path d="M244 30 C246 28, 248 28, 250 30" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  51. <!-- === 中央主墙内:爱心 === -->
  52. <path d="M130 90 C126 84, 114 82, 110 88 C104 96, 110 104, 130 114"
  53. fill="none" stroke="url(#redGrad)" stroke-width="2.5" stroke-linecap="round"/>
  54. <path d="M130 90 C134 84, 146 82, 150 88 C156 96, 150 104, 130 114"
  55. fill="none" stroke="url(#redGrad)" stroke-width="2.5" stroke-linecap="round"/>
  56. <path d="M130 90 C126 84, 114 82, 110 88 C104 96, 110 104, 130 114 C150 104, 156 96, 150 88 C146 82, 134 84, 130 90 Z"
  57. fill="url(#redLight)"/>
  58. <!-- 幼苗从爱心下方伸出(中央主墙底部) -->
  59. <path d="M130 114 C128 110, 126 106, 124 104"
  60. fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  61. <path d="M124 104 C122 101, 120 103, 118 106"
  62. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  63. <path d="M124 104 C126 99, 124 96, 122 94"
  64. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  65. <!-- === "知" 字 — 融入左右墙之间,以窗花/石刻形式 === -->
  66. <!-- "知" 的左半部分(矢)在左二墙墙面 -->
  67. <line x1="70" y1="68" x2="70" y2="112" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round" opacity="0.5"/>
  68. <line x1="60" y1="78" x2="85" y2="78" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round" opacity="0.35"/>
  69. <line x1="60" y1="90" x2="85" y2="90" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round" opacity="0.35"/>
  70. <!-- "知" 的右半部分(口) -->
  71. <rect x="75" y="80" width="18" height="18" rx="1"
  72. fill="none" stroke="url(#blueGrad)" stroke-width="1.5" opacity="0.4"/>
  73. <!-- === "行" 字 — 融入右墙之间 === -->
  74. <line x1="185" y1="68" x2="170" y2="112" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round" opacity="0.5"/>
  75. <line x1="170" y1="78" x2="195" y2="78" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round" opacity="0.35"/>
  76. <line x1="170" y1="90" x2="195" y2="90" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round" opacity="0.35"/>
  77. <!-- "行" 的下半部 -->
  78. <line x1="185" y1="98" x2="175" y2="115" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round" opacity="0.4"/>
  79. <!-- 红星 — 屋顶右上 -->
  80. <polygon points="220,38 222,44 228,44 223,48 225,54 220,50 215,54 217,48 212,44 218,44"
  81. fill="url(#redGrad)" opacity="0.7"/>
  82. </svg>
  83. <div style="margin-top:16px;">
  84. <span style="font-size:32px;font-weight:bold;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:6px;">
  85. 知行益家
  86. </span>
  87. </div>
  88. <div style="color:#999;font-size:13px;margin-top:4px;letter-spacing:3px;">家是小国 · 国是大家</div>
  89. </div>
  90. <div style="margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;">
  91. <div style="background:#f0f4ff;padding:16px;border-radius:12px;">
  92. <h4 style="margin:0 0 6px 0;color:#667eea;">徽派马头墙</h4>
  93. <p style="margin:0;font-size:14px;color:#666;">五层阶梯状封火墙,徽派建筑最经典的视觉语言,层次分明</p>
  94. </div>
  95. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  96. <h4 style="margin:0 0 6px 0;color:#667eea;">"知"在左墙</h4>
  97. <p style="margin:0;font-size:14px;color:#666;">以墙面刻线/窗花形式融入左侧墙体中</p>
  98. </div>
  99. <div style="background:#fff0f0;padding:16px;border-radius:12px;">
  100. <h4 style="margin:0 0 6px 0;color:#FF6B6B;">中央红心+幼苗</h4>
  101. <p style="margin:0;font-size:14px;color:#666;">主墙正中的爱心和幼苗,爱的核心</p>
  102. </div>
  103. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  104. <h4 style="margin:0 0 6px 0;color:#667eea;">"行"在右墙</h4>
  105. <p style="margin:0;font-size:14px;color:#666;">以墙面刻线形式融入右侧墙体</p>
  106. </div>
  107. </div>
  108. <div style="margin-top:24px;padding:16px;background:#fffbe6;border-radius:12px;border:1px solid #ffe58f;">
  109. <p style="font-size:14px;color:#b8860b;margin:0;"><strong>🏛 徽派建筑解读:</strong></p>
  110. <p style="font-size:14px;color:#666;margin:8px 0 0 0;">
  111. 马头墙(封火墙)是徽派建筑的灵魂,阶梯状层叠错落,白墙黛瓦。徽州人常说 <strong>"一生痴绝处,无梦到徽州"</strong>。<br><br>
  112. "知"在左墙、"行"在右墙,寓意 <strong>知行合一</strong>,中间一颗红心代表"益家"—— 知行合一,益于家国。
  113. </p>
  114. </div>