| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>PlantVision - Ming Aralia Sheet</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: linear-gradient(180deg, #5a5a5a 0%, #4a4a4a 25%, #3f3f3f 55%, #3a3a3a 100%); |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 150px; |
| background: rgba(90,90,90,0.9); |
| color: #fff; |
| display: flex; |
| align-items: center; |
| padding: 0 40px; |
| box-sizing: border-box; |
| } |
| .status-left { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 42px; } |
| .status-right { margin-left: auto; display: flex; align-items: center; gap: 30px; } |
| .icon-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; opacity: 0.9; } |
| |
| |
| .brand-row { |
| position: absolute; |
| top: 210px; |
| left: 60px; |
| right: 60px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #b9b9b9; |
| } |
| .app-badge { |
| width: 84px; |
| height: 84px; |
| background: #4e4676; |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .brand { |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| font-weight: 700; |
| font-size: 52px; |
| letter-spacing: 0.5px; |
| color: #a9a9a9; |
| opacity: 0.9; |
| } |
| .side-icon { |
| width: 70px; |
| height: 70px; |
| border-radius: 16px; |
| background: rgba(255,255,255,0.08); |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| |
| |
| .scan-corner { |
| position: absolute; |
| width: 240px; |
| height: 140px; |
| border-left: 16px solid #3e716d; |
| border-top: 16px solid #3e716d; |
| border-radius: 80px; |
| opacity: 0.7; |
| } |
| .scan-left { left: 170px; top: 870px; transform: rotate(180deg); } |
| .scan-right { right: 170px; top: 870px; transform: rotate(180deg); } |
| |
| |
| .sheet { |
| position: absolute; |
| left: 0; |
| right: 0; |
| bottom: 0; |
| height: 1320px; |
| background: #ffffff; |
| border-top-left-radius: 46px; |
| border-top-right-radius: 46px; |
| box-shadow: 0 -30px 80px rgba(0,0,0,0.35); |
| padding: 60px; |
| box-sizing: border-box; |
| } |
| .sheet-header { |
| display: flex; |
| align-items: flex-start; |
| } |
| .titles { |
| flex: 1; |
| } |
| .titles h1 { |
| margin: 0; |
| font-size: 88px; |
| line-height: 1.05; |
| color: #111; |
| font-weight: 800; |
| letter-spacing: -0.5px; |
| } |
| .titles p { |
| margin: 12px 0 0 0; |
| font-size: 42px; |
| color: #8a8a8a; |
| font-weight: 600; |
| } |
| .close-btn { |
| width: 72px; |
| height: 72px; |
| border-radius: 50%; |
| background: transparent; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin-left: 20px; |
| } |
| .gallery { |
| margin-top: 40px; |
| display: flex; |
| gap: 40px; |
| } |
| .img-large, .img-small { |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #757575; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| text-align: center; |
| } |
| .img-large { |
| width: 630px; |
| height: 620px; |
| border-radius: 38px; |
| font-size: 36px; |
| padding: 20px; |
| box-sizing: border-box; |
| } |
| .right-col { |
| display: flex; |
| flex-direction: column; |
| gap: 36px; |
| } |
| .img-small { |
| width: 310px; |
| height: 290px; |
| border-radius: 32px; |
| font-size: 28px; |
| padding: 16px; |
| box-sizing: border-box; |
| } |
| |
| .cta { |
| margin-top: 60px; |
| width: 960px; |
| height: 134px; |
| background: #16a357; |
| border-radius: 80px; |
| color: #fff; |
| font-size: 48px; |
| font-weight: 800; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin-left: auto; |
| margin-right: auto; |
| box-shadow: 0 12px 24px rgba(22,163,87,0.35); |
| } |
| .secondary { |
| margin-top: 48px; |
| text-align: center; |
| font-size: 42px; |
| color: #9a9a9a; |
| font-weight: 700; |
| } |
| |
| |
| .sys-bar { |
| position: absolute; |
| bottom: 18px; |
| left: 0; |
| width: 100%; |
| height: 70px; |
| background: #000000; |
| opacity: 0.8; |
| } |
| .sys-pill { |
| position: absolute; |
| left: 50%; |
| transform: translateX(-50%); |
| bottom: 18px; |
| width: 240px; |
| height: 14px; |
| background: #f2f2f2; |
| border-radius: 10px; |
| } |
| |
| |
| svg { display: block; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <span>11:43</span> |
| |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><circle cx="12" cy="12" r="10"/></svg> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><path d="M12 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2Zm1 5h-2v6h6v-2h-4Z"/></svg> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="#e0e0e0"><path d="M12 2C7 2 3 6 3 11s4 9 9 9 9-4 9-9-4-9-9-9Zm0 4a7 7 0 1 1 0 14 7 7 0 0 1 0-14Z"/></svg> |
| <div class="icon-dot"></div> |
| </div> |
| <div class="status-right"> |
| |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <path d="M2 8c5-5 15-5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| <path d="M5 12c3.5-3.5 10.5-3.5 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| <path d="M8 16c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| <circle cx="12" cy="19" r="1.6" fill="#fff"/> |
| </svg> |
| |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <rect x="2" y="7" width="18" height="10" rx="2" stroke="#fff" stroke-width="2"/> |
| <rect x="4" y="9" width="12" height="6" rx="1" fill="#fff"/> |
| <rect x="20" y="10" width="2" height="4" rx="1" fill="#fff"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="brand-row"> |
| <div class="app-badge"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="#2a2949"> |
| <path d="M12 3c4 2 6 6 6 9s-3 6-6 9c-3-3-6-6-6-9s2-7 6-9Z" fill="#2a2949"/> |
| <path d="M12 6c2 3 1 6-2 8" stroke="#c9c8ee" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="brand"> |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 3c4 2 6 6 6 9-3 1-6 3-8 6-2-4-2-9 2-15Z" fill="#18a43f"/> |
| </svg> |
| <span>PlantVision</span> |
| </div> |
| <div class="side-icon"> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="#bfbfbf"> |
| <rect x="5" y="4" width="4" height="16" rx="2"/> |
| <rect x="15" y="8" width="4" height="8" rx="2"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="scan-corner scan-left"></div> |
| <div class="scan-corner scan-right"></div> |
|
|
| |
| <div class="sheet"> |
| <div class="sheet-header"> |
| <div class="titles"> |
| <h1>Ming Aralia</h1> |
| <p>Polyscias fruticosa</p> |
| </div> |
| <div class="close-btn"> |
| <svg width="50" height="50" viewBox="0 0 24 24" fill="none"> |
| <circle cx="12" cy="12" r="10" fill="none"/> |
| <path d="M6 6l12 12M18 6L6 18" stroke="#2f2c3e" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| <div class="gallery"> |
| <div class="img-large">[IMG: Ming Aralia in living room]</div> |
| <div class="right-col"> |
| <div class="img-small">[IMG: Small Ming Aralia on desk]</div> |
| <div class="img-small">[IMG: Ming Aralia in white pot]</div> |
| </div> |
| </div> |
|
|
| <div class="cta">Add Plant</div> |
| <div class="secondary">View other results</div> |
| </div> |
|
|
| |
| <div class="sys-bar"></div> |
| <div class="sys-pill"></div> |
|
|
| </div> |
| </body> |
| </html> |