AndroidCode / 25_7.html
yhzheng1031's picture
Upload folder using huggingface_hub
79228d9 verified
raw
history blame
8.11 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobile Gmail Compose Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden;
background: #121212; color: #FFFFFF;
}
/* Status bar */
.status-bar {
position: absolute; top: 0; left: 0; width: 1080px; height: 90px;
display: flex; align-items: center; justify-content: space-between;
padding: 0 32px; box-sizing: border-box; color: #EAEAEA;
font-size: 34px;
}
.status-icons { display: flex; align-items: center; gap: 24px; }
.icon { display: inline-flex; align-items: center; justify-content: center; }
/* App bar */
.appbar {
position: absolute; top: 90px; left: 0; width: 1080px; height: 160px;
display: flex; align-items: center; justify-content: space-between;
padding: 0 28px; box-sizing: border-box;
border-bottom: 1px solid #2A2A2A;
}
.appbar-left { display: flex; align-items: center; gap: 24px; }
.title { font-size: 48px; font-weight: 500; letter-spacing: 0.2px; }
.actions { display: flex; align-items: center; gap: 36px; }
.action-icon svg { width: 56px; height: 56px; fill: none; stroke: #EAEAEA; stroke-width: 4; }
/* Form rows */
.composer {
position: absolute; top: 250px; left: 0; width: 1080px;
box-sizing: border-box;
}
.row {
padding: 28px 36px; box-sizing: border-box;
border-bottom: 1px solid #2A2A2A;
}
.row .label { color: #9E9E9E; font-size: 28px; margin-bottom: 12px; }
.row .value { font-size: 34px; color: #FFFFFF; }
.row.to .value { display: flex; align-items: center; justify-content: space-between; }
.placeholder { color: #777777; font-size: 34px; }
/* Body text area */
.body-area {
padding: 28px 36px 36px 36px; box-sizing: border-box;
color: #FFFFFF; font-size: 40px; line-height: 64px;
min-height: 820px;
}
.link { color: #8AB4F8; }
/* Keyboard mock */
.keyboard {
position: absolute; bottom: 60px; left: 0; width: 1080px; height: 950px;
background: #1B1B1B; border-top: 1px solid #2A2A2A; box-sizing: border-box;
}
.kb-top {
height: 120px; display: flex; align-items: center; gap: 36px;
padding: 0 26px; box-sizing: border-box; color: #D0D0D0;
}
.kb-top .pill {
height: 72px; padding: 0 22px; border-radius: 16px; background: #2A2A2A;
display: inline-flex; align-items: center; justify-content: center; font-size: 30px;
}
.keys-row {
display: grid; gap: 12px; padding: 14px 18px; box-sizing: border-box;
}
.keys-row.row1 { grid-template-columns: repeat(10, 1fr); }
.keys-row.row2 { grid-template-columns: repeat(9, 1fr); padding-left: 80px; padding-right: 80px; }
.keys-row.row3 { grid-template-columns: 1.3fr repeat(7, 1fr) 1.5fr; padding-left: 36px; padding-right: 36px; }
.keys-row.row4 { grid-template-columns: 1.5fr 1fr 1fr 5fr 1fr 2fr; padding-left: 18px; padding-right: 18px; }
.key {
height: 120px; border-radius: 22px; background: #2A2A2A; color: #E0E0E0;
display: flex; align-items: center; justify-content: center; font-size: 40px; user-select: none;
border: 1px solid #3A3A3A;
}
.key.small { font-size: 34px; }
.key.icon { font-size: 30px; color: #B0B0B0; }
/* Navigation pill */
.nav-pill {
position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
width: 300px; height: 10px; background: #EDEDED; border-radius: 8px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>8:18</div>
<div class="status-icons">
<!-- Signal -->
<svg class="icon" width="38" height="38" viewBox="0 0 24 24">
<path d="M3 18h2M6 14h2M9 10h2M12 6h2" stroke="#EAEAEA" stroke-width="2" stroke-linecap="round"/>
</svg>
<!-- Wi-Fi -->
<svg class="icon" width="38" height="38" viewBox="0 0 24 24">
<path d="M2 8c5-4 15-4 20 0M5 12c3-2 11-2 14 0M9 16c2-1 4-1 6 0" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"/>
<circle cx="12" cy="19" r="1.6" fill="#EAEAEA"/>
</svg>
<!-- Battery -->
<svg class="icon" width="52" height="38" viewBox="0 0 30 18">
<rect x="1" y="2" width="24" height="14" rx="2" stroke="#EAEAEA" stroke-width="2" fill="none"/>
<rect x="3" y="4" width="18" height="10" rx="1" fill="#EAEAEA"/>
<rect x="26" y="6" width="3" height="6" rx="1" fill="#EAEAEA"/>
</svg>
</div>
</div>
<!-- App Bar -->
<div class="appbar">
<div class="appbar-left">
<!-- Back Arrow -->
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M15 5L7 12l8 7" stroke="#FFFFFF" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="title">Compose</div>
</div>
<div class="actions">
<div class="action-icon">
<!-- Paperclip -->
<svg viewBox="0 0 24 24">
<path d="M7 13l7-7a4 4 0 0 1 6 6l-9 9a6 6 0 0 1-9-9l8-8" stroke="#EAEAEA" stroke-width="2.2" fill="none" stroke-linecap="round"/>
</svg>
</div>
<div class="action-icon">
<!-- Send -->
<svg viewBox="0 0 24 24">
<path d="M3 12l18-9-6 9 6 9-18-9z" fill="#EAEAEA"/>
</svg>
</div>
<div class="action-icon">
<!-- More (vertical dots) -->
<svg viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2.2" fill="#EAEAEA"/>
<circle cx="12" cy="12" r="2.2" fill="#EAEAEA"/>
<circle cx="12" cy="19" r="2.2" fill="#EAEAEA"/>
</svg>
</div>
</div>
</div>
<!-- Composer Fields -->
<div class="composer">
<div class="row">
<div class="label">From</div>
<div class="value">dbwscratch.test.id10@gmail.com</div>
</div>
<div class="row to">
<div class="label">To</div>
<div class="value">
<span style="color:#777;"> </span>
<!-- Chevron down -->
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M5 9l7 7 7-7" stroke="#CFCFCF" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div class="row">
<div class="label">Subject</div>
<div class="placeholder">Subject</div>
</div>
<div class="body-area">
Hi, I am using TeraBox to share "password file"<br>
with you. Come and take a look!<br>
<span class="link">https://teraboxapp.com/s/1X8O3S_Rcctu45PCtmxqktw</span>
</div>
</div>
<!-- Keyboard -->
<div class="keyboard">
<div class="kb-top">
<div class="pill">GIF</div>
<div class="pill">🙂</div>
<div class="pill">⚙️</div>
<div class="pill">G↔️</div>
<div class="pill">🎨</div>
<div class="pill">🎤</div>
</div>
<div class="keys-row row1">
<div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
<div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
</div>
<div class="keys-row row2">
<div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
<div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
</div>
<div class="keys-row row3">
<div class="key small"></div>
<div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
<div class="key small"></div>
</div>
<div class="keys-row row4">
<div class="key small">?123</div>
<div class="key small">@</div>
<div class="key small">🙂</div>
<div class="key">space</div>
<div class="key small">.</div>
<div class="key small"></div>
</div>
</div>
<div class="nav-pill"></div>
</div>
</body>
</html>