AndroidCode / code /10121 /10121_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
0e1717f verified
raw
history blame
14.2 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Attractions - UI Mock</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: #ffffff; border-radius: 28px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
color: #202124;
}
.status-bar {
height: 56px; padding: 0 28px; display: flex; align-items: center; font-size: 28px; color: #3c4043;
}
.status-left { display: flex; align-items: center; gap: 22px; }
.status-icons { display: flex; gap: 14px; }
.dot { width: 10px; height: 10px; background: #3c4043; border-radius: 50%; opacity: 0.6; }
.status-right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.icon { display: inline-block; vertical-align: middle; }
.icon svg { display: block; }
.header {
padding: 18px 24px; border-bottom: 1px solid #e0e0e0; background: #fff;
}
.search-row { display: flex; align-items: center; gap: 18px; }
.circle-btn {
width: 56px; height: 56px; border-radius: 28px; border: 1px solid #dadce0; display: flex; align-items: center; justify-content: center; background: #fff;
}
.search-field {
flex: 1; height: 56px; border-radius: 30px; background: #f1f3f4; display: flex; align-items: center;
padding: 0 18px; font-size: 32px; color: #202124;
}
.search-label { flex: 1; font-weight: 600; }
.search-actions { display: flex; align-items: center; gap: 18px; color: #5f6368; }
.filters { margin-top: 16px; display: flex; align-items: center; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #e0e0e0; }
.chip {
height: 56px; padding: 0 24px; border-radius: 28px; border: 1px solid #dadce0; background: #fff;
display: inline-flex; align-items: center; gap: 10px; font-size: 28px; color: #3c4043;
}
.chip.primary { background: #e8f0fe; border-color: #c6dafc; }
.quick-actions { display: flex; gap: 18px; padding: 16px 24px; }
.pill {
height: 72px; padding: 0 26px; border-radius: 36px; border: 1px solid #dadce0; background: #fff;
display: inline-flex; align-items: center; gap: 16px; font-size: 30px; color: #1a73e8; box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.results { padding-bottom: 20px; }
.card {
margin: 18px 24px; border-radius: 24px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.08);
padding-bottom: 20px;
}
.image-row { display: flex; gap: 20px; padding: 20px; }
.img {
width: 320px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 22px; font-size: 26px; text-align: center;
}
.title-row { display: flex; align-items: center; padding: 0 20px; }
.title { font-size: 46px; font-weight: 700; flex: 1; margin-top: 6px; }
.bookmark {
width: 64px; height: 64px; border-radius: 32px; border: 1px solid #dadce0; display: flex; align-items: center; justify-content: center;
}
.meta { padding: 8px 20px 0 20px; font-size: 30px; color: #3c4043; }
.stars { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; }
.closed { color: #d93025; font-weight: 600; }
.review { padding: 12px 20px; display: flex; align-items: center; gap: 14px; color: #3c4043; font-size: 30px; }
.avatar { width: 32px; height: 32px; border-radius: 16px; background: #8ab4f8; }
.card-actions { display: flex; gap: 18px; padding: 14px 20px 20px 20px; }
.floating-map {
position: absolute; right: 24px; bottom: 160px; width: 120px; height: 120px; border-radius: 28px;
background: #fff; box-shadow: 0 8px 16px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; border: 1px solid #dadce0;
}
.discover { position: absolute; left: 0; bottom: 80px; width: 100%; padding: 16px 28px; font-size: 34px; color: #202124; background: #f8f9fa; border-top: 1px solid #e0e0e0; }
.discover .bar { margin-top: 14px; height: 8px; width: 60%; background: #cfcfcf; border-radius: 4px; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div>10:54</div>
<div class="status-icons">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot" style="margin-left:6px;"></div>
</div>
</div>
<div class="status-right">
<!-- Location dot -->
<svg class="icon" width="26" height="26"><circle cx="13" cy="13" r="9" fill="#5f6368"/></svg>
<!-- Wifi -->
<svg class="icon" width="28" height="26" viewBox="0 0 28 26">
<path d="M2 9c6-6 18-6 24 0M6 13c4-4 12-4 16 0M10 17c2-2 6-2 8 0M13 21l2 2" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<!-- Battery -->
<svg class="icon" width="36" height="20" viewBox="0 0 36 20">
<rect x="1" y="3" width="30" height="14" rx="3" stroke="#5f6368" fill="none" stroke-width="2"/>
<rect x="4" y="6" width="22" height="8" rx="2" fill="#5f6368"/>
<rect x="32" y="7" width="3" height="6" rx="1" fill="#5f6368"/>
</svg>
</div>
</div>
<!-- Header with search -->
<div class="header">
<div class="search-row">
<div class="circle-btn">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M16 5L8 13l8 8" stroke="#3c4043" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="search-field">
<div class="search-label">Attractions</div>
<div class="search-actions">
<svg class="icon" width="24" height="24" viewBox="0 0 24 24">
<path d="M5 5l14 14M19 5L5 19" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
</svg>
<svg class="icon" width="24" height="24" viewBox="0 0 24 24">
<rect x="10" y="4" width="4" height="10" rx="2" fill="#5f6368"/>
<path d="M8 14c0 2 1.5 4 4 4s4-2 4-4" stroke="#5f6368" stroke-width="2" fill="none"/>
</svg>
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<circle cx="11" cy="11" r="8" stroke="#5f6368" stroke-width="2" fill="none"/>
<path d="M17 17l6 6" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
</div>
<div class="filters">
<div class="circle-btn" style="width:56px;height:56px;">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M4 6h18M8 13h10M12 20h6" stroke="#3c4043" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<div class="chip primary">
<span>Relevance</span>
<svg class="icon" width="20" height="20" viewBox="0 0 20 20"><path d="M5 7l5 5 5-5" fill="#1a73e8"/></svg>
</div>
<div class="chip">Open now</div>
<div class="chip">Top-rated</div>
<div class="chip">More</div>
</div>
<div class="quick-actions">
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<span>Directions</span>
</div>
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<span>Call</span>
</div>
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<circle cx="6" cy="14" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
<circle cx="20" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
<path d="M9 12l8-4M9 16l8 4" stroke="#1a73e8" stroke-width="2" fill="none"/>
</svg>
<span>Share</span>
</div>
</div>
</div>
<div class="results">
<!-- Card 1 -->
<div class="card">
<div class="image-row">
<div class="img">[IMG: Museum Building]</div>
<div class="img">[IMG: Metal Bison Sculpture]</div>
<div class="img">[IMG: Museum Flags]</div>
</div>
<div class="title-row">
<div class="title">Pouce Coupe Museum</div>
<div class="bookmark">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28">
<path d="M8 4h12v20l-6-4-6 4z" stroke="#3c4043" stroke-width="2" fill="none"/>
</svg>
</div>
</div>
<div class="meta">
<span>4.8</span>
<span class="stars">
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
</span>
<span style="color:#5f6368;">(15)</span>
<div style="margin-top:8px; color:#5f6368;">Tourist attraction 路 5006 49th Ave 路
<svg class="icon" width="22" height="22" viewBox="0 0 22 22" style="vertical-align:middle;">
<circle cx="11" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
<path d="M4 18c2-4 12-4 14 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
</div>
<div style="margin-top:8px;"><span class="closed">Closed</span> 路 Opens 8 am Fri</div>
</div>
<div class="review">
<div class="avatar"></div>
<div>"Plus, out buildings to explore."</div>
</div>
<div class="card-actions">
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<span>Directions</span>
</div>
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<span>Call</span>
</div>
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<circle cx="6" cy="14" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
<circle cx="20" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
<path d="M9 12l8-4M9 16l8 4" stroke="#1a73e8" stroke-width="2" fill="none"/>
</svg>
<span>Share</span>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<div class="image-row">
<div class="img">[IMG: Wetland Water]</div>
<div class="img">[IMG: McQueen Slough Sign]</div>
<div class="img">[IMG: Boardwalk Through Reeds]</div>
</div>
<div class="title-row">
<div class="title">McQueen Slough</div>
<div class="bookmark">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28">
<path d="M8 4h12v20l-6-4-6 4z" stroke="#3c4043" stroke-width="2" fill="none"/>
</svg>
</div>
</div>
<div class="meta">
<span>4.7</span>
<span class="stars">
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
<svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
</span>
<span style="color:#5f6368;">(14)</span>
<div style="margin-top:8px; color:#5f6368;">Tourist attraction 路 7625 Rolla Rd</div>
</div>
<div class="review">
<div class="avatar"></div>
<div>"Pokestops and a gym, 10/10 and lots of birds"</div>
</div>
<div class="card-actions">
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<span>Directions</span>
</div>
<div class="pill">
<svg class="icon" width="26" height="26" viewBox="0 0 26 26">
<path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
<span>Share</span>
</div>
</div>
</div>
</div>
<!-- Floating map button -->
<div class="floating-map">
<svg class="icon" width="46" height="46" viewBox="0 0 46 46">
<path d="M8 10l12-6 12 6 6-2v24l-12 6-12-6-6 2V12z" fill="#1a73e8"/>
</svg>
</div>
<!-- Discover more places bottom sheet -->
<div class="discover">
Discover more places
<div class="bar"></div>
</div>
</div>
</body>
</html>