File size: 11,357 Bytes
98687c3 | 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 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mail List - Dark</title>
<style>
body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
#render-target{
width:1080px;
height:2400px;
position:relative;
overflow:hidden;
background:#1b120b;
color:#eadfd2;
}
/* Status bar */
.status-bar{
height:92px;
padding:0 32px;
display:flex;
align-items:center;
justify-content:space-between;
color:#e9decd;
font-weight:600;
letter-spacing:0.5px;
font-size:36px;
opacity:0.95;
}
.status-right{
display:flex;
align-items:center;
gap:28px;
}
.icon-small svg{width:38px;height:38px;fill:#e9decd;opacity:0.9}
/* Search */
.search-wrap{
padding:18px 24px 0 24px;
}
.search-bar{
height:116px;
background:#3b2f25;
border-radius:64px;
display:flex;
align-items:center;
padding:0 28px;
}
.hamburger{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-right:18px}
.search-input{
color:#ccbfb1;
font-size:38px;
flex:1;
opacity:0.95;
}
.account{
width:92px;height:92px;border-radius:50%;
background:#3A86FF;
color:#fff;font-weight:700;font-size:40px;
display:flex;align-items:center;justify-content:center;
box-shadow:0 0 0 6px rgba(0,0,0,0.2);
}
/* Section title */
.section-title{
color:#aa9b8d;
font-size:34px;
margin:34px 0 8px 44px;
}
/* List */
.list{padding:0 10px}
.email{
display:flex;
gap:26px;
padding:28px 22px;
border-bottom:1px solid rgba(255,255,255,0.06);
}
.avatar{
width:96px;height:96px;border-radius:50%;
background:#E0E0E0;border:1px solid #BDBDBD;
color:#757575;font-size:22px;line-height:1.1;text-align:center;
display:flex;align-items:center;justify-content:center;
}
.content{flex:1}
.row-top{
display:flex;align-items:center;justify-content:space-between;
margin-bottom:6px;
}
.sender{font-size:40px;font-weight:700;letter-spacing:0.2px}
.right-meta{display:flex;align-items:center;gap:18px;color:#a69486;font-size:28px}
.subject{
font-size:34px;font-weight:700;color:#eadfd2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.snippet{
margin-top:6px;color:#b9a89a;font-size:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.date{min-width:120px;text-align:right}
.star svg{width:42px;height:42px;fill:none;stroke:#b79f8c;stroke-width:2}
/* Promotions row */
.promotions{
display:flex;align-items:center;gap:22px;
padding:30px 22px;border-bottom:1px solid rgba(255,255,255,0.06);
}
.tag-icon svg{width:44px;height:44px;fill:#69d17d}
.promo-title{font-size:44px;font-weight:800}
.promo-sub{font-size:30px;color:#b9a89a;margin-top:6px}
/* Compose floating button */
.compose{
position:absolute;right:64px;bottom:380px;
background:#5a4636;color:#eadfd2;
height:120px;padding:0 36px;border-radius:26px;
box-shadow:0 12px 24px rgba(0,0,0,0.35);
display:flex;align-items:center;gap:18px;font-size:40px;font-weight:700;
}
.compose svg{width:42px;height:42px;fill:#eadfd2}
/* Snackbar */
.snackbar{
position:absolute;left:30px;right:30px;bottom:250px;
background:#e9ddcf;color:#3b2f25;border-radius:18px;
height:92px;display:flex;align-items:center;justify-content:space-between;
padding:0 26px;font-size:34px;font-weight:600;
}
.snack-action{color:#5a4636}
/* Bottom nav */
.bottom-nav{
position:absolute;left:0;right:0;bottom:96px;height:132px;
background:#2a1f16;border-top-left-radius:24px;border-top-right-radius:24px;
display:flex;align-items:center;justify-content:space-around;
}
.nav-item{color:#c9b8a9;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:26px}
.nav-item svg{width:56px;height:56px;fill:#c9b8a9}
.nav-active{
background:#5a4636;border-radius:36px;padding:14px 30px;color:#eadfd2;
position:relative;
}
.badge{
position:absolute;top:-8px;right:-8px;background:#e54545;color:#fff;
width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
font-size:24px;font-weight:700;
}
/* Gesture bar */
.gesture{
position:absolute;left:50%;transform:translateX(-50%);
bottom:36px;width:240px;height:10px;border-radius:10px;background:#e9e6e3;opacity:0.9;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>8:39</div>
<div class="status-right">
<span class="icon-small">
<!-- Screen record icon substitute -->
<svg viewBox="0 0 24 24"><path d="M5 8h9a3 3 0 0 1 3 3v5H5V8z"></path><circle cx="18" cy="7" r="2"></circle></svg>
</span>
<span class="icon-small">
<!-- sun -->
<svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"></circle><path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1" stroke="#e9decd" stroke-width="2" fill="none"/></svg>
</span>
<span class="icon-small">
<!-- cloud -->
<svg viewBox="0 0 24 24"><path d="M6 18h10a4 4 0 0 0 0-8 6 6 0 0 0-11-1A4 4 0 0 0 6 18z"></path></svg>
</span>
<span class="icon-small">
<!-- wifi -->
<svg viewBox="0 0 24 24"><path d="M2 8a16 16 0 0 1 20 0M5 12a10 10 0 0 1 14 0M9 16a4 4 0 0 1 6 0"></path><circle cx="12" cy="19" r="1.5" fill="#e9decd"/></svg>
</span>
<span class="icon-small">
<!-- battery -->
<svg viewBox="0 0 26 24"><rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect><rect x="22" y="9" width="2" height="6"></rect></svg>
</span>
</div>
</div>
<!-- Search -->
<div class="search-wrap">
<div class="search-bar">
<div class="hamburger">
<svg viewBox="0 0 24 24" width="44" height="44" fill="#cdbfaf"><rect x="3" y="5" width="18" height="2"></rect><rect x="3" y="11" width="18" height="2"></rect><rect x="3" y="17" width="18" height="2"></rect></svg>
</div>
<div class="search-input">Search in mail</div>
<div class="account">N</div>
</div>
</div>
<div class="section-title">Primary</div>
<div class="list">
<!-- Promotions row -->
<div class="promotions">
<div class="tag-icon">
<svg viewBox="0 0 24 24"><path d="M3 7l7-3 8 8-7 7-8-8z" fill="#69d17d"/></svg>
</div>
<div>
<div class="promo-title">Promotions</div>
<div class="promo-sub">eBay</div>
</div>
</div>
<!-- Email 1 -->
<div class="email">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">me, Mail <span style="color:#aa9b8d;font-weight:600">2</span></div>
<div class="right-meta">
<div class="date">Oct 12</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject" style="font-weight:600">All Recipes App</div>
<div class="snippet">Address not found Your message wasn't deli...</div>
</div>
</div>
<!-- Email 2 -->
<div class="email">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">eBay</div>
<div class="right-meta">
<div class="date">Oct 12</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject">Recently viewed: New Twin Tubs Washing M...</div>
<div class="snippet">Give it another look</div>
</div>
</div>
<!-- Email 3 -->
<div class="email">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">eBay</div>
<div class="right-meta">
<div class="date">Oct 11</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject">Recently viewed: Woman K‑Swiss ST329...</div>
<div class="snippet">Give it another look</div>
</div>
</div>
<!-- Email 4 -->
<div class="email">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">eBay</div>
<div class="right-meta">
<div class="date">Oct 10</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject">K‑Swiss Women's Sneakers K‑Swiss Cou...</div>
<div class="snippet">They have 99.6% positive feedback</div>
</div>
</div>
<!-- Email 5 -->
<div class="email">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">eBay</div>
<div class="right-meta">
<div class="date">Oct 9</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject">Your discount on 11 Pro+ 5G 8/256Gb... h...</div>
<div class="snippet">Buy it now for $517.13</div>
</div>
</div>
<!-- Email 6 -->
<div class="email" style="padding-bottom:180px">
<div class="avatar">[IMG: eBay logo]</div>
<div class="content">
<div class="row-top">
<div class="sender">eBay</div>
<div class="right-meta">
<div class="date">Oct 8</div>
<div class="star">
<svg viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
</div>
</div>
</div>
<div class="subject">You have an offer from the...</div>
<div class="snippet">Here's a special discount for you...</div>
</div>
</div>
</div>
<!-- Compose -->
<div class="compose">
<svg viewBox="0 0 24 24"><path d="M3 17v4h4l10-10-4-4L3 17zM14 6l4 4"/></svg>
<div>Compose</div>
</div>
<!-- Snackbar -->
<div class="snackbar">
<div>1 deleted</div>
<div class="snack-action">Undo</div>
</div>
<!-- Bottom navigation -->
<div class="bottom-nav">
<div class="nav-item nav-active">
<svg viewBox="0 0 24 24"><path d="M2 6h20v12H2z"></path><path d="M2 6l10 7 10-7" fill="#eadfd2"></path></svg>
<div class="badge">4</div>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24"><path d="M4 4h16v12H7l-3 4z"></path></svg>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="12" rx="2"/><path d="M10 16v3h4v-3" fill="#c9b8a9"/></svg>
</div>
</div>
<div class="gesture"></div>
</div>
</body>
</html> |