AndroidCode / code /10129 /10129_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
c32f9a6 verified
raw
history blame
10.2 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Trip to Honolulu UI</title>
<meta name="viewport" content="width=1080, initial-scale=1.0">
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #111; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden;
background: #ffffff;
border-radius: 0;
box-shadow: none;
}
/* System status bar */
.system-bar {
position: absolute; top: 0; left: 0; width: 100%; height: 130px;
background: #fff;
display: flex; align-items: center; justify-content: space-between;
padding: 0 40px;
box-sizing: border-box;
}
.system-bar .time { font-weight: 600; font-size: 42px; color: #444; }
.system-icons { display: flex; align-items: center; gap: 26px; }
.sys-icon { width: 44px; height: 44px; }
/* simple wifi + battery */
.wifi { }
.battery { }
/* Hero header */
.hero {
position: absolute; top: 130px; left: 0; width: 100%; height: 540px;
background: linear-gradient(180deg, #e7e2dc 0%, #0d0d0d 80%, #000 100%);
overflow: hidden;
}
/* decorative blobs to mimic curved shapes */
.blob-yellow {
position: absolute; right: -120px; top: -70px;
width: 520px; height: 520px; background: linear-gradient(180deg,#f2b500,#3c2a00);
border-radius: 60% 40% 60% 40%;
opacity: 0.95;
}
.blob-dark {
position: absolute; right: -60px; bottom: -160px;
width: 520px; height: 520px; background: radial-gradient(circle at 40% 40%, #1a1200, #000);
border-radius: 50%;
opacity: 0.9;
}
.hero .back-btn, .hero .gear-btn {
position: absolute; top: 36px; width: 96px; height: 96px; border-radius: 48px;
background: #ffffff; display: flex; align-items: center; justify-content: center;
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.hero .back-btn { left: 32px; }
.hero .gear-btn { right: 32px; }
.hero svg { width: 42px; height: 42px; }
.hero .title {
position: absolute; left: 60px; top: 200px; color: #fff;
font-size: 72px; font-weight: 800; letter-spacing: 0.2px;
}
.invite-wrap {
position: absolute; left: 60px; top: 380px; display: flex; align-items: center; gap: 20px;
}
.avatar {
width: 110px; height: 110px; border-radius: 55px;
background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
color: #757575; font-size: 24px;
box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.invite-pill {
height: 110px; padding: 0 34px; background: #fff; border: 2px solid #e9e9e9;
border-radius: 56px; display: flex; align-items: center; gap: 22px;
font-size: 38px; font-weight: 600; color: #111;
box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
.invite-pill svg { width: 48px; height: 48px; }
/* Tabs */
.tabs {
position: absolute; top: 670px; left: 0; width: 100%; height: 140px; background: #fff;
display: flex; align-items: flex-end; padding: 0 48px 24px; box-sizing: border-box;
border-bottom: 1px solid #e6e6e6;
gap: 46px;
}
.tab {
font-size: 44px; font-weight: 700; color: #6a6a6a;
}
.tab.active { color: #111; position: relative; }
.tab.active::after {
content: ""; position: absolute; left: 0; bottom: -26px; width: 120px; height: 8px; background: #111; border-radius: 4px;
}
/* List header */
.list-header {
position: absolute; top: 810px; left: 0; width: 100%; height: 160px;
background: #fff; display: flex; align-items: center; justify-content: space-between;
padding: 0 48px; box-sizing: border-box; border-bottom: 1px solid #ededed;
}
.items-count { font-size: 46px; font-weight: 700; color: #111; }
.more-btn {
width: 250px; height: 110px; border: none; border-radius: 60px; background: #000;
color: #fff; font-size: 42px; font-weight: 700; box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
/* Empty state */
.empty-state {
position: absolute; top: 1130px; left: 0; width: 100%; text-align: center;
padding: 0 120px; box-sizing: border-box;
}
.empty-state .message {
font-size: 44px; line-height: 1.4; color: #555; margin: 0 0 60px;
}
.outline-btn {
width: 560px; height: 120px; border-radius: 64px; border: 6px solid #111; background: #fff;
font-size: 42px; font-weight: 800; color: #111;
}
/* Bottom nav */
.bottom-nav {
position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: #fff;
border-top: 1px solid #e8e8e8;
display: flex; align-items: center; justify-content: space-around;
}
.nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; width: 18%; }
.nav-icon { width: 56px; height: 56px; }
.nav-label { font-size: 34px; color: #777; font-weight: 600; }
.nav-item.active .nav-label { color: #000; }
.nav-item.active .nav-icon path { stroke: #000; fill: none; }
.active-indicator {
position: absolute; bottom: 200px; left: 50%; transform: translateX(-50%);
width: 180px; height: 10px; background: #29e0b0; border-radius: 6px;
}
/* Gesture / home indicator */
.home-indicator {
position: absolute; bottom: 210px; left: 50%; transform: translateX(-50%);
width: 320px; height: 14px; background: #c9c9c9; border-radius: 8px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="system-bar">
<div class="time">12:59</div>
<div class="system-icons">
<svg class="sys-icon wifi" viewBox="0 0 24 24">
<path d="M12 18.5c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3z" fill="#555"/>
<path d="M3.5 9.5C7.8 5.9 16.2 5.9 20.5 9.5" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M6.2 12.3c3.3-2.8 8.3-2.8 11.6 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M9.3 15c1.6-1.4 3.8-1.4 5.4 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<svg class="sys-icon battery" viewBox="0 0 26 24">
<rect x="1" y="5" width="18" height="14" rx="2" stroke="#555" stroke-width="2" fill="none"/>
<rect x="4" y="8" width="12" height="8" fill="#555"/>
<rect x="21" y="9" width="4" height="6" rx="1" fill="#555"/>
</svg>
</div>
</div>
<!-- Hero header -->
<div class="hero">
<div class="blob-yellow"></div>
<div class="blob-dark"></div>
<div class="back-btn">
<svg viewBox="0 0 24 24">
<path d="M15.5 4.5L7 12l8.5 7.5" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="gear-btn">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="12" r="3.5" stroke="#000" stroke-width="2" fill="none"/>
<path d="M4.5 12a7.5 7.5 0 0 1 .2-1.7l-2.2-1.3 2-3.4 2.4 1a7.7 7.7 0 0 1 2.4-1.3l.3-2.6h4l.3 2.6c.9.3 1.7.8 2.4 1.3l2.4-1 2 3.4-2.2 1.3c.1.6.2 1.1.2 1.7s-.1 1.1-.2 1.7l2.2 1.3-2 3.4-2.4-1a7.7 7.7 0 0 1-2.4 1.3l-.3 2.6h-4l-.3-2.6a7.7 7.7 0 0 1-2.4-1.3l-2.4 1-2-3.4 2.2-1.3c-.1-.6-.2-1.1-.2-1.7z" stroke="#000" stroke-width="1.4" fill="none" stroke-linejoin="round"/>
</svg>
</div>
<div class="title">Trip to Honolulu</div>
<div class="invite-wrap">
<div class="avatar">[IMG: Avatar/Trip Photo]</div>
<div class="invite-pill">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="8" r="3.5" stroke="#111" stroke-width="1.8" fill="none"/>
<path d="M4 20c1.5-4 6.5-4 8-4s6.6 0 8 4" stroke="#111" stroke-width="1.8" fill="none" stroke-linecap="round"/>
<path d="M19 6v5M16.5 8.5h5" stroke="#111" stroke-width="2" stroke-linecap="round"/>
</svg>
<span>Invite</span>
</div>
</div>
</div>
<!-- Tabs -->
<div class="tabs">
<div class="tab active">Saves</div>
<div class="tab">Itinerary</div>
</div>
<!-- Items header -->
<div class="list-header">
<span class="items-count">0 items</span>
<button class="more-btn">More</button>
</div>
<!-- Empty state -->
<div class="empty-state">
<p class="message">Start saving places to see, stay, and eat at on your next trip.</p>
<button class="outline-btn">Start Exploring</button>
</div>
<!-- Active indicator above bottom nav (center item) -->
<div class="active-indicator"></div>
<!-- Gesture home indicator -->
<div class="home-indicator"></div>
<!-- Bottom navigation -->
<div class="bottom-nav">
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" stroke="#777" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<div class="nav-label">Explore</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<circle cx="11" cy="11" r="6.5" stroke="#777" stroke-width="2" fill="none"/>
<path d="M20 20l-4-4" stroke="#777" stroke-width="2" stroke-linecap="round"/>
</svg>
<div class="nav-label">Search</div>
</div>
<div class="nav-item active">
<svg class="nav-icon" viewBox="0 0 24 24">
<path d="M12 20s-7-4.6-7-9.6A4.6 4.6 0 0 1 9.7 6c1.3 0 2.3.6 3 1.5.7-.9 1.7-1.5 3-1.5A4.6 4.6 0 0 1 19 10.4C19 15.4 12 20 12 20z" stroke="#000" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<div class="nav-label">Plan</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<path d="M4 20l6-2 10-10-4-4L6 14 4 20zM14 6l4 4" stroke="#777" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<div class="nav-label">Review</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<circle cx="12" cy="7" r="4" stroke="#777" stroke-width="2" fill="none"/>
<path d="M4 20c1.5-5 6.5-5 8-5s6.6 0 8 5" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<div class="nav-label">Account</div>
</div>
</div>
</div>
</body>
</html>