house-v6.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <h2>Logo V6 — 中式民居韵味</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="240" height="250" viewBox="0 0 240 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. <line x1="75" y1="30" x2="165" y2="30" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linecap="round"/>
  22. <!-- 左坡面:微弧 -->
  23. <path d="M75 30 C60 38, 40 50, 28 60" fill="none" stroke="url(#blueGrad)" stroke-width="3" stroke-linecap="round"/>
  24. <!-- 右坡面:微弧 -->
  25. <path d="M165 30 C180 38, 200 50, 212 60" fill="none" stroke="url(#blueGrad)" stroke-width="3" stroke-linecap="round"/>
  26. <!-- 檐角上翘(含蓄的飞檐) -->
  27. <path d="M28 60 C24 52, 20 48, 16 46" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  28. <path d="M212 60 C216 52, 220 48, 224 46" fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  29. <!-- 瓦片装饰线(轻轻几笔) -->
  30. <path d="M72 33 C58 42, 42 52, 32 60" fill="none" stroke="url(#blueGrad)" stroke-width="0.8" opacity="0.2"/>
  31. <path d="M168 33 C182 42, 198 52, 208 60" fill="none" stroke="url(#blueGrad)" stroke-width="0.8" opacity="0.2"/>
  32. <!-- 房子主体 — 方形,比例偏宽,更像民居 -->
  33. <rect x="28" y="60" width="184" height="60" rx="3"
  34. fill="none" stroke="url(#blueGrad)" stroke-width="3"/>
  35. <!-- 爱心 — 占房子中心主要位置 -->
  36. <path d="M120 78 C112 68, 94 66, 86 74 C76 84, 84 96, 120 112"
  37. fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
  38. <path d="M120 78 C128 68, 146 66, 154 74 C164 84, 156 96, 120 112"
  39. fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
  40. <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"
  41. fill="url(#redLight)"/>
  42. <!-- 幼苗 — 从爱心下方长出 -->
  43. <path d="M120 112 C118 104, 116 98, 113 94"
  44. fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  45. <path d="M113 94 C110 90, 108 92, 106 95"
  46. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  47. <path d="M113 94 C116 88, 114 84, 112 80"
  48. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  49. <!-- 星点 — 右上角,更抽象 -->
  50. <circle cx="185" cy="42" r="4.5" fill="url(#redGrad)" opacity="0.8"/>
  51. <circle cx="178" cy="50" r="2.5" fill="url(#redGrad)" opacity="0.5"/>
  52. <circle cx="192" cy="50" r="2" fill="url(#redGrad)" opacity="0.4"/>
  53. <!-- 几个装饰点,增加艺术感 -->
  54. <circle cx="42" cy="80" r="2" fill="url(#blueGrad)" opacity="0.15"/>
  55. <circle cx="198" cy="80" r="2" fill="url(#blueGrad)" opacity="0.15"/>
  56. <circle cx="45" cy="50" r="1.5" fill="url(#blueGrad)" opacity="0.2"/>
  57. </svg>
  58. <div style="margin-top:16px;">
  59. <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;">
  60. 知行益家
  61. </span>
  62. </div>
  63. <div style="color:#999;font-size:13px;margin-top:4px;letter-spacing:3px;">家是小国 · 国是大家</div>
  64. </div>
  65. <div style="margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;">
  66. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  67. <h4 style="margin:0 0 6px 0;color:#667eea;">微弧屋顶</h4>
  68. <p style="margin:0;font-size:14px;color:#666;">正脊+微弧坡面+檐角轻翘,不像蒙古包也不像厂房</p>
  69. </div>
  70. <div style="background:#fff0f0;padding:16px;border-radius:12px;">
  71. <h4 style="margin:0 0 6px 0;color:#FF6B6B;">居中红心</h4>
  72. <p style="margin:0;font-size:14px;color:#666;">房子正中央的爱心,家的核心是爱</p>
  73. </div>
  74. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  75. <h4 style="margin:0 0 6px 0;color:#667eea;">爱心幼苗</h4>
  76. <p style="margin:0;font-size:14px;color:#666;">从爱心中生长,爱孕育成长</p>
  77. </div>
  78. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  79. <h4 style="margin:0 0 6px 0;color:#667eea;">红星点缀</h4>
  80. <p style="margin:0;font-size:14px;color:#666;">右上角抽象星点,家国情怀的点睛</p>
  81. </div>
  82. </div>
  83. <div style="margin-top:24px;padding:16px;background:#f0f4ff;border-radius:12px;">
  84. <p style="font-size:14px;color:#667eea;margin:0;"><strong>与前两版的区别:</strong></p>
  85. <p style="font-size:14px;color:#666;margin:8px 0 0 0;">
  86. V4 的圆顶 → 像蒙古包 ❌<br>
  87. V5 的尖顶 → 像厂房 ❌<br>
  88. <strong>V6 微弧坡面 + 正脊 + 翘角 → 中式民居的韵味 ✅</strong><br><br>
  89. 关键在"度":屋顶有微微的弧线(不是直线),但保留了正脊(不是整圆),檐角轻轻上翘,整体比例宽扁更像传统民居。
  90. </p>
  91. </div>