| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <h2>Logo V6 — 中式民居韵味</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="blueGrad" 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="redGrad" 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="redLight" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:0.2" />
- <stop offset="100%" style="stop-color:#FF4757;stop-opacity:0.2" />
- </linearGradient>
- </defs>
- <!-- 屋顶:正脊 + 微弧坡面 + 檐角轻翘 — 中式民居的韵味 -->
- <!-- 正脊 -->
- <line x1="75" y1="30" x2="165" y2="30" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
- <!-- 左坡面:微弧 -->
- <path d="M75 30 C60 38, 40 50, 28 60" fill="none" stroke="url(#blueGrad)" stroke-width="3" stroke-linecap="round"/>
- <!-- 右坡面:微弧 -->
- <path d="M165 30 C180 38, 200 50, 212 60" fill="none" stroke="url(#blueGrad)" stroke-width="3" stroke-linecap="round"/>
- <!-- 檐角上翘(含蓄的飞檐) -->
- <path d="M28 60 C24 52, 20 48, 16 46" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
- <path d="M212 60 C216 52, 220 48, 224 46" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
- <!-- 瓦片装饰线(轻轻几笔) -->
- <path d="M72 33 C58 42, 42 52, 32 60" fill="none" stroke="url(#blueGrad)" stroke-width="0.8" opacity="0.2"/>
- <path d="M168 33 C182 42, 198 52, 208 60" fill="none" stroke="url(#blueGrad)" stroke-width="0.8" opacity="0.2"/>
- <!-- 房子主体 — 方形,比例偏宽,更像民居 -->
- <rect x="28" y="60" width="184" height="60" rx="3"
- fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
- <!-- 爱心 — 占房子中心主要位置 -->
- <path d="M120 78 C112 68, 94 66, 86 74 C76 84, 84 96, 120 112"
- fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
- <path d="M120 78 C128 68, 146 66, 154 74 C164 84, 156 96, 120 112"
- fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
- <path d="M120 78 C112 68, 94 66, 86 74 C76 84, 84 96, 120 112 C156 96, 164 84, 154 74 C146 66, 128 68, 120 78 Z"
- fill="url(#redLight)"/>
- <!-- 幼苗 — 从爱心下方长出 -->
- <path d="M120 112 C118 104, 116 98, 113 94"
- fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
- <path d="M113 94 C110 90, 108 92, 106 95"
- fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
- <path d="M113 94 C116 88, 114 84, 112 80"
- fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
- <!-- 星点 — 右上角,更抽象 -->
- <circle cx="185" cy="42" r="4.5" fill="url(#redGrad)" opacity="0.8"/>
- <circle cx="178" cy="50" r="2.5" fill="url(#redGrad)" opacity="0.5"/>
- <circle cx="192" cy="50" r="2" fill="url(#redGrad)" opacity="0.4"/>
- <!-- 几个装饰点,增加艺术感 -->
- <circle cx="42" cy="80" r="2" fill="url(#blueGrad)" opacity="0.15"/>
- <circle cx="198" cy="80" r="2" fill="url(#blueGrad)" opacity="0.15"/>
- <circle cx="45" cy="50" r="1.5" fill="url(#blueGrad)" opacity="0.2"/>
- </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>
- <div style="margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;">
- <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
- <h4 style="margin:0 0 6px 0;color:#667eea;">微弧屋顶</h4>
- <p style="margin:0;font-size:14px;color:#666;">正脊+微弧坡面+檐角轻翘,不像蒙古包也不像厂房</p>
- </div>
- <div style="background:#fff0f0;padding:16px;border-radius:12px;">
- <h4 style="margin:0 0 6px 0;color:#FF6B6B;">居中红心</h4>
- <p style="margin:0;font-size:14px;color:#666;">房子正中央的爱心,家的核心是爱</p>
- </div>
- <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
- <h4 style="margin:0 0 6px 0;color:#667eea;">爱心幼苗</h4>
- <p style="margin:0;font-size:14px;color:#666;">从爱心中生长,爱孕育成长</p>
- </div>
- <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
- <h4 style="margin:0 0 6px 0;color:#667eea;">红星点缀</h4>
- <p style="margin:0;font-size:14px;color:#666;">右上角抽象星点,家国情怀的点睛</p>
- </div>
- </div>
- <div style="margin-top:24px;padding:16px;background:#f0f4ff;border-radius:12px;">
- <p style="font-size:14px;color:#667eea;margin:0;"><strong>与前两版的区别:</strong></p>
- <p style="font-size:14px;color:#666;margin:8px 0 0 0;">
- V4 的圆顶 → 像蒙古包 ❌<br>
- V5 的尖顶 → 像厂房 ❌<br>
- <strong>V6 微弧坡面 + 正脊 + 翘角 → 中式民居的韵味 ✅</strong><br><br>
- 关键在"度":屋顶有微微的弧线(不是直线),但保留了正脊(不是整圆),檐角轻轻上翘,整体比例宽扁更像传统民居。
- </p>
- </div>
|