AndroidCode / code /10094 /10094_1.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>TeraBox Recent UI Mock</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: #F3F3F6;
color: #222;
}
.status-bar {
height: 120px;
padding: 0 36px;
display: flex;
align-items: center;
justify-content: space-between;
color: #111;
font-weight: 600;
font-size: 40px;
}
.status-icons {
display: flex;
align-items: center;
gap: 22px;
color: #444;
font-size: 36px;
}
.icon-circle { width: 18px; height: 18px; background:#7B7B7B; border-radius:50%; display:inline-block; }
.content { padding: 0 36px 180px; }
/* Top search row */
.top-row {
display: flex;
align-items: center;
gap: 26px;
margin-top: 8px;
}
.avatar {
width: 96px;
height: 96px;
border-radius: 50%;
background: #5D4027;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 44px;
position: relative;
}
.avatar .badge {
position: absolute;
top: -6px;
right: -6px;
width: 30px; height: 30px; background: #FF4D4F; border: 4px solid #F3F3F6; border-radius: 50%;
}
.avatar .tiny {
position: absolute;
bottom: -8px;
left: -8px;
width: 42px; height: 42px; border-radius: 50%; background: #DADADA; color:#606060;
display:flex; align-items:center; justify-content:center; font-size:26px; font-weight:700;
}
.search-pill {
flex: 1;
height: 96px;
border: 4px solid #101010;
border-radius: 56px;
background: #fff;
display: flex;
align-items: center;
padding: 0 32px;
box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.search-pill span { color: #8E8E95; font-size: 38px; }
.search-pill .spacer { flex: 1; }
.search-icon { width: 52px; height: 52px; }
.gift-ad {
width: 86px; height: 86px; border-radius: 24px; background: #FFE3B0; display:flex; align-items:center; justify-content:center;
position: relative; font-size: 28px; color:#C0392B; font-weight:700;
}
.gift-ad:after {
content: "AD";
position: absolute;
bottom: -8px; right: -8px;
background: #fff; color:#E74C3C; border: 2px solid #E74C3C;
border-radius: 10px; font-size: 22px; padding: 2px 8px;
}
/* Card base */
.card {
background: #fff;
border-radius: 34px;
box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.wide-ad {
margin: 28px 0;
height: 280px;
border-radius: 38px;
background: #fff;
box-shadow: 0 10px 24px rgba(0,0,0,0.08);
padding: 16px;
display: flex;
align-items: stretch;
}
.wide-ad .img {
width: 100%;
border-radius: 28px;
background: #FFFFFF;
display:flex; align-items:center; justify-content:center;
box-shadow: inset 0 0 0 1px #E0E0E0;
}
.tagline {
display:flex; align-items:center; gap:12px;
color:#8C8C91; font-size: 34px;
margin: 8px 6px 30px;
}
.shield {
width: 40px; height: 40px; border-radius: 10px; background:#DDD; display:inline-flex; align-items:center; justify-content:center; color:#757575; font-weight:700;
}
.two-cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
margin-bottom: 32px;
}
.promo-left {
padding: 26px;
}
.promo-left .promo-img {
height: 240px;
border: 1px solid #BDBDBD;
border-radius: 24px;
background:#E0E0E0;
display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
margin-bottom: 24px;
}
.promo-title { color:#8C8C91; font-size: 36px; margin-bottom: 18px; }
.btn-primary {
height: 88px; width: 320px;
border-radius: 44px; background: #6D6AFF; color:#fff; font-size: 36px; font-weight:700;
display:flex; align-items:center; justify-content:center;
box-shadow: 0 8px 16px rgba(109,106,255,0.32);
}
.features-card { padding: 30px; }
.feature-item { display:flex; align-items:center; gap: 22px; padding: 18px 0; }
.feature-icon {
width: 74px; height: 74px; border-radius: 50%;
background: linear-gradient(180deg, #7B79FF, #6D6AFF);
display:flex; align-items:center; justify-content:center;
}
.feature-icon.orange { background: linear-gradient(180deg, #FFBA73, #FF9F4D); }
.feature-dot {
width: 16px; height: 16px; background:#fff; border-radius:50%;
}
.feature-label { font-size: 36px; color:#4A4A4F; }
/* Tabs */
.tabs {
margin-top: 24px;
background: #fff;
border-radius: 36px;
padding: 30px 26px;
box-shadow: 0 10px 24px rgba(0,0,0,0.08);
display:flex; align-items:center; justify-content: space-between;
}
.tab-links {
display:flex; gap: 46px; align-items:center;
font-size: 44px; font-weight: 700; color:#3A3A40;
}
.tab-active { color:#1E1E1E; position: relative; }
.tab-active:after {
content:""; position:absolute; left:50%; transform: translateX(-50%);
bottom: -18px; width: 120px; height: 10px; border-radius: 10px; background:#6D6AFF;
}
.hamburger {
width: 60px; height: 60px;
}
/* Pictures viewed section */
.section-card { margin-top: 24px; padding: 26px; }
.section-header {
display:flex; align-items:center; justify-content: space-between;
margin-bottom: 18px;
}
.section-title {
font-size: 42px; font-weight: 800; color:#29292E;
display:flex; align-items:center; gap: 12px;
}
.chev { font-size: 42px; color:#9D9DA3; }
.close-x {
width: 52px; height: 52px; border-radius: 50%; background:#F1F1F4;
display:flex; align-items:center; justify-content:center; color:#777; font-weight:700; font-size: 32px;
}
.thumbs {
display:flex; gap: 24px;
}
.thumb {
width: 220px; height: 180px; border-radius: 24px;
background:#E0E0E0; border: 1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
}
/* Recent files section */
.files-card { margin-top: 24px; padding: 26px; position: relative; }
.file-row {
display:flex; align-items:center; gap: 26px;
padding: 22px 0;
border-bottom: 1px solid #F0F0F2;
}
.file-row:last-child { border-bottom: 0; }
.file-thumb {
width: 108px; height: 108px; border-radius: 22px; background:#E0E0E0; border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
}
.file-meta {
flex:1;
}
.file-name { font-size: 40px; color:#2A2A31; }
.file-date { font-size: 32px; color:#9D9DA3; margin-top: 6px; }
/* Floating action button */
.fab {
position: absolute;
right: 42px;
bottom: 220px;
width: 120px; height: 120px; border-radius: 60px;
background:#000; box-shadow: 0 20px 40px rgba(0,0,0,0.25);
display:flex; align-items:center; justify-content:center;
}
.fab svg { width: 56px; height: 56px; }
/* Bottom nav bar */
.bottom-nav {
position: absolute;
left: 0; right: 0; bottom: 0;
height: 176px;
background: #fff;
border-top-left-radius: 34px;
border-top-right-radius: 34px;
box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
display:flex; align-items:center; justify-content: space-around;
padding: 0 36px;
}
.nav-icon { width: 84px; height: 84px; display:flex; align-items:center; justify-content:center; }
.dot-red {
position: absolute; right: 120px; bottom: 156px;
width: 18px; height: 18px; border-radius:50%; background:#FF4D4F;
}
.drag-handle {
position: absolute; left: 50%; transform: translateX(-50%);
bottom: 186px; width: 280px; height: 12px; border-radius: 8px; background:#D9D9DE;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>9:07</div>
<div class="status-icons">
<span class="icon-circle"></span>
<span class="icon-circle"></span>
<span class="icon-circle"></span>
<svg width="46" height="46" viewBox="0 0 24 24">
<rect x="1" y="6" width="18" height="12" rx="3" fill="none" stroke="#444" stroke-width="2"/>
<rect x="3" y="8" width="14" height="8" rx="2" fill="#444"/>
<rect x="20" y="10" width="2" height="6" rx="1" fill="#444"/>
</svg>
<span style="font-weight:700;">100%</span>
</div>
</div>
<div class="content">
<!-- Search Row -->
<div class="top-row">
<div class="avatar">
F
<div class="badge"></div>
<div class="tiny">P</div>
</div>
<div class="search-pill">
<span>Search files in TeraBox</span>
<div class="spacer"></div>
<svg class="search-icon" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6" fill="none" stroke="#888" stroke-width="2"></circle>
<line x1="15" y1="15" x2="22" y2="22" stroke="#888" stroke-width="2" stroke-linecap="round"></line>
</svg>
</div>
<div class="gift-ad">🎁</div>
</div>
<!-- Wide Ad -->
<div class="wide-ad">
<div class="img">[IMG: Ad Banner]</div>
</div>
<div class="tagline">
<div class="shield">P</div>
<span>Premium Ad-free</span>
<span style="color:#B0B0B6;"></span>
</div>
<!-- Two cards row -->
<div class="two-cards">
<div class="card promo-left">
<div class="promo-img">[IMG: Double Gold Illustration]</div>
<div class="promo-title">Double Gold</div>
<div class="btn-primary">View Now</div>
</div>
<div class="card features-card">
<div class="feature-item">
<div class="feature-icon"><div class="feature-dot"></div></div>
<div class="feature-label">Novels</div>
</div>
<div class="feature-item">
<div class="feature-icon"><div class="feature-dot"></div></div>
<div class="feature-label">Space Analyzer</div>
</div>
<div class="feature-item">
<div class="feature-icon orange"><div class="feature-dot"></div></div>
<div class="feature-label">Welfare Center</div>
</div>
</div>
</div>
<!-- Tabs -->
<div class="tabs card">
<div class="tab-links">
<div>Welfare Center</div>
<div class="tab-active">Recent</div>
<div>Offline</div>
</div>
<svg class="hamburger" viewBox="0 0 24 24">
<line x1="3" y1="6" x2="21" y2="6" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
<line x1="3" y1="12" x2="21" y2="12" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
<line x1="3" y1="18" x2="21" y2="18" stroke="#333" stroke-width="2" stroke-linecap="round"></line>
</svg>
</div>
<!-- Pictures viewed -->
<div class="card section-card">
<div class="section-header">
<div class="section-title">Pictures viewed <span class="chev"></span></div>
<div class="close-x">×</div>
</div>
<div class="thumbs">
<div class="thumb">[IMG: Fitbit Card]</div>
<div class="thumb">[IMG: Fitbit Card]</div>
<div class="thumb">[IMG: Fitbit Card]</div>
<div class="thumb">[IMG: Fitbit Card]</div>
</div>
</div>
<!-- Recent files -->
<div class="card files-card">
<div class="section-header">
<div class="section-title">9 file(s) uploaded recently <span class="chev"></span></div>
<div class="close-x">×</div>
</div>
<div class="file-row">
<div class="file-thumb">[IMG]</div>
<div class="file-meta">
<div class="file-name">Diy tool kit.bin</div>
<div class="file-date">2023-11-22</div>
</div>
</div>
<div class="file-row">
<div class="file-thumb">[IMG]</div>
<div class="file-meta">
<div class="file-name">Diy tool kit.bin</div>
<div class="file-date">2023-11-22</div>
</div>
</div>
<div class="file-row">
<div class="file-thumb">[IMG]</div>
<div class="file-meta">
<div class="file-name">MvfitShare.PNG</div>
<div class="file-date">2023-11-22</div>
</div>
</div>
</div>
</div>
<!-- Floating action button -->
<div class="fab">
<svg viewBox="0 0 24 24">
<line x1="12" y1="5" x2="12" y2="19" stroke="#fff" stroke-width="2" stroke-linecap="round"></line>
<line x1="5" y1="12" x2="19" y2="12" stroke="#fff" stroke-width="2" stroke-linecap="round"></line>
</svg>
</div>
<!-- Bottom drag handle -->
<div class="drag-handle"></div>
<!-- Bottom Navigation -->
<div class="bottom-nav">
<div class="nav-icon">
<svg viewBox="0 0 24 24">
<path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-6v-6H10v6H4a1 1 0 0 1-1-1z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
</svg>
</div>
<div class="nav-icon">
<svg viewBox="0 0 24 24">
<path d="M3 6h14l4 4v8a2 2 0 0 1-2 2H3z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
<path d="M3 6v-1a2 2 0 0 1 2-2h8" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
</div>
<div class="nav-icon">
<svg viewBox="0 0 24 24">
<rect x="3" y="4" width="18" height="16" rx="3" fill="none" stroke="#111" stroke-width="2"/>
<path d="M8 16l3-4 3 2 3-4" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="nav-icon">
<svg viewBox="0 0 24 24">
<polygon points="8,5 19,12 8,19" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/>
</svg>
</div>
<div class="nav-icon">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="12" r="9" fill="none" stroke="#111" stroke-width="2"/>
<path d="M3 12h18M12 3a12 12 0 0 0 0 18" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
<div class="dot-red"></div>
</div>
</body>
</html>