lineart-logo.html 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <h2>简洁线条风格 Logo 设计</h2>
  2. <p class="subtitle">蓝紫渐变 + 简单线条,房子融合爱心与幼苗</p>
  3. <div style="text-align:center;padding:20px;">
  4. <svg width="200" height="220" viewBox="0 0 200 220" xmlns="http://www.w3.org/2000/svg">
  5. <defs>
  6. <linearGradient id="bluePurpleGrad" 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="lightGrad" x1="0%" y1="0%" x2="100%" y2="100%">
  11. <stop offset="0%" style="stop-color:#8B9DF6;stop-opacity:1" />
  12. <stop offset="100%" style="stop-color:#A78BFA;stop-opacity:1" />
  13. </linearGradient>
  14. </defs>
  15. <!-- 房子主体 - 简约线条风格 -->
  16. <!-- 屋顶 -->
  17. <path d="M100 10 L20 75 L40 75 L40 110 L160 110 L160 75 L180 75 Z"
  18. fill="none" stroke="url(#bluePurpleGrad)" stroke-width="4" stroke-linejoin="round"/>
  19. <!-- 屋顶内部线条(增加层次感) -->
  20. <line x1="100" y1="10" x2="100" y2="60" stroke="url(#lightGrad)" stroke-width="2" stroke-dasharray="4,4"/>
  21. <!-- 烟囱 -->
  22. <rect x="130" y="30" width="20" height="35" rx="3"
  23. fill="none" stroke="url(#bluePurpleGrad)" stroke-width="3"/>
  24. <!-- 爱心 (在房子正中间) -->
  25. <path d="M100 72 C100 65, 85 55, 78 62 C71 69, 78 78, 100 90 C122 78, 129 69, 122 62 C115 55, 100 65, 100 72 Z"
  26. fill="url(#bluePurpleGrad)" opacity="0.9"/>
  27. <!-- 幼苗 (在房子右侧底部) -->
  28. <path d="M155 110 C155 95, 148 85, 142 82"
  29. fill="none" stroke="url(#bluePurpleGrad)" stroke-width="3" stroke-linecap="round"/>
  30. <path d="M142 82 C138 78, 133 80, 130 85"
  31. fill="none" stroke="url(#bluePurpleGrad)" stroke-width="2.5" stroke-linecap="round"/>
  32. <path d="M142 82 C145 76, 142 72, 138 70"
  33. fill="none" stroke="url(#bluePurpleGrad)" stroke-width="2.5" stroke-linecap="round"/>
  34. <!-- 星星 (屋顶上方) -->
  35. <polygon points="60,25 63,35 73,35 65,42 68,52 60,46 52,52 55,42 47,35 57,35"
  36. fill="url(#bluePurpleGrad)" opacity="0.8"/>
  37. <!-- 地面线 -->
  38. <line x1="25" y1="110" x2="175" y2="110" stroke="url(#bluePurpleGrad)" stroke-width="2" opacity="0.3"/>
  39. <!-- 门 -->
  40. <rect x="85" y="90" width="30" height="20" rx="3"
  41. fill="url(#bluePurpleGrad)" opacity="0.15"/>
  42. </svg>
  43. <div style="margin-top:12px;">
  44. <span style="font-size:28px;font-weight:bold;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;">
  45. 知行益家
  46. </span>
  47. </div>
  48. <div style="color:#999;font-size:14px;margin-top:4px;">家庭 · 成长 · 未来</div>
  49. </div>
  50. <hr style="margin:24px 0;border:none;border-top:1px solid #eee;">
  51. <h3>设计说明</h3>
  52. <div style="display:grid;grid-template-columns:1fr 1fr;gap:16px;">
  53. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  54. <h4 style="margin:0 0 8px 0;color:#667eea;">🏠 房子</h4>
  55. <p style="margin:0;font-size:14px;color:#666;">简洁屋顶线条,代表家庭的温暖港湾</p>
  56. </div>
  57. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  58. <h4 style="margin:0 0 8px 0;color:#764ba2;">💜 爱心</h4>
  59. <p style="margin:0;font-size:14px;color:#666;">房子正中的爱心,象征父母对孩子的爱</p>
  60. </div>
  61. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  62. <h4 style="margin:0 0 8px 0;color:#667eea;">🌱 幼苗</h4>
  63. <p style="margin:0;font-size:14px;color:#666;">房子旁的新芽,代表孩子的成长与希望</p>
  64. </div>
  65. <div style="background:#f8f9ff;padding:16px;border-radius:12px;">
  66. <h4 style="margin:0 0 8px 0;color:#764ba2;">⭐ 星星</h4>
  67. <p style="margin:0;font-size:14px;color:#666;">屋顶的星星,寓意积分奖励与成就目标</p>
  68. </div>
  69. </div>
  70. <div style="margin-top:24px;padding:16px;background:#f0f4ff;border-radius:12px;">
  71. <p style="font-size:14px;color:#667eea;margin:0;"><strong>✅ 当前设计确认</strong> — 竖向布局 / 蓝紫渐变 / 简洁线条 / 房子+爱心+幼苗+星星</p>
  72. <p style="font-size:14px;color:#666;margin-top:8px;">如果你觉得这个方向不错,我下一步会整理为正式的设计文档。</p>
  73. </div>