clear-v9.html 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <h2>Logo V9 — 清晰马头墙 + 知行线条</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="220" height="230" viewBox="0 0 220 230" 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.15" />
  16. <stop offset="100%" style="stop-color:#FF4757;stop-opacity:0.15" />
  17. </linearGradient>
  18. </defs>
  19. <!-- 马头墙轮廓 — 左高右低,四层阶梯 -->
  20. <path d="M20 110 L20 25 L65 25 L65 50 L105 50 L105 75 L145 75 L145 110 Z"
  21. fill="none" stroke="url(#blueGrad)" stroke-width="3.5" stroke-linejoin="round"/>
  22. <!-- 墙头黛瓦(每层顶部的横线) -->
  23. <line x1="16" y1="25" x2="69" y2="25" stroke="url(#blueGrad)" stroke-width="4" stroke-linecap="round"/>
  24. <line x1="61" y1="50" x2="109" y2="50" stroke="url(#blueGrad)" stroke-width="4" stroke-linecap="round"/>
  25. <line x1="101" y1="75" x2="149" y2="75" stroke="url(#blueGrad)" stroke-width="4" stroke-linecap="round"/>
  26. <!-- 中央爱心 -->
  27. <path d="M82 82 C76 74, 64 72, 58 78 C50 86, 58 96, 82 108"
  28. fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
  29. <path d="M82 82 C88 74, 100 72, 106 78 C114 86, 106 96, 82 108"
  30. fill="none" stroke="url(#redGrad)" stroke-width="3" stroke-linecap="round"/>
  31. <path d="M82 82 C76 74, 64 72, 58 78 C50 86, 58 96, 82 108 C106 96, 114 86, 106 78 C100 72, 88 74, 82 82 Z"
  32. fill="url(#redLight)"/>
  33. <!-- 幼苗从爱心中生长 -->
  34. <path d="M82 108 C80 100, 78 94, 76 90"
  35. fill="none" stroke="url(#blueGrad)" stroke-width="2.5" stroke-linecap="round"/>
  36. <path d="M76 90 C72 86, 70 88, 68 92"
  37. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  38. <path d="M76 90 C80 84, 78 80, 75 78"
  39. fill="none" stroke="url(#blueGrad)" stroke-width="2" stroke-linecap="round"/>
  40. <!-- "知" 在左侧墙 — 以纵向线条暗示 -->
  41. <line x1="35" y1="38" x2="35" y2="98" stroke="url(#blueGrad)" stroke-width="2" opacity="0.4" stroke-linecap="round"/>
  42. <line x1="28" y1="58" x2="52" y2="58" stroke="url(#blueGrad)" stroke-width="1.5" opacity="0.3" stroke-linecap="round"/>
  43. <line x1="28" y1="72" x2="52" y2="72" stroke="url(#blueGrad)" stroke-width="1.5" opacity="0.3" stroke-linecap="round"/>
  44. <rect x="42" y="62" width="10" height="10" rx="1" fill="none" stroke="url(#blueGrad)" stroke-width="1.2" opacity="0.3"/>
  45. <!-- "行" 在右侧墙 — 以横向线条暗示 -->
  46. <line x1="120" y1="88" x2="138" y2="88" stroke="url(#blueGrad)" stroke-width="2" opacity="0.4" stroke-linecap="round"/>
  47. <line x1="125" y1="82" x2="125" y2="102" stroke="url(#blueGrad)" stroke-width="1.5" opacity="0.3" stroke-linecap="round"/>
  48. <line x1="118" y1="88" x2="132" y2="98" stroke="url(#blueGrad)" stroke-width="1.5" opacity="0.3" stroke-linecap="round"/>
  49. <!-- 右上角红星 -->
  50. <polygon points="185,30 187,36 193,36 188,40 190,46 185,42 180,46 182,40 177,36 183,36"
  51. fill="url(#redGrad)" opacity="0.7"/>
  52. </svg>
  53. <div style="margin-top:16px;">
  54. <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;">
  55. 知行益家
  56. </span>
  57. </div>
  58. <div style="color:#999;font-size:13px;margin-top:4px;letter-spacing:3px;">家是小国 · 国是大家</div>
  59. </div>
  60. <div style="margin-top:24px;padding:16px;background:#f0f4ff;border-radius:12px;">
  61. <p style="font-size:14px;color:#667eea;margin:0;"><strong>设计要点:</strong></p>
  62. <p style="font-size:14px;color:#666;margin:8px 0 0 0;">
  63. 左高右低的阶梯轮廓 — 一眼可辨的徽派马头墙<br>
  64. 中央红心 + 幼苗 — 家国情怀,爱育成长<br>
  65. 左侧"知"的刻线 — 纵向线条 + 口字方格<br>
  66. 右侧"行"的刻线 — 横向交错线条<br>
  67. 右上红星 — 家国点睛
  68. </p>
  69. </div>