| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <h2>Logo — 全新设计</h2>
- <p class="subtitle">"知""行"二字的行书笔触组合成徽派的房子,心是家的温度</p>
- <div style="text-align:center;padding:20px;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);border-radius:24px;">
- <svg width="240" height="250" viewBox="0 0 240 250" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient id="ink" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
- </linearGradient>
- <linearGradient id="ink2" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#667eea;stop-opacity:0.35" />
- <stop offset="100%" style="stop-color:#764ba2;stop-opacity:0.35" />
- </linearGradient>
- <linearGradient id="heartGrad" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#FF4757;stop-opacity:1" />
- </linearGradient>
- <linearGradient id="heartFill" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:0.12" />
- <stop offset="100%" style="stop-color:#FF4757;stop-opacity:0.12" />
- </linearGradient>
- </defs>
- <!-- "知" — 左墙 + 屋顶 + 窗 -->
- <!-- 矢的第一笔:撇,向左上扬再折下 — 马头墙左墙最高点 -->
- <path d="M28 32 Q55 18, 80 38 Q85 42, 82 48"
- fill="none" stroke="url(#ink)" stroke-width="4" stroke-linecap="round"/>
- <!-- 矢:长横 — 屋顶横梁,从左到右 -->
- <path d="M18 55 Q48 50, 92 55"
- fill="none" stroke="url(#ink)" stroke-width="3.5" stroke-linecap="round"/>
- <!-- 矢:第二横 — 二层腰线(马头墙第二阶) -->
- <path d="M22 78 Q50 75, 82 78"
- fill="none" stroke="url(#ink)" stroke-width="3" stroke-linecap="round"/>
- <!-- 矢:竖贯穿 — 马头墙左侧墙柱(马头墙的垂直主体) -->
- <path d="M42 22 Q38 60, 42 115"
- fill="none" stroke="url(#ink)" stroke-width="3.8" stroke-linecap="round"/>
- <!-- 知:口部 — 徽派花窗 -->
- <rect x="50" y="88" width="28" height="28" rx="3"
- fill="none" stroke="url(#ink2)" stroke-width="2.2"/>
- <!-- 窗格横竖 -->
- <line x1="64" y1="88" x2="64" y2="116" stroke="url(#ink2)" stroke-width="1.5"/>
- <line x1="50" y1="102" x2="78" y2="102" stroke="url(#ink2)" stroke-width="1.5"/>
- <!-- "行" — 右墙 + 台阶 + 地基 -->
- <!-- 彳:左撇 — 右屋顶(比左侧低,形成阶梯) -->
- <path d="M110 50 Q132 40, 155 55"
- fill="none" stroke="url(#ink)" stroke-width="3.5" stroke-linecap="round"/>
- <!-- 彳:右撇 — 右墙第二阶 -->
- <path d="M130 58 Q145 48, 170 62"
- fill="none" stroke="url(#ink)" stroke-width="3.2" stroke-linecap="round"/>
- <!-- 彳:竖 — 右侧墙柱 -->
- <path d="M155 65 Q152 90, 155 120"
- fill="none" stroke="url(#ink)" stroke-width="3.5" stroke-linecap="round"/>
- <!-- 亍:横 — 墙基底座 -->
- <path d="M82 120 Q132 116, 188 122"
- fill="none" stroke="url(#ink)" stroke-width="3.2" stroke-linecap="round"/>
- <!-- 亍:竖 — 右墙柱(右侧外廓线) -->
- <path d="M165 85 Q162 108, 165 125"
- fill="none" stroke="url(#ink)" stroke-width="3" stroke-linecap="round"/>
- <!-- 屋顶 — 用淡色瓦片线连接知和行的屋顶 -->
- <path d="M80 38 Q95 35, 110 50"
- fill="none" stroke="url(#ink2)" stroke-width="1.5" stroke-dasharray="3,4"/>
- <!-- "心" — 在房子中央,红色 -->
- <path d="M84 102 C72 86, 52 82, 48 98 C44 114, 64 122, 84 132 C104 122, 124 114, 120 98 C116 82, 96 86, 84 102 Z"
- stroke="url(#heartGrad)" stroke-width="2.8" fill="url(#heartFill)" stroke-linejoin="round"/>
- <!-- 幼苗从心口向上长 -->
- <path d="M84 132 Q82 142, 84 148"
- fill="none" stroke="url(#ink)" stroke-width="2.5" stroke-linecap="round"/>
- <path d="M78 141 Q72 137, 68 141"
- fill="none" stroke="url(#ink)" stroke-width="2" stroke-linecap="round"/>
- <path d="M90 140 Q96 136, 100 140"
- fill="none" stroke="url(#ink)" stroke-width="2" stroke-linecap="round"/>
- <!-- 小星星 — 右上角 -->
- <polygon points="210,35 213,43 222,43 215,48 218,57 210,51 202,57 205,48 198,43 207,43"
- fill="url(#ink2)" stroke="none"/>
- </svg>
- <div style="margin-top:16px;">
- <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;">
- 知行益家
- </span>
- </div>
- <div style="color:#999;font-size:13px;margin-top:4px;letter-spacing:3px;">家是小国 · 国是大家</div>
- </div>
- <hr style="margin:20px 0;border:none;border-top:1px solid #ddd;">
- <h2>Logo — 设计思路</h2>
- <div style="padding:16px;background:#f0f4ff;border-radius:12px;">
- <div style="font-size:14px;color:#666;line-height:1.8;">
- <p><strong>整体概念:</strong>"知"和"行"的书法笔画,在空间中构成一所房子的轮廓。红心嵌在屋中央。蓝紫是天空与远山,红色是家的温度。</p>
- <p><strong>"知"(左侧):</strong>矢部撇→马头墙最高脊线;两横→屋面层次;竖→左墙柱。口部→徽派花窗(十字窗格)。</p>
- <p><strong>"行"(右侧):</strong>彳部双撇→右墙上下两层台阶(马头墙的阶梯感);亍部横→地基;竖→右墙柱。</p>
- <p><strong>整体屋顶:</strong>从知的左脊到行的右脊,用虚线瓦片连成一个完整的坡屋顶。</p>
- <p><strong>红心:</strong>居于屋正中,是整个家的情感核心。</p>
- <p><strong>幼苗:</strong>从红心底部萌发,向上生长。</p>
- </div>
- </div>
|