File size: 6,286 Bytes
c32f9a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | <!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);
}
/* Top hero image */
.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; }
/* Status bar overlay */
.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; }
/* Back & close circular buttons */
.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 area */
.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;
}
/* Bottom home indicator */
.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">
<!-- Top hero image -->
<div class="hero">
<span>[IMG: Close-up plant leaves]</span>
</div>
<!-- Status bar overlay -->
<div class="statusbar">
<div class="status-left">
<div>11:37</div>
<div class="status-icons">
<!-- leaf icon -->
<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>
<!-- globe icon -->
<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>
<!-- globe icon 2 -->
<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">
<!-- wifi icon -->
<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>
<!-- battery icon -->
<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>
<!-- Back and Close buttons -->
<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>
<!-- Content cards -->
<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> |