File size: 8,097 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 | <!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 */
.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; }
/* Top app header elements */
.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 overlay corners */
.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); }
/* Bottom sheet */
.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;
}
/* System navigation bar mimic */
.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;
}
/* Simple helper for inline icons */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<span>11:43</span>
<!-- small round app icons -->
<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">
<!-- wifi -->
<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>
<!-- battery -->
<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>
<!-- App header -->
<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>
<!-- Scan overlay corners -->
<div class="scan-corner scan-left"></div>
<div class="scan-corner scan-right"></div>
<!-- Bottom sheet content -->
<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>
<!-- System navigation bar mimic -->
<div class="sys-bar"></div>
<div class="sys-pill"></div>
</div>
</body>
</html> |