AndroidCode / code /10189 /10189_3.html
yhzheng1031's picture
Add files using upload-large-folder tool
5501681 verified
raw
history blame
9.74 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>All recordings - UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #171212;
color: #F7EDEA;
border-radius: 36px;
box-shadow: 0 18px 40px rgba(0,0,0,0.35);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif;
}
/* Status bar */
.statusbar {
height: 100px;
padding: 0 36px;
display: flex;
align-items: center;
font-size: 40px;
color: #fff;
opacity: 0.9;
}
.statusbar .spacer { flex: 1; }
.status-icon { margin-left: 24px; opacity: 0.9; }
/* Header */
.header {
padding: 24px 36px 18px 36px;
display: flex;
align-items: center;
}
.header .title {
font-size: 64px;
font-weight: 600;
margin: 0 18px;
letter-spacing: 0.5px;
}
.header .actions {
margin-left: auto;
display: flex;
align-items: center;
gap: 28px;
}
/* Section pill */
.section-pill {
margin: 18px 36px 12px 36px;
display: inline-flex;
align-items: center;
gap: 14px;
background: #3B2321;
color: #FFB3AE;
padding: 14px 22px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.06);
font-size: 34px;
font-weight: 700;
}
/* List */
.list { padding: 10px 36px 0 36px; }
.card {
background: #241B1A;
border-radius: 30px;
padding: 32px;
margin: 30px 0;
box-shadow: 0 8px 26px rgba(0,0,0,0.35);
}
.card-top {
display: flex;
align-items: center;
}
.card .title {
font-size: 48px;
font-weight: 700;
color: #F6E8E5;
flex: 1;
}
.card .top-right {
display: flex;
align-items: center;
gap: 24px;
}
.card .duration {
font-size: 32px;
color: #CBB7B2;
font-weight: 700;
}
.card-bottom {
margin-top: 16px;
display: flex;
align-items: center;
}
.meta {
display: flex;
align-items: center;
gap: 14px;
font-size: 36px;
color: #C7B2AD;
}
.dot {
width: 16px; height: 16px; border-radius: 50%;
background: #E53935;
}
.heart {
margin-left: auto;
}
/* FAB */
.fab {
position: absolute;
right: 72px;
bottom: 240px;
width: 160px;
height: 160px;
border-radius: 36px;
background: #D8433F;
box-shadow: 0 20px 40px rgba(0,0,0,0.45);
display: flex;
align-items: center;
justify-content: center;
}
.fab .inner-dot {
width: 52px; height: 52px; border-radius: 50%;
background: #FFF;
}
/* Snackbar */
.snackbar {
position: absolute;
left: 24px;
right: 24px;
bottom: 140px;
background: #EFE6ED;
color: #2B2221;
border-radius: 18px;
padding: 28px 30px;
font-size: 36px;
box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
/* Gesture bar */
.gesture {
position: absolute;
left: 420px;
bottom: 60px;
width: 240px;
height: 16px;
border-radius: 12px;
background: #E6E2E7;
opacity: 0.9;
}
/* SVG helpers */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="statusbar">
<div>11:38</div>
<div class="spacer"></div>
<!-- simple placeholder icons -->
<svg class="status-icon" width="38" height="38" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M12 6v6l4 2" stroke="#fff" stroke-width="2" fill="none" />
</svg>
<svg class="status-icon" width="30" height="30" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="3" fill="#fff"/>
</svg>
<svg class="status-icon" width="34" height="34" viewBox="0 0 24 24">
<rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M8 12h8" stroke="#fff" stroke-width="2"/>
</svg>
<svg class="status-icon" width="34" height="34" viewBox="0 0 24 24">
<path d="M5 18l7-12 7 12" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
<svg class="status-icon" width="26" height="26" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="2" fill="#fff"/>
</svg>
<svg class="status-icon" width="30" height="30" viewBox="0 0 24 24">
<rect x="9" y="4" width="6" height="16" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
</div>
<!-- Header -->
<div class="header">
<!-- Hamburger -->
<svg width="60" height="60" viewBox="0 0 24 24">
<path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z" fill="#F3E1DC"/>
</svg>
<div class="title">All recordings</div>
<div class="actions">
<!-- Search -->
<svg width="56" height="56" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6" fill="none" stroke="#F3E1DC" stroke-width="2"/>
<path d="M15 15l5 5" stroke="#F3E1DC" stroke-width="2"/>
</svg>
<!-- Filter -->
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M3 5h18l-7 7v5l-4-2v-3z" fill="none" stroke="#F3E1DC" stroke-width="2" stroke-linejoin="round"/>
</svg>
</div>
</div>
<!-- Section pill -->
<div class="section-pill">
<svg width="40" height="40" viewBox="0 0 24 24">
<path d="M3 7h6l2 2h10v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7z" fill="#E35D59"/>
</svg>
<div>ALL RECORDINGS</div>
</div>
<!-- List -->
<div class="list">
<div class="card">
<div class="card-top">
<div class="title">recording2023-11-17 14-10-57</div>
<div class="top-right">
<svg width="36" height="36" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="12" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="19" r="2" fill="#D7C5C0"/>
</svg>
<div class="duration">00:03</div>
</div>
</div>
<div class="card-bottom">
<div class="meta">
<span class="dot"></span>
<span>Nov 17, 2023 2:11 PM</span>
</div>
<div class="heart">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M12 21c-4.5-3.2-7.5-5.9-7.5-9.2 0-2.5 2-4.5 4.5-4.5 1.6 0 3.1.8 4 2 0.9-1.2 2.4-2 4-2 2.5 0 4.5 2 4.5 4.5 0 3.3-3 6-7.5 9.2z"
fill="none" stroke="#E53935" stroke-width="2" />
</svg>
</div>
</div>
</div>
<div class="card">
<div class="card-top">
<div class="title">recording2023-11-20 10-43-12</div>
<div class="top-right">
<svg width="36" height="36" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="12" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="19" r="2" fill="#D7C5C0"/>
</svg>
<div class="duration">00:44</div>
</div>
</div>
<div class="card-bottom">
<div class="meta">
<span class="dot"></span>
<span>Nov 20, 2023 10:44 AM</span>
</div>
<div class="heart">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M12 21c-4.5-3.2-7.5-5.9-7.5-9.2 0-2.5 2-4.5 4.5-4.5 1.6 0 3.1.8 4 2 0.9-1.2 2.4-2 4-2 2.5 0 4.5 2 4.5 4.5 0 3.3-3 6-7.5 9.2z"
fill="none" stroke="#E53935" stroke-width="2" />
</svg>
</div>
</div>
</div>
<div class="card">
<div class="card-top">
<div class="title">recording2023-11-20 10-48-48</div>
<div class="top-right">
<svg width="36" height="36" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="12" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="19" r="2" fill="#D7C5C0"/>
</svg>
<div class="duration">00:02</div>
</div>
</div>
<div class="card-bottom">
<div class="meta">
<span class="dot"></span>
<span>Nov 20, 2023 10:48 AM</span>
</div>
<div class="heart">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M12 21c-4.5-3.2-7.5-5.9-7.5-9.2 0-2.5 2-4.5 4.5-4.5 1.6 0 3.1.8 4 2 0.9-1.2 2.4-2 4-2 2.5 0 4.5 2 4.5 4.5 0 3.3-3 6-7.5 9.2z"
fill="none" stroke="#E53935" stroke-width="2" />
</svg>
</div>
</div>
</div>
<div class="card">
<div class="card-top">
<div class="title">recording2023-11-20 10-51-32</div>
<div class="top-right">
<svg width="36" height="36" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="12" r="2" fill="#D7C5C0"/>
<circle cx="12" cy="19" r="2" fill="#D7C5C0"/>
</svg>
<div class="duration">02:01</div>
</div>
</div>
<div class="card-bottom">
<div class="meta">
<span class="dot"></span>
<span>Nov 20, 2023 10:53 AM</span>
</div>
<div class="heart">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M12 21c-4.5-3.2-7.5-5.9-7.5-9.2 0-2.5 2-4.5 4.5-4.5 1.6 0 3.1.8 4 2 0.9-1.2 2.4-2 4-2 2.5 0 4.5 2 4.5 4.5 0 3.3-3 6-7.5 9.2z"
fill="none" stroke="#E53935" stroke-width="2" />
</svg>
</div>
</div>
</div>
</div>
<!-- Floating record button -->
<div class="fab">
<div class="inner-dot"></div>
</div>
<!-- Snackbar -->
<div class="snackbar">1 recording deleted</div>
<!-- Gesture bar -->
<div class="gesture"></div>
</div>
</body>
</html>