| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Plant Identification UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; } |
| #render-target { |
| width: 1080px; height: 2400px; position: relative; overflow: hidden; |
| background: #F3F3F3; border-radius: 28px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); |
| } |
| |
| .hero { |
| position: absolute; left: 0; top: 0; width: 1080px; height: 920px; |
| background: #E0E0E0; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: flex-end; justify-content: center; color: #757575; |
| } |
| .hero span { margin-bottom: 16px; font-size: 28px; } |
| |
| .statusbar { |
| position: absolute; top: 0; left: 0; width: 100%; height: 110px; |
| background: rgba(0,0,0,0.18); color: #fff; display: flex; align-items: center; padding: 0 32px; |
| } |
| .status-left { display: flex; align-items: center; gap: 26px; font-weight: 600; font-size: 36px; } |
| .status-icons { display: flex; align-items: center; gap: 18px; font-size: 30px; } |
| .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; } |
| .icon { width: 38px; height: 38px; display: inline-block; } |
| |
| .circle-btn { |
| position: absolute; width: 132px; height: 132px; border-radius: 50%; |
| background: rgba(0,0,0,0.32); display: flex; align-items: center; justify-content: center; |
| } |
| .btn-back { left: 32px; top: 360px; } |
| .btn-close { right: 32px; top: 360px; } |
| .circle-btn svg { width: 64px; height: 64px; } |
| |
| .content { |
| position: absolute; top: 920px; left: 0; right: 0; padding: 32px; |
| } |
| .card { |
| background: #fff; border-radius: 24px; padding: 48px; box-shadow: 0 2px 0 rgba(0,0,0,0.04); |
| margin-bottom: 36px; border: 1px solid #EEE; |
| } |
| .title { font-size: 64px; font-weight: 500; color: #2A2A2A; margin: 0 0 24px 0; } |
| .subtitle { font-size: 36px; color: #9E9E9E; margin-bottom: 18px; } |
| .label { font-size: 36px; color: #B0B0B0; } |
| .value { font-size: 42px; font-weight: 600; color: #1F1F1F; } |
| .thumbs { display: flex; gap: 24px; margin-top: 26px; flex-wrap: wrap; } |
| .thumb { |
| width: 184px; height: 164px; background: #E0E0E0; border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; |
| border-radius: 8px; |
| } |
| |
| .home-indicator { |
| position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); |
| width: 360px; height: 16px; background: #000; border-radius: 8px; opacity: 0.9; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="hero"> |
| <span>[IMG: Close-up plant leaves]</span> |
| </div> |
|
|
| |
| <div class="statusbar"> |
| <div class="status-left"> |
| <div>11:37</div> |
| <div class="status-icons"> |
| |
| <svg class="icon" viewBox="0 0 24 24" fill="none"> |
| <path d="M4 14c8-8 15-10 16-9-1 8-8 12-12 13-3 1-5-2-4-4z" stroke="#fff" stroke-width="2" fill="none"/> |
| </svg> |
| <div>32°</div> |
| |
| <svg class="icon" viewBox="0 0 24 24" fill="none"> |
| <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/> |
| <path d="M2 12h20M12 2c3 3 3 19 0 20" stroke="#fff" stroke-width="2"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24" fill="none"> |
| <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/> |
| <path d="M2 12h20M12 2c-3 3-3 19 0 20" stroke="#fff" stroke-width="2"/> |
| </svg> |
| </div> |
| </div> |
| <div class="status-right"> |
| |
| <svg class="icon" viewBox="0 0 24 24" fill="none"> |
| <path d="M3 9c5-5 13-5 18 0M6 12c3-3 9-3 12 0M9 15c2-2 4-2 6 0M12 18l2 2-2 2-2-2 2-2z" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 28 24" fill="none"> |
| <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"/> |
| <rect x="4" y="8" width="12" height="8" fill="#fff"/> |
| <rect x="22" y="9" width="4" height="6" rx="1" fill="#fff"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="circle-btn btn-back"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="circle-btn btn-close"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M6 6l12 12M18 6l-12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="card"> |
| <h1 class="title">Chinese evergreen</h1> |
| <div class="subtitle">Also known as گل آگلونما نخشی, Silver queen aglaonema, Philippine evergreen, …</div> |
| <div class="label">Botanical name <span class="value">Aglaonema commutatum</span></div> |
| <div class="thumbs" style="margin-top: 28px;"> |
| <div class="thumb">[IMG: Plant 1]</div> |
| <div class="thumb">[IMG: Plant 2]</div> |
| <div class="thumb">[IMG: Plant 3]</div> |
| <div class="thumb">[IMG: Plant 4]</div> |
| <div class="thumb">[IMG: Plant 5]</div> |
| </div> |
| </div> |
|
|
| <div class="card"> |
| <h1 class="title">Aglaonema aroid</h1> |
| <div class="label">Botanical name <span class="value">Aglaonema nitidum</span></div> |
| <div class="thumbs" style="margin-top: 28px;"> |
| <div class="thumb">[IMG: Aroid 1]</div> |
| <div class="thumb">[IMG: Aroid 2]</div> |
| <div class="thumb">[IMG: Aroid 3]</div> |
| <div class="thumb">[IMG: Aroid 4]</div> |
| </div> |
| </div> |
|
|
| <div class="card"> |
| <h1 class="title">Chinese evergreen</h1> |
| <div class="subtitle">Also known as <span class="value" style="font-size:36px;">Japanese-leaf</span></div> |
| </div> |
| </div> |
|
|
| <div class="home-indicator"></div> |
| </div> |
| </body> |
| </html> |