logo-concept-v1.2.0-20260808-0219.html 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>DoTouch.AI · Logo 概念审阅 v1.2.0</title>
  7. <style>
  8. :root {
  9. --bg: #0A0F1E;
  10. --card: #101730;
  11. --card2: #0D1426;
  12. --border: rgba(255,255,255,0.08);
  13. --green: #00E5A0;
  14. --gold: #FFC24D;
  15. --text: #E8ECF8;
  16. --muted: #9AA3C0;
  17. --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Inter, sans-serif;
  18. }
  19. * { margin:0; padding:0; box-sizing:border-box; }
  20. body { background:var(--bg); color:var(--text); font-family:var(--font); line-height:1.6; padding-bottom:80px; }
  21. .wrap { max-width:1200px; margin:0 auto; padding:0 28px; }
  22. header { position:sticky; top:0; z-index:50; background:rgba(10,15,30,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--border); }
  23. .header-inner { display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
  24. .brand-mini { display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:1px; }
  25. .brand-dot { width:14px; height:14px; border-radius:50%; background:radial-gradient(circle at 35% 35%, #FFE3A8, var(--gold)); box-shadow:0 0 14px rgba(255,194,77,.6); }
  26. .badge { display:flex; align-items:center; gap:14px; font-size:13px; color:var(--muted); }
  27. .badge .ver { background:rgba(255,194,77,.12); border:1px solid rgba(255,194,77,.4); color:#FFD98F; padding:3px 12px; border-radius:999px; font-weight:600; }
  28. .badge .ts { font-variant-numeric:tabular-nums; }
  29. .status { display:inline-flex; align-items:center; gap:6px; color:var(--gold); font-weight:600; }
  30. .status::before { content:""; width:8px; height:8px; border-radius:50%; background:var(--gold); box-shadow:0 0 8px var(--gold); animation:pulse 1.6s infinite; }
  31. @keyframes pulse { 50% { opacity:.35; } }
  32. .hero { padding:56px 0 36px; text-align:center; }
  33. .hero h1 { font-size:32px; font-weight:800; letter-spacing:1px; }
  34. .hero h1 span { background:linear-gradient(120deg, #5FF5C3, #FFD98F); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
  35. .hero p { margin-top:12px; color:var(--muted); max-width:720px; margin-left:auto; margin-right:auto; font-size:14.5px; }
  36. .hero .meta { margin-top:16px; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
  37. .chip { font-size:12px; padding:4px 12px; border-radius:999px; border:1px solid var(--border); color:var(--muted); background:var(--card); }
  38. .revise { margin-top:26px; background:linear-gradient(160deg, rgba(255,194,77,.08), rgba(0,229,160,.04)); border:1px solid rgba(255,194,77,.3); border-radius:16px; padding:24px 28px; }
  39. .revise h3 { font-size:16px; margin-bottom:14px; color:var(--gold); }
  40. .revise table { width:100%; border-collapse:collapse; font-size:13.5px; }
  41. .revise th, .revise td { text-align:left; padding:9px 12px; border-bottom:1px solid var(--border); }
  42. .revise th { color:var(--muted); font-weight:600; font-size:12.5px; }
  43. .revise td b { color:#5FF5C3; }
  44. section { margin-top:56px; }
  45. .sec-head { display:flex; align-items:baseline; gap:14px; margin-bottom:8px; flex-wrap:wrap; }
  46. .sec-head h2 { font-size:22px; font-weight:700; }
  47. .sec-head .code { font-size:12px; color:#5FF5C3; background:rgba(0,229,160,.1); border:1px solid rgba(0,229,160,.3); padding:2px 10px; border-radius:6px; letter-spacing:1px; }
  48. .sec-desc { color:var(--muted); font-size:14px; margin-bottom:22px; max-width:780px; }
  49. .grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:20px; }
  50. .card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; transition:transform .18s ease, border-color .18s ease; }
  51. .card:hover { transform:translateY(-3px); border-color:rgba(255,194,77,.4); }
  52. .card .top { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; gap:8px; }
  53. .card .id { font-size:13px; font-weight:700; color:#5FF5C3; background:rgba(0,229,160,.1); border:1px solid rgba(0,229,160,.3); padding:2px 10px; border-radius:6px; flex-shrink:0; }
  54. .card .name { font-size:16px; font-weight:700; }
  55. .stage { width:100%; border-radius:12px; background:radial-gradient(120% 120% at 30% 20%, #1B2447 0%, var(--card2) 70%); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; padding:14px; }
  56. .stage svg { width:100%; height:auto; max-width:230px; }
  57. .card .desc { margin-top:14px; font-size:13.5px; color:var(--muted); }
  58. .card .desc b { color:var(--text); }
  59. .tags { margin-top:12px; display:flex; gap:6px; flex-wrap:wrap; }
  60. .tag { font-size:11px; color:var(--green); background:rgba(0,229,160,.08); border:1px solid rgba(0,229,160,.25); padding:2px 9px; border-radius:999px; }
  61. .tag.gold { color:var(--gold); background:rgba(255,194,77,.08); border-color:rgba(255,194,77,.3); }
  62. .wordmark-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(320px, 1fr)); gap:20px; }
  63. .wm-card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; }
  64. .wm-card .top { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
  65. .wm-card .id { font-size:12px; color:var(--muted); background:var(--card2); border:1px solid var(--border); padding:2px 10px; border-radius:6px; }
  66. .wm-stage { border-radius:12px; background:radial-gradient(120% 120% at 30% 20%, #1B2447 0%, var(--card2) 70%); border:1px solid var(--border); padding:18px; }
  67. .wm-stage svg { width:100%; height:auto; }
  68. .palette { display:grid; grid-template-columns:repeat(auto-fit, minmax(150px,1fr)); gap:14px; }
  69. .swatch { border-radius:12px; overflow:hidden; border:1px solid var(--border); background:var(--card); }
  70. .swatch .color { height:84px; }
  71. .swatch .info { padding:10px 12px; font-size:12px; }
  72. .swatch .info b { display:block; font-size:13px; }
  73. .swatch .info span { color:var(--muted); font-variant-numeric:tabular-nums; }
  74. .scen { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px,1fr)); gap:20px; }
  75. .scen-card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; }
  76. .scen-card h4 { font-size:14px; margin-bottom:14px; color:#5FF5C3; }
  77. .fav-row { display:flex; gap:14px; align-items:center; }
  78. .fav-box { background:radial-gradient(120% 120% at 30% 20%, #1B2447, #0A0F1E); border:1px solid var(--border); border-radius:10px; display:flex; align-items:center; justify-content:center; }
  79. .fav-16 { width:16px; height:16px; border-radius:4px; }
  80. .fav-32 { width:32px; height:32px; border-radius:7px; }
  81. .fav-64 { width:64px; height:64px; border-radius:10px; }
  82. .watermark { margin-top:16px; border:1px dashed rgba(255,255,255,.18); border-radius:12px; padding:26px; display:flex; align-items:center; gap:16px; justify-content:center; background:repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, transparent 12px 24px); }
  83. .banner-demo { margin-top:16px; border-radius:12px; padding:36px 30px; background:linear-gradient(120deg, #141B38, #0A0F1E 60%), radial-gradient(80% 200% at 85% 20%, rgba(255,194,77,.2), transparent); display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid var(--border); }
  84. .fb { background:linear-gradient(160deg, rgba(255,194,77,.1), rgba(0,229,160,.05)); border:1px solid rgba(255,194,77,.3); border-radius:16px; padding:28px; }
  85. .fb h3 { font-size:17px; margin-bottom:12px; }
  86. .fb ol { margin-left:20px; color:var(--muted); font-size:14px; }
  87. .fb ol li { margin-bottom:8px; }
  88. .fb code { background:rgba(255,194,77,.15); padding:1px 8px; border-radius:5px; color:#FFD98F; font-size:12.5px; }
  89. footer { margin-top:64px; text-align:center; color:var(--muted); font-size:12.5px; border-top:1px solid var(--border); padding-top:26px; }
  90. .foot-ver { display:inline-block; margin-top:8px; font-variant-numeric:tabular-nums; }
  91. </style>
  92. </head>
  93. <body>
  94. <header>
  95. <div class="wrap header-inner">
  96. <div class="brand-mini"><span class="brand-dot"></span>DoTouch.AI · 品牌设计审阅</div>
  97. <div class="badge">
  98. <span class="status">待审阅</span>
  99. <span class="ver">v1.2.0</span>
  100. <span class="ts">2026-08-08 02:19 CST</span>
  101. </div>
  102. </div>
  103. </header>
  104. <div class="wrap">
  105. <div class="hero">
  106. <h1>Logo 概念设计 v1.2.0 <span>算力普惠 · 触手可及</span></h1>
  107. <p>品牌核心叙事重定:<b>利用国内价格优势,把平价算力带给海外每一位用不起贵 AI 的开发者和小企业主</b>。本版去掉了 v1.1.0 的硬件/工业感,全部图形圆润化、暖光化——普惠是有温度的。</p>
  108. <div class="meta">
  109. <span class="chip">方向 G · 触手可及</span>
  110. <span class="chip">方向 H · 跨境桥接</span>
  111. <span class="chip">方向 I · 普惠成长</span>
  112. </div>
  113. </div>
  114. <!-- 改版逻辑 -->
  115. <div class="revise">
  116. <h3>v1.2.0 设计依据:业务本质 → 视觉语言</h3>
  117. <table>
  118. <tr><th>业务本质</th><th>视觉语言</th><th>体现稿件</th></tr>
  119. <tr><td>卖的是<b>服务</b>,不是硬件</td><td>去掉芯片/机架/管道/工业感,改用光、托举、传递</td><td>全部</td></tr>
  120. <tr><td><b>算力普惠</b>:人人都用得起</td><td>温暖的暖金光 + 圆润块面,普惠 = 有温度</td><td>全部</td></tr>
  121. <tr><td><b>Do Touch</b> = 触手可及(字面回归)</td><td>触碰的瞬间、掌心托光、光点传递</td><td>G1 G2 G3</td></tr>
  122. <tr><td><b>国内价格 → 海外用户</b>(跨境平价)</td><td>虹桥 / 拱门:跨越价格鸿沟的通道</td><td>H1 H2</td></tr>
  123. <tr><td>客户是<b>中小企业主</b>(成长诉求)</td><td>阳光普照、萌芽生长</td><td>I1 I2</td></tr>
  124. </table>
  125. </div>
  126. <!-- ============ 方向 G ============ -->
  127. <section>
  128. <div class="sec-head"><h2>方向 G · 触手可及</h2><span class="code">WITHIN REACH</span></div>
  129. <p class="sec-desc">把 "Do Touch" 字面做出来:触碰、托举、传递。普惠 = 算力低到每个人伸手就够得着。全部圆润无棱角。</p>
  130. <div class="grid">
  131. <!-- G1 -->
  132. <div class="card">
  133. <div class="top"><span class="id">G1</span><span class="name">掌心光点</span></div>
  134. <div class="stage">
  135. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  136. <defs>
  137. <radialGradient id="g1-gold" cx="35%" cy="35%" r="80%">
  138. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  139. </radialGradient>
  140. </defs>
  141. <circle cx="100" cy="78" r="40" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".12"/>
  142. <circle cx="100" cy="78" r="27" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".3"/>
  143. <circle cx="100" cy="78" r="15" fill="url(#g1-gold)"/>
  144. <circle cx="94" cy="72" r="4" fill="#FFF" opacity=".8"/>
  145. <circle cx="80" cy="122" r="4" fill="#00E5A0" opacity=".6"/>
  146. <circle cx="120" cy="122" r="4" fill="#00E5A0" opacity=".6"/>
  147. <path d="M36 140 Q36 174 70 174 L130 174 Q164 174 164 140" stroke="#E8ECF8" stroke-width="13" fill="none" stroke-linecap="round"/>
  148. <path d="M48 140 Q48 162 70 162 L130 162 Q152 162 152 140" stroke="#E8ECF8" stroke-width="6" fill="none" stroke-linecap="round" opacity=".18"/>
  149. </svg>
  150. </div>
  151. <div class="desc"><b>一盏暖光,被稳稳托在掌心</b>——"算力捧到你手上"。碗形 = 摊开的双手,光点 = 平价算力。最简单直白的"触手可及"。</div>
  152. <div class="tags"><span class="tag">托举</span><span class="tag">暖光</span><span class="tag gold">触手可及</span></div>
  153. </div>
  154. <!-- G2 -->
  155. <div class="card">
  156. <div class="top"><span class="id">G2</span><span class="name">触碰瞬间</span></div>
  157. <div class="stage">
  158. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  159. <defs>
  160. <radialGradient id="g2-grad" cx="35%" cy="35%" r="85%">
  161. <stop offset="0" stop-color="#5FF5C3"/><stop offset="1" stop-color="#00C98A"/>
  162. </radialGradient>
  163. </defs>
  164. <circle cx="70" cy="115" r="42" stroke="#00E5A0" stroke-width="2" fill="none" opacity=".25"/>
  165. <circle cx="70" cy="115" r="32" fill="url(#g2-grad)"/>
  166. <circle cx="62" cy="107" r="9" fill="#E8ECF8" opacity=".5"/>
  167. <circle cx="117" cy="131" r="26" stroke="#E8ECF8" stroke-width="2" fill="none" opacity=".2"/>
  168. <circle cx="117" cy="131" r="18" fill="#E8ECF8"/>
  169. <circle cx="100" cy="125" r="10" stroke="#FFC24D" stroke-width="3" fill="none" opacity=".55"/>
  170. <circle cx="100" cy="125" r="5.5" fill="#FFC24D"/>
  171. </svg>
  172. </div>
  173. <div class="desc"><b>青色光球(算力)与白色小球(用户)相触的瞬间</b>,触点迸出金色光芒。一次触碰,算力即达——API 调用就是一次触碰。品牌名字面最忠实的演绎。</div>
  174. <div class="tags"><span class="tag">Do Touch 字面</span><span class="tag">API 隐喻</span><span class="tag gold">触碰即达</span></div>
  175. </div>
  176. <!-- G3 -->
  177. <div class="card">
  178. <div class="top"><span class="id">G3</span><span class="name">传递之光</span></div>
  179. <div class="stage">
  180. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  181. <defs>
  182. <radialGradient id="g3-grad" cx="35%" cy="35%" r="85%">
  183. <stop offset="0" stop-color="#5FF5C3"/><stop offset="1" stop-color="#00C98A"/>
  184. </radialGradient>
  185. <radialGradient id="g3-gold" cx="35%" cy="35%" r="80%">
  186. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  187. </radialGradient>
  188. </defs>
  189. <path d="M66 106 Q108 56 146 88" stroke="#00E5A0" stroke-width="4" stroke-dasharray="3 8" fill="none" opacity=".45" stroke-linecap="round"/>
  190. <circle cx="48" cy="118" r="22" fill="url(#g3-grad)"/>
  191. <circle cx="42" cy="112" r="6" fill="#E8ECF8" opacity=".5"/>
  192. <circle cx="156" cy="96" r="16" fill="#E8ECF8"/>
  193. <circle cx="86" cy="88" r="5" fill="#FFC24D" opacity=".4"/>
  194. <circle cx="102" cy="74" r="16" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".3"/>
  195. <circle cx="102" cy="74" r="9" fill="url(#g3-gold)"/>
  196. </svg>
  197. </div>
  198. <div class="desc"><b>光点正从供给端(青)沿着弧线传递给用户端(白)</b>——算力在传递,普惠在路上。虚线轨迹 + 中途光点,动势清晰。</div>
  199. <div class="tags"><span class="tag">传递</span><span class="tag">动势</span><span class="tag">普惠在路上</span></div>
  200. </div>
  201. </div>
  202. </section>
  203. <!-- ============ 方向 H ============ -->
  204. <section>
  205. <div class="sec-head"><h2>方向 H · 跨境桥接</h2><span class="code">CROSS-BORDER</span></div>
  206. <p class="sec-desc">回应"利用国内价格优势向海外提供服务":一座桥、一扇门,把平价算力从国内送到海外——跨越的是价格鸿沟,也是国界。</p>
  207. <div class="grid">
  208. <!-- H1 -->
  209. <div class="card">
  210. <div class="top"><span class="id">H1</span><span class="name">虹桥传递</span></div>
  211. <div class="stage">
  212. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  213. <defs>
  214. <radialGradient id="h1-grad" cx="35%" cy="35%" r="85%">
  215. <stop offset="0" stop-color="#5FF5C3"/><stop offset="1" stop-color="#00C98A"/>
  216. </radialGradient>
  217. <radialGradient id="h1-gold" cx="35%" cy="35%" r="80%">
  218. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  219. </radialGradient>
  220. </g>
  221. <path d="M54 140 A 95 95 0 0 1 154 58" stroke="#00E5A0" stroke-width="10" fill="none" stroke-linecap="round" opacity=".9"/>
  222. <path d="M64 132 A 82 82 0 0 1 146 66" stroke="#FFC24D" stroke-width="5" fill="none" stroke-linecap="round" opacity=".5"/>
  223. <circle cx="40" cy="146" r="15" fill="url(#h1-grad)"/>
  224. <circle cx="35" cy="141" r="4" fill="#E8ECF8" opacity=".5"/>
  225. <circle cx="164" cy="56" r="13" fill="#E8ECF8"/>
  226. <circle cx="106" cy="86" r="17" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".3"/>
  227. <circle cx="106" cy="86" r="9" fill="url(#h1-gold)"/>
  228. </svg>
  229. </div>
  230. <div class="desc"><b>青主桥 + 金辅桥的双虹</b>,连接左下供给端(青球)与右上用户端(白球),金色光点正在桥上通行。桥 = 平价通道,虹 = 希望。</div>
  231. <div class="tags"><span class="tag">跨境</span><span class="tag">双虹</span><span class="tag gold">平价通道</span></div>
  232. </div>
  233. <!-- H2 -->
  234. <div class="card">
  235. <div class="top"><span class="id">H2</span><span class="name">拱门之光</span></div>
  236. <div class="stage">
  237. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  238. <defs>
  239. <radialGradient id="h2-gold" cx="35%" cy="35%" r="80%">
  240. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  241. </radialGradient>
  242. </defs>
  243. <path d="M44 160 A 56 56 0 0 1 156 160" stroke="#E8ECF8" stroke-width="12" fill="none" stroke-linecap="round"/>
  244. <path d="M44 160 A 56 56 0 0 1 156 160" stroke="#00E5A0" stroke-width="4" fill="none" stroke-linecap="round" opacity=".35"/>
  245. <circle cx="100" cy="128" r="28" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".25"/>
  246. <circle cx="100" cy="128" r="17" fill="url(#h2-gold)"/>
  247. <circle cx="93" cy="121" r="4.5" fill="#FFF" opacity=".8"/>
  248. <g stroke="#FFC24D" stroke-width="4" stroke-linecap="round" opacity=".8">
  249. <line x1="100" y1="105" x2="100" y2="90"/>
  250. <line x1="82" y1="114" x2="70" y2="104"/>
  251. <line x1="118" y1="114" x2="130" y2="104"/>
  252. </g>
  253. <path d="M100 145 Q100 152 100 158" stroke="#FFC24D" stroke-width="4" stroke-linecap="round" opacity=".8"/>
  254. </svg>
  255. </div>
  256. <div class="desc"><b>一扇敞开的白拱门</b>,门内是金色光球,光芒向上、向外、向下透出——"平价算力之门,向海外敞开"。门 = 低门槛,光 = 普惠。</div>
  257. <div class="tags"><span class="tag">拱门</span><span class="tag">敞开</span><span class="tag">低门槛</span></div>
  258. </div>
  259. </div>
  260. </section>
  261. <!-- ============ 方向 I ============ -->
  262. <section>
  263. <div class="sec-head"><h2>方向 I · 普惠成长</h2><span class="code">GROWTH FOR ALL</span></div>
  264. <p class="sec-desc">普惠的最终落点是"人":小企业主用上便宜算力,生意开始生长。阳光普照与嫩芽破土,都是"人人受益"的温暖语言。</p>
  265. <div class="grid">
  266. <!-- I1 -->
  267. <div class="card">
  268. <div class="top"><span class="id">I1</span><span class="name">阳光普照</span></div>
  269. <div class="stage">
  270. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  271. <defs>
  272. <radialGradient id="i1-gold" cx="35%" cy="35%" r="80%">
  273. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  274. </radialGradient>
  275. </defs>
  276. <circle cx="100" cy="58" r="52" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".1"/>
  277. <circle cx="100" cy="58" r="36" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".22"/>
  278. <circle cx="100" cy="58" r="20" fill="url(#i1-gold)"/>
  279. <circle cx="92" cy="50" r="6" fill="#FFF" opacity=".85"/>
  280. <g stroke="#00E5A0" stroke-width="4" fill="none" opacity=".5" stroke-linecap="round">
  281. <path d="M100 80 Q74 118 56 150"/>
  282. <path d="M100 82 Q100 124 100 164"/>
  283. <path d="M100 80 Q126 118 144 150"/>
  284. </g>
  285. <circle cx="56" cy="150" r="10" fill="#00E5A0"/>
  286. <circle cx="100" cy="166" r="10" fill="#E8ECF8"/>
  287. <circle cx="144" cy="150" r="10" fill="#00E5A0"/>
  288. <circle cx="56" cy="150" r="4" fill="#0A0F1E" opacity=".55"/>
  289. <circle cx="100" cy="166" r="4" fill="#0A0F1E" opacity=".55"/>
  290. <circle cx="144" cy="150" r="4" fill="#0A0F1E" opacity=".55"/>
  291. </svg>
  292. </div>
  293. <div class="desc"><b>一盏暖阳在上,柔光均匀落在三个受益点</b>——不是"中心节点发指令"的技术图,是"阳光照到每个人"的普惠图。一视同仁,人人可用。</div>
  294. <div class="tags"><span class="tag">普照</span><span class="tag">一视同仁</span><span class="tag gold">普惠直译</span></div>
  295. </div>
  296. <!-- I2 -->
  297. <div class="card">
  298. <div class="top"><span class="id">I2</span><span class="name">萌芽之光</span></div>
  299. <div class="stage">
  300. <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  301. <defs>
  302. <radialGradient id="i2-gold" cx="35%" cy="35%" r="80%">
  303. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  304. </radialGradient>
  305. </defs>
  306. <path d="M28 172 Q100 158 172 172" stroke="#5A6B9E" stroke-width="4" fill="none" stroke-linecap="round" opacity=".7"/>
  307. <path d="M100 164 Q102 118 100 82" stroke="#00E5A0" stroke-width="9" fill="none" stroke-linecap="round"/>
  308. <path d="M100 116 Q78 104 70 84" stroke="#00E5A0" stroke-width="8" fill="none" stroke-linecap="round"/>
  309. <path d="M100 100 Q124 90 130 68" stroke="#00E5A0" stroke-width="8" fill="none" stroke-linecap="round"/>
  310. <circle cx="100" cy="72" r="17" stroke="#FFC24D" stroke-width="2" fill="none" opacity=".3"/>
  311. <circle cx="100" cy="72" r="9" fill="url(#i2-gold)"/>
  312. </svg>
  313. </div>
  314. <div class="desc"><b>嫩芽从土壤破出,芽尖亮起金光</b>——平价算力像阳光雨露,滋养小生意生长。对中小企业主客户是最有共鸣的一稿。</div>
  315. <div class="tags"><span class="tag">生长</span><span class="tag">滋养</span><span class="tag gold">小企业共鸣</span></div>
  316. </div>
  317. </div>
  318. </section>
  319. <!-- ============ 横向字标 ============ -->
  320. <section>
  321. <div class="sec-head"><h2>横向组合字标(候选主 Logo)</h2><span class="code">WORDMARK COMBO</span></div>
  322. <p class="sec-desc">每个方向代表稿的横向组合:</p>
  323. <div class="wordmark-grid">
  324. <div class="wm-card">
  325. <div class="top"><span class="id">方向 G 组合 · G2</span><span>图标 + 字标</span></div>
  326. <div class="wm-stage">
  327. <svg viewBox="0 0 460 120" xmlns="http://www.w3.org/2000/svg">
  328. <defs>
  329. <radialGradient id="wg-grad" cx="35%" cy="35%" r="85%">
  330. <stop offset="0" stop-color="#5FF5C3"/><stop offset="1" stop-color="#00C98A"/>
  331. </radialGradient>
  332. </defs>
  333. <g transform="translate(8,16) scale(0.9)">
  334. <circle cx="70" cy="115" r="32" fill="url(#wg-grad)"/>
  335. <circle cx="62" cy="107" r="9" fill="#E8ECF8" opacity=".5"/>
  336. <circle cx="117" cy="131" r="18" fill="#E8ECF8"/>
  337. <circle cx="100" cy="125" r="5.5" fill="#FFC24D"/>
  338. </g>
  339. <text x="124" y="78" font-size="52" font-weight="700" fill="#E8ECF8" font-family="inherit" letter-spacing="1">DoTouch</text>
  340. <text x="345" y="78" font-size="52" font-weight="700" fill="#00E5A0" font-family="inherit">.AI</text>
  341. </svg>
  342. </div>
  343. </div>
  344. <div class="wm-card">
  345. <div class="top"><span class="id">方向 H 组合 · H1</span><span>图标 + 字标</span></div>
  346. <div class="wm-stage">
  347. <svg viewBox="0 0 460 120" xmlns="http://www.w3.org/2000/svg">
  348. <defs>
  349. <radialGradient id="wh-grad" cx="35%" cy="35%" r="85%">
  350. <stop offset="0" stop-color="#5FF5C3"/><stop offset="1" stop-color="#00C98A"/>
  351. </radialGradient>
  352. <radialGradient id="wh-gold" cx="35%" cy="35%" r="80%">
  353. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  354. </radialGradient>
  355. </defs>
  356. <g transform="translate(6,12) scale(0.88)">
  357. <path d="M54 140 A 95 95 0 0 1 154 58" stroke="#00E5A0" stroke-width="10" fill="none" stroke-linecap="round" opacity=".9"/>
  358. <circle cx="40" cy="146" r="15" fill="url(#wh-grad)"/>
  359. <circle cx="164" cy="56" r="13" fill="#E8ECF8"/>
  360. <circle cx="106" cy="86" r="9" fill="url(#wh-gold)"/>
  361. </g>
  362. <text x="124" y="78" font-size="52" font-weight="700" fill="#E8ECF8" font-family="inherit" letter-spacing="1">DoTouch</text>
  363. <text x="345" y="78" font-size="52" font-weight="700" fill="#00E5A0" font-family="inherit">.AI</text>
  364. </svg>
  365. </div>
  366. </div>
  367. <div class="wm-card">
  368. <div class="top"><span class="id">方向 I 组合 · I1</span><span>图标 + 字标</span></div>
  369. <div class="wm-stage">
  370. <svg viewBox="0 0 460 120" xmlns="http://www.w3.org/2000/svg">
  371. <defs>
  372. <radialGradient id="wi-gold" cx="35%" cy="35%" r="80%">
  373. <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
  374. </radialGradient>
  375. </defs>
  376. <g transform="translate(8,16) scale(0.9)">
  377. <circle cx="100" cy="58" r="20" fill="url(#wi-gold)"/>
  378. <g stroke="#00E5A0" stroke-width="4" fill="none" opacity=".5" stroke-linecap="round">
  379. <path d="M100 80 Q74 118 56 150"/>
  380. <path d="M100 82 Q100 124 100 164"/>
  381. <path d="M100 80 Q126 118 144 150"/>
  382. </g>
  383. <circle cx="56" cy="150" r="10" fill="#00E5A0"/>
  384. <circle cx="100" cy="166" r="10" fill="#E8ECF8"/>
  385. <circle cx="144" cy="150" r="10" fill="#00E5A0"/>
  386. </g>
  387. <text x="124" y="78" font-size="52" font-weight="700" fill="#E8ECF8" font-family="inherit" letter-spacing="1">DoTouch</text>
  388. <text x="345" y="78" font-size="52" font-weight="700" fill="#00E5A0" font-family="inherit">.AI</text>
  389. </svg>
  390. </div>
  391. </div>
  392. </div>
  393. </section>
  394. <!-- ============ 配色 ============ -->
  395. <section>
  396. <div class="sec-head"><h2>配色方案 v1.2.0</h2><span class="code">PALETTE</span></div>
  397. <p class="sec-desc">暖金(普惠的温度)+ 能量青(算力的流动)+ 深蓝底(沉稳可信)。金色比 v1.1.0 的琥珀更柔和、更"光"。</p>
  398. <div class="palette">
  399. <div class="swatch"><div class="color" style="background:#0A0F1E"></div><div class="info"><b>深空底</b><span>#0A0F1E · 主背景</span></div></div>
  400. <div class="swatch"><div class="color" style="background:linear-gradient(135deg,#5FF5C3,#00C98A)"></div><div class="info"><b>能量青</b><span>#00E5A0 · 算力</span></div></div>
  401. <div class="swatch"><div class="color" style="background:linear-gradient(135deg,#FFE3A8,#FFB84D)"></div><div class="info"><b>暖金</b><span>#FFC24D · 普惠/光</span></div></div>
  402. <div class="swatch"><div class="color" style="background:#E8ECF8"></div><div class="info"><b>月白</b><span>#E8ECF8 · 用户/结构</span></div></div>
  403. <div class="swatch"><div class="color" style="background:#9AA3C0"></div><div class="info"><b>辅助灰</b><span>#9AA3C0 · 次级</span></div></div>
  404. <div class="swatch"><div class="color" style="background:#101730"></div><div class="info"><b>深蓝卡片</b><span>#101730 · 卡片/块面</span></div></div>
  405. </div>
  406. </section>
  407. <!-- ============ 应用场景 ============ -->
  408. <section>
  409. <div class="sec-head"><h2>应用场景示意</h2><span class="code">APPLICATION</span></div>
  410. <div class="scen">
  411. <div class="scen-card">
  412. <h4>Favicon / 浏览器标签</h4>
  413. <div class="fav-row">
  414. <div class="fav-box fav-16"><svg viewBox="0 0 200 200" width="11" height="11"><circle cx="78" cy="120" r="52" fill="#00E5A0"/><circle cx="142" cy="62" r="34" fill="#E8ECF8"/><circle cx="104" cy="92" r="10" fill="#FFC24D"/></svg></div>
  415. <div class="fav-box fav-32"><svg viewBox="0 0 200 200" width="24" height="24"><circle cx="78" cy="120" r="52" fill="#00E5A0"/><circle cx="142" cy="62" r="34" fill="#E8ECF8"/><circle cx="104" cy="92" r="10" fill="#FFC24D"/></svg></div>
  416. <div class="fav-box fav-64"><svg viewBox="0 0 200 200" width="48" height="48"><circle cx="78" cy="120" r="52" fill="#00E5A0"/><circle cx="142" cy="62" r="34" fill="#E8ECF8"/><circle cx="104" cy="92" r="10" fill="#FFC24D"/></svg></div>
  417. </div>
  418. <div class="desc" style="margin-top:12px;font-size:12.5px;color:var(--muted)">示意:G2 触碰瞬间缩略版——青圆与白圆相触,金色触点。</div>
  419. </div>
  420. <div class="scen-card">
  421. <h4>深色 / 浅色背景适配</h4>
  422. <div class="watermark">
  423. <svg viewBox="0 0 200 200" width="52" height="52"><circle cx="100" cy="74" r="15" fill="#FFC24D"/><path d="M36 144 Q36 172 66 172 L134 172 Q164 172 164 144" stroke="#E8ECF8" stroke-width="11" fill="none" stroke-linecap="round"/></svg>
  424. <span style="font-weight:700;font-size:20px;letter-spacing:1px">DoTouch<span style="color:#00E5A0">.AI</span></span>
  425. </div>
  426. <div class="desc" style="margin-top:12px;font-size:12.5px;color:var(--muted)">G1 掌心光点水印变体。浅色背景切换为深色线条 + 暖金点。</div>
  427. </div>
  428. <div class="scen-card">
  429. <h4>官网 Banner 氛围</h4>
  430. <div class="banner-demo">
  431. <div>
  432. <div style="font-size:13px;color:#9AA3C0;letter-spacing:2px">DOTOUCH.AI · AFFORDABLE AI</div>
  433. <div style="font-size:22px;font-weight:800;margin-top:6px">国产算力 · <span style="color:#FFD98F">全球普惠</span></div>
  434. </div>
  435. <svg viewBox="0 0 200 200" width="72" height="72"><circle cx="100" cy="58" r="20" fill="#FFC24D"/><g stroke="#00E5A0" stroke-width="4" fill="none" opacity=".55" stroke-linecap="round"><path d="M100 80 Q74 118 56 150"/><path d="M100 82 Q100 124 100 164"/><path d="M100 80 Q126 118 144 150"/></g><circle cx="56" cy="150" r="10" fill="#00E5A0"/><circle cx="100" cy="166" r="10" fill="#E8ECF8"/><circle cx="144" cy="150" r="10" fill="#00E5A0"/></svg>
  436. </div>
  437. </div>
  438. </div>
  439. </section>
  440. <!-- ============ 反馈指引 ============ -->
  441. <section>
  442. <div class="fb">
  443. <h3>如何提修改意见</h3>
  444. <ol>
  445. <li>引用编号:<code>G1</code> <code>G2</code> <code>G3</code> / <code>H1</code> <code>H2</code> / <code>I1</code> <code>I2</code></li>
  446. <li>可跨稿组合:<b>"G2 的触碰 + I1 的普照"</b> 等</li>
  447. <li>如果"普惠"的理解仍有偏差,直接说你的画面(比如"要更亲民 / 更像电商 / 要有越南元素"),我重新拆解</li>
  448. <li>配色 / 圆润度 / 是否保留青色均单独可调</li>
  449. <li>修改递增版本号(v1.2.1 / v1.3.0),历史版本保留</li>
  450. </ol>
  451. </div>
  452. </section>
  453. <footer>
  454. <div>DoTouch.AI · 算力中转站 — 品牌概念审阅文档</div>
  455. <div class="foot-ver">logo-concept-v1.2.0 · 2026-08-08 02:19 CST · 状态:待审阅</div>
  456. </footer>
  457. </div>
  458. </body>
  459. </html>