AndroidCode / code /10014 /10014_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
98687c3 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mail Inbox - 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:#20160f; color:#e7d7c7;
}
/* Status bar */
.status-bar {
position:absolute; top:0; left:0; right:0; height:100px;
padding:0 40px; display:flex; align-items:center; justify-content:space-between;
color:#e7d7c7; font-size:40px;
}
.status-right { display:flex; gap:26px; align-items:center; }
.status-dot { width:20px; height:20px; border-radius:50%; background:#e7d7c7; opacity:.85; }
/* Search bar */
.search-wrapper {
position:absolute; top:100px; left:24px; right:24px; height:120px;
display:flex; align-items:center; gap:24px;
background:#3a2d23; border-radius:60px; padding:0 32px;
}
.hamburger svg { width:54px; height:54px; fill:#cbb39f; }
.search-text { flex:1; color:#cbb39f; font-size:42px; }
.profile {
width:92px; height:92px; border-radius:50%;
background:#538bd2; display:flex; align-items:center; justify-content:center;
color:#fff; font-weight:bold; font-size:44px;
}
/* Content area */
.content { position:absolute; top:250px; left:0; right:0; bottom:0; padding:0 24px 220px; }
.section-header {
color:#b39b86; font-size:40px; margin:18px 16px 8px;
}
.list { margin-top:16px; }
.row {
display:flex; align-items:flex-start; gap:28px;
padding:26px 20px; border-radius:24px;
}
.row + .row { margin-top:6px; }
.avatar {
width:96px; height:96px; border-radius:50%;
background:#E0E0E0; border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center;
color:#757575; font-size:20px; text-align:center; padding:6px;
flex-shrink:0;
}
.tag-icon { width:64px; height:64px; display:flex; align-items:center; justify-content:center; margin-top:8px; }
.tag-icon svg { width:64px; height:64px; fill:#5cc585; }
.mail-text { flex:1; min-width:0; }
.from-line {
display:flex; justify-content:space-between; align-items:center; gap:12px;
font-size:44px; line-height:1.2;
}
.from-left { display:flex; align-items:center; gap:16px; }
.unread { font-weight:bold; }
.date { color:#b59f8e; font-size:38px; white-space:nowrap; }
.subject {
font-size:38px; color:#e7d7c7; margin-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.snippet {
font-size:34px; color:#b59f8e; margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.actions { display:flex; align-items:center; gap:24px; margin-left:12px; }
.star svg, .more svg { width:54px; height:54px; fill:#cbb39f; opacity:0.9; }
.more { transform:rotate(90deg); }
/* Compose button */
.compose {
position:absolute; right:40px; bottom:280px;
background:#6b513f; color:#f0e5dc; border-radius:36px;
padding:34px 44px; display:flex; align-items:center; gap:24px;
box-shadow:0 10px 24px rgba(0,0,0,0.35);
font-size:42px; font-weight:600;
}
.compose svg { width:54px; height:54px; fill:#f0e5dc; }
/* Bottom bar */
.bottom-bar {
position:absolute; left:0; right:0; bottom:0; height:180px;
background:#2b2018; padding:0 60px; display:flex; align-items:center; justify-content:space-between;
}
.nav-item { width:120px; height:120px; border-radius:28px; display:flex; align-items:center; justify-content:center; position:relative; }
.nav-item svg { width:72px; height:72px; fill:#cbb39f; }
.badge {
position:absolute; top:10px; left:76px; background:#d47b76; color:#fff; border-radius:20px;
padding:4px 12px; font-size:30px; font-weight:bold;
border:2px solid #2b2018;
}
.gesture {
position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
width:280px; height:12px; background:#e7e7e7; border-radius:6px; opacity:.85;
}
/* subtle row hover simulation (not interactive) */
.row:hover { background:#2a1f17; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>8:35</div>
<div class="status-right">
<div class="status-dot"></div>
<div class="status-dot"></div>
<div class="status-dot"></div>
</div>
</div>
<!-- Search in mail -->
<div class="search-wrapper">
<div class="hamburger">
<svg viewBox="0 0 24 24"><path d="M3 5h18v2H3zM3 11h18v2H3zM3 17h18v2H3z"/></svg>
</div>
<div class="search-text">Search in mail</div>
<div class="profile">N</div>
</div>
<!-- Content -->
<div class="content">
<div class="section-header">Primary</div>
<div class="list">
<!-- Promotions card -->
<div class="row" style="padding-left:34px;">
<div class="tag-icon">
<svg viewBox="0 0 24 24"><path d="M21 8l-9-7-9 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8zm-9 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">Promotions</div>
</div>
<div class="snippet">eBay</div>
</div>
</div>
<!-- me, Mail -->
<div class="row">
<div class="avatar">[IMG: M avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="from-left">
<div class="unread">me, Mail</div>
<div style="color:#b59f8e; font-size:36px;">2</div>
</div>
<div class="date">Oct 12</div>
</div>
<div class="subject">All Recipes App</div>
<div class="snippet">Address not found Your message wasn't deli...</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay mail -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 12</div>
</div>
<div class="subject">Recently viewed: New Twin Tubs Washing M...</div>
<div class="snippet">Give it another look</div>
</div>
<div class="actions">
<div class="more"><svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg></div>
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- Kitchen Stories -->
<div class="row">
<div class="avatar">[IMG: User avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">Kitchen Stories</div>
<div class="date">Oct 11</div>
</div>
<div class="subject">Welcome to Kitchen Stories!</div>
<div class="snippet">Thank you for signing up. Let's get cooking...</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - Woman K-Swiss -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 11</div>
</div>
<div class="subject">Recently viewed: Woman K-Swiss ST329...</div>
<div class="snippet">Give it another look</div>
</div>
<div class="actions">
<div class="more"><svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg></div>
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - K-Swiss Women's Sneakers -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 10</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 class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - Your discount on 11 Pro+ -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 9</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 class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - offer (partially visible near bottom) -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 6</div>
</div>
<div class="subject">You have an offer from the seller, $25.50</div>
<div class="snippet">Tap to view details</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
</div>
</div>
<!-- Compose floating button -->
<div class="compose">
<svg viewBox="0 0 24 24"><path d="M3 17.2V21h3.8l11-11-3.8-3.8-11 11zM18.5 6.5l-1.9-1.9 1.4-1.4 1.9 1.9-1.4 1.4z"/></svg>
<span>Compose</span>
</div>
<!-- Bottom navigation bar -->
<div class="bottom-bar">
<div class="nav-item" style="background:#3a2d23;">
<svg viewBox="0 0 24 24"><path d="M20 8l-8 5-8-5V6l8 5 8-5v2z"/><path d="M4 8v10h16V8l-8 5-8-5z"/></svg>
<div class="badge">4</div>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="3" ry="3" fill="none" stroke="#cbb39f" stroke-width="2"/></svg>
</div>
<div class="gesture"></div>
</div>
</div>
</body>
</html>