| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Plan Screen UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } |
| #render-target { |
| position: relative; |
| overflow: hidden; |
| width: 1080px; |
| height: 2400px; |
| background: #0f0f10; |
| } |
| |
| |
| .app-header { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 220px; |
| background: #d32f2f; |
| box-shadow: 0 4px 12px rgba(0,0,0,0.35); |
| color: #fff; |
| } |
| .header-inner { |
| position: absolute; |
| top: 40px; |
| left: 40px; |
| right: 40px; |
| height: 140px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| } |
| .header-title { |
| font-size: 64px; |
| font-weight: 600; |
| text-align: center; |
| flex: 1; |
| color: #fff; |
| } |
| .icon-btn { |
| width: 96px; |
| height: 96px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .icon-btn svg { width: 58px; height: 58px; fill: none; stroke: #fff; stroke-width: 6; } |
| |
| |
| .search-card { |
| position: absolute; |
| top: 190px; |
| left: 30px; |
| width: 1020px; |
| background: #111213; |
| border-radius: 34px; |
| box-shadow: 0 12px 28px rgba(0,0,0,0.55); |
| padding: 30px 30px 24px 120px; |
| color: #fff; |
| } |
| .route-indicator { |
| position: absolute; |
| left: 40px; |
| top: 44px; |
| width: 40px; |
| height: 180px; |
| } |
| .route-indicator .line { |
| position: absolute; |
| left: 18px; |
| top: 36px; |
| width: 4px; |
| height: 110px; |
| background: #bdbdbd; |
| border-radius: 2px; |
| } |
| .route-indicator .dot { |
| position: absolute; |
| left: 8px; |
| width: 24px; |
| height: 24px; |
| border-radius: 50%; |
| border: 4px solid #bdbdbd; |
| background: transparent; |
| } |
| .route-indicator .top { top: 0; } |
| .route-indicator .bottom { bottom: 0; } |
| |
| .field { |
| position: relative; |
| margin-bottom: 30px; |
| } |
| .field .label { |
| font-size: 52px; |
| font-weight: 600; |
| } |
| .divider { |
| margin-top: 16px; |
| height: 2px; |
| background: #2a2a2a; |
| } |
| .to-line { |
| display: flex; |
| align-items: center; |
| margin-top: 18px; |
| } |
| .caret { |
| width: 6px; |
| height: 56px; |
| background: #e53935; |
| border-radius: 3px; |
| margin-right: 18px; |
| } |
| .to-text { |
| font-size: 52px; |
| color: #cccccc; |
| } |
| .clear-btn { |
| position: absolute; |
| right: 26px; |
| top: 112px; |
| width: 74px; |
| height: 74px; |
| border-radius: 38px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| background: #1b1b1b; |
| } |
| .clear-btn svg { width: 34px; height: 34px; stroke: #9e9e9e; stroke-width: 6; } |
| |
| |
| .suggestions { |
| position: absolute; |
| top: 450px; |
| left: 30px; |
| width: 1020px; |
| border-radius: 24px; |
| overflow: hidden; |
| } |
| .suggest-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| background: #1b1c1d; |
| color: #ffffff; |
| height: 140px; |
| padding: 0 34px; |
| border-bottom: 1px solid #2a2a2a; |
| } |
| .suggest-left { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .suggest-left .symbol { |
| width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; |
| } |
| .suggest-left svg { width: 54px; height: 54px; stroke: #bdbdbd; stroke-width: 5; fill: none; } |
| .suggest-text { font-size: 46px; } |
| .star { |
| width: 60px; height: 60px; display:flex; align-items:center; justify-content:center; |
| } |
| .star svg { width: 54px; height: 54px; stroke: #bdbdbd; stroke-width: 5; fill: none; } |
| |
| |
| .content-spacer { |
| position: absolute; |
| left: 0; |
| right: 0; |
| top: 870px; |
| height: 980px; |
| background: #141415; |
| } |
| |
| |
| .keyboard { |
| position: absolute; |
| left: 0; |
| bottom: 0; |
| width: 1080px; |
| height: 550px; |
| background: #121213; |
| box-shadow: 0 -8px 24px rgba(0,0,0,0.4); |
| padding: 24px 24px 34px; |
| } |
| .key-row { |
| display: flex; |
| gap: 18px; |
| margin-bottom: 26px; |
| justify-content: space-between; |
| } |
| .key { |
| height: 98px; |
| background: #222325; |
| border-radius: 22px; |
| color: #e5e5e5; |
| font-size: 40px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| flex: 1; |
| box-shadow: inset 0 0 0 1px #2c2d30; |
| } |
| .key.small { flex: 0 0 118px; } |
| .key.wide { flex: 2; } |
| .key.extra-wide { flex: 4; } |
| |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="app-header"> |
| <div class="header-inner"> |
| <div class="icon-btn"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M15 5 L7 12 L15 19" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| <div class="header-title">Plan</div> |
| <div class="icon-btn"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 6 L10 12 L4 18" stroke-linecap="round" stroke-linejoin="round"></path> |
| <path d="M14 6 L20 12 L14 18" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="search-card"> |
| <div class="route-indicator"> |
| <span class="dot top"></span> |
| <span class="line"></span> |
| <span class="dot bottom"></span> |
| </div> |
|
|
| <div class="field"> |
| <div class="label">Dundee</div> |
| <div class="divider"></div> |
| <div class="to-line"> |
| <div class="caret"></div> |
| <div class="to-text">To</div> |
| </div> |
| <div class="clear-btn"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M6 6 L18 18 M18 6 L6 18" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="suggestions"> |
| <div class="suggest-row"> |
| <div class="suggest-left"> |
| <div class="symbol"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M2 12 C5 6 19 6 22 12 C19 18 5 18 2 12" stroke-linecap="round"></path> |
| <path d="M3 3 L21 21" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="suggest-text" style="color:#dcdcdc;">Location access not given</div> |
| </div> |
| </div> |
|
|
| <div class="suggest-row"> |
| <div class="suggest-left"> |
| <div class="symbol"> |
| |
| <svg viewBox="0 0 24 24"> |
| <circle cx="12" cy="12" r="8"></circle> |
| <path d="M12 7 L12 12 L16 14" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="suggest-text">Dundee</div> |
| </div> |
| <div class="star"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 4 L14.8 9.5 L20.8 10.2 L16.2 14.2 L17.6 20 L12 17 L6.4 20 L7.8 14.2 L3.2 10.2 L9.2 9.5 Z" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| <div class="suggest-row" style="border-bottom: none;"> |
| <div class="suggest-left"> |
| <div class="symbol"> |
| |
| <svg viewBox="0 0 24 24"> |
| <circle cx="12" cy="12" r="8"></circle> |
| <path d="M12 7 L12 12 L16 14" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="suggest-text">Guildford</div> |
| </div> |
| <div class="star"> |
| |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 4 L14.8 9.5 L20.8 10.2 L16.2 14.2 L17.6 20 L12 17 L6.4 20 L7.8 14.2 L3.2 10.2 L9.2 9.5 Z" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="content-spacer"></div> |
|
|
| |
| <div class="keyboard"> |
| <div class="key-row"> |
| <div class="key small">◧</div> |
| <div class="key small">☺</div> |
| <div class="key small">GIF</div> |
| <div class="key small">⚙</div> |
| <div class="key small">G↔</div> |
| <div class="key small">🎨</div> |
| <div class="key small">🎙</div> |
| </div> |
| <div class="key-row"> |
| <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div><div class="key small">0</div> |
| </div> |
| <div class="key-row"> |
| <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div> |
| </div> |
| <div class="key-row"> |
| <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key small">⌫</div> |
| </div> |
| <div class="key-row"> |
| <div class="key wide">?123</div> |
| <div class="key small">,</div> |
| <div class="key extra-wide"></div> |
| <div class="key small">.</div> |
| <div class="key wide">✔</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |