| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>DoTouch.AI · Logo 概念审阅 v1.3.0</title>
- <style>
- :root {
- --bg: #0A0F1E;
- --card: #101730;
- --card2: #0D1426;
- --border: rgba(255,255,255,0.08);
- --green: #00E5A0;
- --gold: #FFC24D;
- --text: #E8ECF8;
- --muted: #9AA3C0;
- --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Inter, sans-serif;
- }
- * { margin:0; padding:0; box-sizing:border-box; }
- body { background:var(--bg); color:var(--text); font-family:var(--font); line-height:1.6; padding-bottom:80px; }
- .wrap { max-width:1200px; margin:0 auto; padding:0 28px; }
- 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); }
- .header-inner { display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
- .brand-mini { display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:1px; }
- .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); }
- .badge { display:flex; align-items:center; gap:14px; font-size:13px; color:var(--muted); }
- .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; }
- .badge .ts { font-variant-numeric:tabular-nums; }
- .status { display:inline-flex; align-items:center; gap:6px; color:var(--gold); font-weight:600; }
- .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; }
- @keyframes pulse { 50% { opacity:.35; } }
- .hero { padding:56px 0 36px; text-align:center; }
- .hero h1 { font-size:32px; font-weight:800; letter-spacing:1px; }
- .hero h1 span { background:linear-gradient(120deg, #5FF5C3, #FFD98F); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
- .hero p { margin-top:12px; color:var(--muted); max-width:740px; margin-left:auto; margin-right:auto; font-size:14.5px; }
- .hero .meta { margin-top:16px; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
- .chip { font-size:12px; padding:4px 12px; border-radius:999px; border:1px solid var(--border); color:var(--muted); background:var(--card); }
- .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; }
- .revise h3 { font-size:16px; margin-bottom:14px; color:var(--gold); }
- .revise table { width:100%; border-collapse:collapse; font-size:13.5px; }
- .revise th, .revise td { text-align:left; padding:9px 12px; border-bottom:1px solid var(--border); }
- .revise th { color:var(--muted); font-weight:600; font-size:12.5px; }
- .revise td b { color:#5FF5C3; }
- section { margin-top:56px; }
- .sec-head { display:flex; align-items:baseline; gap:14px; margin-bottom:8px; flex-wrap:wrap; }
- .sec-head h2 { font-size:22px; font-weight:700; }
- .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; }
- .sec-desc { color:var(--muted); font-size:14px; margin-bottom:22px; max-width:780px; }
- .grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:20px; }
- .card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; transition:transform .18s ease, border-color .18s ease; }
- .card:hover { transform:translateY(-3px); border-color:rgba(255,194,77,.4); }
- .card .top { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; gap:8px; }
- .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; }
- .card .name { font-size:16px; font-weight:700; }
- .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; }
- .stage svg { width:100%; height:auto; max-width:230px; }
- .card .desc { margin-top:14px; font-size:13.5px; color:var(--muted); }
- .card .desc b { color:var(--text); }
- .tags { margin-top:12px; display:flex; gap:6px; flex-wrap:wrap; }
- .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; }
- .tag.gold { color:var(--gold); background:rgba(255,194,77,.08); border-color:rgba(255,194,77,.3); }
- .wordmark-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(320px, 1fr)); gap:20px; }
- .wm-card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; }
- .wm-card .top { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
- .wm-card .id { font-size:12px; color:var(--muted); background:var(--card2); border:1px solid var(--border); padding:2px 10px; border-radius:6px; }
- .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; }
- .wm-stage svg { width:100%; height:auto; }
- .palette { display:grid; grid-template-columns:repeat(auto-fit, minmax(150px,1fr)); gap:14px; }
- .swatch { border-radius:12px; overflow:hidden; border:1px solid var(--border); background:var(--card); }
- .swatch .color { height:84px; }
- .swatch .info { padding:10px 12px; font-size:12px; }
- .swatch .info b { display:block; font-size:13px; }
- .swatch .info span { color:var(--muted); font-variant-numeric:tabular-nums; }
- .scen { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px,1fr)); gap:20px; }
- .scen-card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:22px; }
- .scen-card h4 { font-size:14px; margin-bottom:14px; color:#5FF5C3; }
- .fav-row { display:flex; gap:14px; align-items:center; }
- .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; }
- .fav-16 { width:16px; height:16px; border-radius:4px; }
- .fav-32 { width:32px; height:32px; border-radius:7px; }
- .fav-64 { width:64px; height:64px; border-radius:10px; }
- .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); }
- .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); }
- .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; }
- .fb h3 { font-size:17px; margin-bottom:12px; }
- .fb ol { margin-left:20px; color:var(--muted); font-size:14px; }
- .fb ol li { margin-bottom:8px; }
- .fb code { background:rgba(255,194,77,.15); padding:1px 8px; border-radius:5px; color:#FFD98F; font-size:12.5px; }
- footer { margin-top:64px; text-align:center; color:var(--muted); font-size:12.5px; border-top:1px solid var(--border); padding-top:26px; }
- .foot-ver { display:inline-block; margin-top:8px; font-variant-numeric:tabular-nums; }
- </style>
- </head>
- <body>
- <header>
- <div class="wrap header-inner">
- <div class="brand-mini"><span class="brand-dot"></span>DoTouch.AI · 品牌设计审阅</div>
- <div class="badge">
- <span class="status">待审阅</span>
- <span class="ver">v1.3.0</span>
- <span class="ts">2026-08-08 02:23 CST</span>
- </div>
- </div>
- </header>
- <div class="wrap">
- <div class="hero">
- <h1>Logo 概念设计 v1.3.0 <span>枢纽普惠 · B1 进化</span></h1>
- <p>采纳你的反馈:<b>保留 B1(v1.0.0 网络枢纽)的骨架</b>——中心枢纽 + 卫星节点——把 v1.2.0 的算力普惠语义注入进去:中心变为<b>发光算力球</b>(青金渐变),卫星变为<b>用户触点</b>,直线连接改为<b>柔光输送</b>,金色代表"算力送达的瞬间"。</p>
- <div class="meta">
- <span class="chip">J1 · 普惠枢纽</span>
- <span class="chip">J2 · 送达瞬间</span>
- <span class="chip">J3 · 轨道输送</span>
- </div>
- </div>
- <!-- 改版逻辑 -->
- <div class="revise">
- <h3>v1.3.0 设计依据:B1 骨架 × 普惠语义</h3>
- <table>
- <tr><th>保留(来自 B1)</th><th>升级(注入普惠)</th></tr>
- <tr><td>中心枢纽 + 卫星节点的整体构图</td><td>中心从实心圆变为<b>发光算力球</b>(青=算力,金=温度)</td></tr>
- <tr><td>外圈虚线圈的环绕结构</td><td>虚线环保留,叠加<b>暖金光晕圈</b></td></tr>
- <tr><td>三颗卫星的分布</td><td>卫星变为<b>用户触点</b>(白色 + 微光晕),金色表示已送达</td></tr>
- <tr><td>枢纽向外的连线</td><td>直线改为<b>柔和光弧</b>,弧上有金色光点流动(算力输送中)</td></tr>
- </table>
- </div>
- <!-- ============ 方向 J ============ -->
- <section>
- <div class="sec-head"><h2>方向 J · 枢纽普惠(B1 进化)</h2><span class="code">HUB FOR ALL</span></div>
- <p class="sec-desc">同一个骨架,三种"普惠叙事":一颗算力光球,把光输送给每一位用户。图形依旧"枢纽+卫星",但每一处细节都在说"算力普惠"。</p>
- <div class="grid">
- <!-- J1 -->
- <div class="card">
- <div class="top"><span class="id">J1</span><span class="name">普惠枢纽</span></div>
- <div class="stage">
- <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <radialGradient id="j1-core" cx="38%" cy="32%" r="85%">
- <stop offset="0" stop-color="#7DFFE0"/><stop offset=".55" stop-color="#00E5A0"/><stop offset="1" stop-color="#00B87C"/>
- </radialGradient>
- </defs>
- <circle cx="100" cy="100" r="78" stroke="#FFC24D" stroke-width="1.5" fill="none" opacity=".12"/>
- <circle cx="100" cy="100" r="62" stroke="#00E5A0" stroke-width="2" stroke-dasharray="2 10" fill="none" opacity=".18"/>
- <g stroke="#00E5A0" stroke-width="3" fill="none" opacity=".5" stroke-linecap="round">
- <path d="M100 100 Q124 66 150 60"/>
- <path d="M100 100 Q70 128 58 152"/>
- <path d="M100 100 Q138 136 154 148"/>
- </g>
- <circle cx="125" cy="80" r="4" fill="#FFC24D" opacity=".8"/>
- <circle cx="74" cy="128" r="4" fill="#FFC24D" opacity=".6"/>
- <circle cx="128" cy="132" r="4" fill="#FFC24D" opacity=".35"/>
- <circle cx="100" cy="100" r="40" stroke="#00E5A0" stroke-width="2.5" fill="none" opacity=".25"/>
- <circle cx="100" cy="100" r="26" fill="url(#j1-core)"/>
- <circle cx="90" cy="88" r="8" fill="#E8ECF8" opacity=".55"/>
- <g>
- <circle cx="156" cy="56" r="16" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="156" cy="56" r="10" fill="#E8ECF8"/>
- <circle cx="52" cy="156" r="16" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="52" cy="156" r="10" fill="#E8ECF8"/>
- <circle cx="160" cy="152" r="16" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="160" cy="152" r="10" fill="#E8ECF8"/>
- </g>
- </svg>
- </div>
- <div class="desc"><b>B1 直系进化</b>:中心发光算力球 + 三颗用户触点。外圈暖金光 + 青色虚线环(保留 B1 元素),柔光弧线上金色光点正在输送——"一颗算力,普惠四方"。</div>
- <div class="tags"><span class="tag">枢纽</span><span class="tag">输送中</span><span class="tag gold">B1 骨架保留最全</span></div>
- </div>
- <!-- J2 -->
- <div class="card">
- <div class="top"><span class="id">J2</span><span class="name">送达瞬间</span></div>
- <div class="stage">
- <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <radialGradient id="j2-core" cx="38%" cy="32%" r="85%">
- <stop offset="0" stop-color="#7DFFE0"/><stop offset=".55" stop-color="#00E5A0"/><stop offset="1" stop-color="#00B87C"/>
- </radialGradient>
- <radialGradient id="j2-gold" cx="35%" cy="35%" r="80%">
- <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
- </radialGradient>
- </defs>
- <circle cx="100" cy="100" r="78" stroke="#FFC24D" stroke-width="1.5" fill="none" opacity=".12"/>
- <circle cx="100" cy="100" r="62" stroke="#00E5A0" stroke-width="2" stroke-dasharray="2 10" fill="none" opacity=".18"/>
- <g stroke="#00E5A0" stroke-width="3" fill="none" opacity=".5" stroke-linecap="round">
- <path d="M100 100 Q124 66 150 60"/>
- <path d="M100 100 Q70 128 58 152"/>
- <path d="M100 100 Q138 136 154 148"/>
- </g>
- <circle cx="129" cy="72" r="4" fill="#FFC24D" opacity=".35"/>
- <circle cx="122" cy="78" r="6" fill="#FFC24D" opacity=".6"/>
- <circle cx="74" cy="128" r="4" fill="#FFC24D" opacity=".6"/>
- <circle cx="100" cy="100" r="40" stroke="#00E5A0" stroke-width="2.5" fill="none" opacity=".25"/>
- <circle cx="100" cy="100" r="26" fill="url(#j2-core)"/>
- <circle cx="90" cy="88" r="8" fill="#E8ECF8" opacity=".55"/>
- <g>
- <circle cx="156" cy="56" r="16" stroke="#FFC24D" stroke-width="1.5" fill="none" opacity=".35"/>
- <circle cx="156" cy="56" r="10" fill="url(#j2-gold)"/>
- <circle cx="52" cy="156" r="16" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="52" cy="156" r="10" fill="#E8ECF8"/>
- <circle cx="160" cy="152" r="16" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="160" cy="152" r="10" fill="#E8ECF8"/>
- </g>
- <path d="M117 74 L131 60" stroke="#FFC24D" stroke-width="3" opacity=".5" stroke-linecap="round"/>
- </svg>
- </div>
- <div class="desc"><b>一颗金色光点正在抵达右上角用户</b>(该用户随之变为金色)——"算力送达的瞬间"。把 v1.2.0 G2 的"触碰即达"叙事融入枢纽结构,有动势、有故事。</div>
- <div class="tags"><span class="tag">送达</span><span class="tag">动势</span><span class="tag gold">有故事性</span></div>
- </div>
- <!-- J3 -->
- <div class="card">
- <div class="top"><span class="id">J3</span><span class="name">轨道输送</span></div>
- <div class="stage">
- <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <radialGradient id="j3-core" cx="38%" cy="32%" r="85%">
- <stop offset="0" stop-color="#7DFFE0"/><stop offset=".55" stop-color="#00E5A0"/><stop offset="1" stop-color="#00B87C"/>
- </radialGradient>
- <radialGradient id="j3-gold" cx="35%" cy="35%" r="80%">
- <stop offset="0" stop-color="#FFE3A8"/><stop offset="1" stop-color="#FFB84D"/>
- </radialGradient>
- </defs>
- <ellipse cx="100" cy="100" rx="74" ry="42" transform="rotate(-24 100 100)" stroke="#00E5A0" stroke-width="3" fill="none" opacity=".4"/>
- <ellipse cx="100" cy="100" rx="74" ry="42" transform="rotate(-24 100 100)" stroke="#FFC24D" stroke-width="3" stroke-dasharray="12 28" fill="none" opacity=".55"/>
- <circle cx="100" cy="100" r="36" stroke="#00E5A0" stroke-width="2.5" fill="none" opacity=".25"/>
- <circle cx="100" cy="100" r="22" fill="url(#j3-core)"/>
- <circle cx="91" cy="90" r="7" fill="#E8ECF8" opacity=".55"/>
- <circle cx="93" cy="54" r="6" fill="#FFC24D" opacity=".9"/>
- <path d="M117 122 Q134 134 146 140" stroke="#00E5A0" stroke-width="3" fill="none" opacity=".5" stroke-linecap="round"/>
- <circle cx="150" cy="142" r="17" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".2"/>
- <circle cx="150" cy="142" r="11" fill="#E8ECF8"/>
- <circle cx="52" cy="54" r="14" stroke="#E8ECF8" stroke-width="1.5" fill="none" opacity=".18"/>
- <circle cx="52" cy="54" r="8" fill="#E8ECF8" opacity=".9"/>
- </svg>
- </div>
- <div class="desc"><b>算力沿轨道持续输送</b>(金色虚线弧 = 输送带),用户分布在轨道上,一颗金色光点正在流转中。融合 v1.0.0 B3 轨道元素,动态感最强。</div>
- <div class="tags"><span class="tag">轨道</span><span class="tag">持续输送</span><span class="tag">动态</span></div>
- </div>
- </div>
- </section>
- <!-- ============ 横向字标 ============ -->
- <section>
- <div class="sec-head"><h2>横向组合字标(候选主 Logo)</h2><span class="code">WORDMARK COMBO</span></div>
- <p class="sec-desc">J1(最贴近你认可的 B1 结构)的横向组合:</p>
- <div class="wordmark-grid">
- <div class="wm-card">
- <div class="top"><span class="id">方向 J 组合 · J1</span><span>图标 + 字标</span></div>
- <div class="wm-stage">
- <svg viewBox="0 0 460 120" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <radialGradient id="wj-core" cx="38%" cy="32%" r="85%">
- <stop offset="0" stop-color="#7DFFE0"/><stop offset=".55" stop-color="#00E5A0"/><stop offset="1" stop-color="#00B87C"/>
- </radialGradient>
- </defs>
- <g transform="translate(6,14) scale(0.84)">
- <circle cx="100" cy="100" r="62" stroke="#00E5A0" stroke-width="2" stroke-dasharray="2 10" fill="none" opacity=".18"/>
- <g stroke="#00E5A0" stroke-width="3" fill="none" opacity=".5" stroke-linecap="round">
- <path d="M100 100 Q124 66 150 60"/>
- <path d="M100 100 Q70 128 58 152"/>
- <path d="M100 100 Q138 136 154 148"/>
- </g>
- <circle cx="125" cy="80" r="4" fill="#FFC24D" opacity=".8"/>
- <circle cx="100" cy="100" r="40" stroke="#00E5A0" stroke-width="2.5" fill="none" opacity=".25"/>
- <circle cx="100" cy="100" r="26" fill="url(#wj-core)"/>
- <circle cx="90" cy="88" r="8" fill="#E8ECF8" opacity=".55"/>
- <g>
- <circle cx="156" cy="56" r="10" fill="#E8ECF8"/>
- <circle cx="52" cy="156" r="10" fill="#E8ECF8"/>
- <circle cx="160" cy="152" r="10" fill="#E8ECF8"/>
- </g>
- </g>
- <text x="124" y="78" font-size="52" font-weight="700" fill="#E8ECF8" font-family="inherit" letter-spacing="1">DoTouch</text>
- <text x="345" y="78" font-size="52" font-weight="700" fill="#00E5A0" font-family="inherit">.AI</text>
- </svg>
- </div>
- </div>
- </div>
- </section>
- <!-- ============ 配色 ============ -->
- <section>
- <div class="sec-head"><h2>配色方案(沿用 v1.2.0)</h2><span class="code">PALETTE</span></div>
- <p class="sec-desc">能量青(算力/输送)+ 暖金(普惠/送达瞬间)+ 深蓝底。若你想要 B1 原版更"冷"的感觉也可整体调冷,随时说。</p>
- <div class="palette">
- <div class="swatch"><div class="color" style="background:#0A0F1E"></div><div class="info"><b>深空底</b><span>#0A0F1E · 主背景</span></div></div>
- <div class="swatch"><div class="color" style="background:linear-gradient(135deg,#5FF5C3,#00C98A)"></div><div class="info"><b>能量青</b><span>#00E5A0 · 算力</span></div></div>
- <div class="swatch"><div class="color" style="background:linear-gradient(135deg,#FFE3A8,#FFB84D)"></div><div class="info"><b>暖金</b><span>#FFC24D · 普惠/送达</span></div></div>
- <div class="swatch"><div class="color" style="background:#E8ECF8"></div><div class="info"><b>月白</b><span>#E8ECF8 · 用户/结构</span></div></div>
- <div class="swatch"><div class="color" style="background:#9AA3C0"></div><div class="info"><b>辅助灰</b><span>#9AA3C0 · 次级</span></div></div>
- <div class="swatch"><div class="color" style="background:#101730"></div><div class="info"><b>深蓝卡片</b><span>#101730 · 卡片/块面</span></div></div>
- </div>
- </section>
- <!-- ============ 应用场景 ============ -->
- <section>
- <div class="sec-head"><h2>应用场景示意</h2><span class="code">APPLICATION</span></div>
- <div class="scen">
- <div class="scen-card">
- <h4>Favicon / 浏览器标签</h4>
- <div class="fav-row">
- <div class="fav-box fav-16"><svg viewBox="0 0 200 200" width="11" height="11"><circle cx="100" cy="100" r="62" fill="#00E5A0"/><circle cx="100" cy="100" r="22" fill="#0A0F1E"/><circle cx="100" cy="100" r="9" fill="#FFC24D"/><circle cx="150" cy="52" r="16" fill="#E8ECF8"/><circle cx="48" cy="148" r="16" fill="#E8ECF8"/><circle cx="156" cy="150" r="16" fill="#E8ECF8"/></svg></div>
- <div class="fav-box fav-32"><svg viewBox="0 0 200 200" width="24" height="24"><circle cx="100" cy="100" r="62" fill="#00E5A0"/><circle cx="100" cy="100" r="22" fill="#0A0F1E"/><circle cx="100" cy="100" r="9" fill="#FFC24D"/><circle cx="150" cy="52" r="16" fill="#E8ECF8"/><circle cx="48" cy="148" r="16" fill="#E8ECF8"/><circle cx="156" cy="150" r="16" fill="#E8ECF8"/></svg></div>
- <div class="fav-box fav-64"><svg viewBox="0 0 200 200" width="48" height="48"><circle cx="100" cy="100" r="62" fill="#00E5A0"/><circle cx="100" cy="100" r="22" fill="#0A0F1E"/><circle cx="100" cy="100" r="9" fill="#FFC24D"/><circle cx="150" cy="52" r="16" fill="#E8ECF8"/><circle cx="48" cy="148" r="16" fill="#E8ECF8"/><circle cx="156" cy="150" r="16" fill="#E8ECF8"/></svg></div>
- </div>
- <div class="desc" style="margin-top:12px;font-size:12.5px;color:var(--muted)">示意:J1 缩略版——青盘 + 中心金点 + 三颗白卫星,小尺寸仍可辨识。</div>
- </div>
- <div class="scen-card">
- <h4>深色 / 浅色背景适配</h4>
- <div class="watermark">
- <svg viewBox="0 0 200 200" width="52" height="52"><circle cx="100" cy="100" r="56" stroke="#00E5A0" stroke-width="2.5" stroke-dasharray="2 10" fill="none" opacity=".5"/><circle cx="100" cy="100" r="20" fill="#00E5A0"/><circle cx="100" cy="100" r="8" fill="#FFC24D"/><circle cx="146" cy="62" r="8" fill="#E8ECF8"/><circle cx="54" cy="146" r="8" fill="#E8ECF8"/><circle cx="150" cy="144" r="8" fill="#E8ECF8"/></svg>
- <span style="font-weight:700;font-size:20px;letter-spacing:1px">DoTouch<span style="color:#00E5A0">.AI</span></span>
- </div>
- <div class="desc" style="margin-top:12px;font-size:12.5px;color:var(--muted)">J1 线稿水印变体(浅色背景适用)。</div>
- </div>
- <div class="scen-card">
- <h4>官网 Banner 氛围</h4>
- <div class="banner-demo">
- <div>
- <div style="font-size:13px;color:#9AA3C0;letter-spacing:2px">DOTOUCH.AI · AI TRANSIT HUB</div>
- <div style="font-size:22px;font-weight:800;margin-top:6px">一颗算力 · <span style="color:#FFD98F">普惠四方</span></div>
- </div>
- <svg viewBox="0 0 200 200" width="72" height="72"><circle cx="100" cy="100" r="52" stroke="#00E5A0" stroke-width="2" stroke-dasharray="2 10" fill="none" opacity=".4"/><g stroke="#00E5A0" stroke-width="3" fill="none" opacity=".55" stroke-linecap="round"><path d="M100 100 Q124 70 148 64"/><path d="M100 100 Q72 128 60 148"/><path d="M100 100 Q136 136 152 146"/></g><circle cx="100" cy="100" r="20" fill="#00E5A0"/><circle cx="100" cy="100" r="7" fill="#FFC24D"/><circle cx="148" cy="64" r="8" fill="#E8ECF8"/><circle cx="60" cy="148" r="8" fill="#E8ECF8"/><circle cx="152" cy="146" r="8" fill="#E8ECF8"/></svg>
- </div>
- </div>
- </div>
- </section>
- <!-- ============ 反馈指引 ============ -->
- <section>
- <div class="fb">
- <h3>如何提修改意见</h3>
- <ol>
- <li>引用编号:<code>J1</code> <code>J2</code> <code>J3</code>,例如 <b>"J1 卫星加一颗" / "J2 光点去掉"</b></li>
- <li>结构定稿后可微调:卫星数量、光点位置、是否要外圈虚线环、冷暖配色</li>
- <li>Seedream 质感稿(G2/G1/I1)正在后台渲染,完成后一并给你看——<b>选定 J 方向后我会以 J 结构重新渲染质感终稿</b></li>
- <li>修改递增版本号(v1.3.1 / v1.4.0),历史版本保留</li>
- </ol>
- </div>
- </section>
- <footer>
- <div>DoTouch.AI · 算力中转站 — 品牌概念审阅文档</div>
- <div class="foot-ver">logo-concept-v1.3.0 · 2026-08-08 02:23 CST · 状态:待审阅</div>
- </footer>
- </div>
- </body>
- </html>
|