AndroidCode / code /10127 /10127_3.html
yhzheng1031's picture
Add files using upload-large-folder tool
c32f9a6 verified
raw
history blame
14.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Select destination UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden;
background: #FFFFFF; font-family: Roboto, Arial, sans-serif; color: #212121;
}
/* Status bar */
.status-bar {
position: absolute; top: 0; left: 0; width: 100%; height: 120px;
background: #000000; color: #FFFFFF;
display: flex; align-items: center; justify-content: space-between;
padding: 0 40px; box-sizing: border-box; font-size: 44px; letter-spacing: 0.5px;
}
.sb-icons { display: flex; align-items: center; gap: 26px; }
/* Header */
.header {
position: absolute; top: 120px; left: 0; width: 100%; height: 150px;
display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
border-bottom: 1px solid #EAEAEA; background: #FFFFFF;
}
.header .title { font-size: 56px; font-weight: 600; margin-left: 22px; }
.close-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
/* Search field */
.search-wrap {
position: absolute; top: 290px; left: 36px; right: 36px; height: 120px;
background: #F5F6F7; border: 1px solid #E0E0E0; border-radius: 60px;
display: flex; align-items: center; gap: 28px; padding: 0 32px; box-sizing: border-box;
}
.search-input { flex: 1; font-size: 48px; color: #424242; }
.clear-btn {
width: 64px; height: 64px; border-radius: 32px; background: #E8EBEE;
display: flex; align-items: center; justify-content: center;
border: 1px solid #D0D4D8;
}
/* List */
.list {
position: absolute; top: 430px; left: 0; width: 100%; bottom: 980px;
overflow: hidden; background: #FFFFFF;
}
.item {
display: flex; align-items: center; padding: 28px 36px; box-sizing: border-box;
border-bottom: 1px solid #EEEEEE;
}
.item-icon {
width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
margin-right: 24px;
}
.item-text { flex: 1; }
.item .name { font-size: 48px; color: #4285F4; }
.item .desc { font-size: 34px; color: #9E9E9E; margin-top: 6px; }
.props {
width: 250px; text-align: right; color: #9E9E9E; font-size: 36px;
line-height: 1.25;
}
.props .count { font-size: 44px; color: #9E9E9E; }
.props .label { font-size: 32px; color: #A6A6A6; }
/* Keyboard */
.keyboard {
position: absolute; left: 0; right: 0; bottom: 64px; height: 960px;
background: #1E1E21; border-top-left-radius: 28px; border-top-right-radius: 28px;
box-shadow: 0 -8px 16px rgba(0,0,0,0.2);
}
.kb-suggestions {
height: 130px; background: #2A2A2D; border-top-left-radius: 28px; border-top-right-radius: 28px;
display: flex; align-items: center; padding: 0 28px; box-sizing: border-box; gap: 18px; color: #FFFFFF;
}
.pill {
padding: 16px 26px; background: #3A3A3D; border-radius: 40px; font-size: 36px; color: #FFFFFF;
}
.kb-rows { padding: 24px 22px; box-sizing: border-box; }
.row { display: flex; justify-content: space-between; margin-bottom: 18px; }
.key {
width: 92px; height: 120px; background: #2C2C2F; border-radius: 20px;
color: #FFFFFF; font-size: 42px; display: flex; align-items: center; justify-content: center;
border: 1px solid #242427;
}
.key.wide { width: 180px; }
.space { flex: 1; height: 120px; background: #2C2C2F; border-radius: 20px; margin: 0 16px; border: 1px solid #242427; }
.key.icon { width: 120px; }
.gesture {
position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
width: 240px; height: 12px; background: #EAEAEA; border-radius: 8px;
}
/* Utility */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>10:32</div>
<div class="sb-icons">
<!-- simple signal icon -->
<svg width="44" height="44" viewBox="0 0 24 24" fill="#FFFFFF">
<rect x="2" y="14" width="3" height="8" rx="1"></rect>
<rect x="7" y="11" width="3" height="11" rx="1" opacity="0.8"></rect>
<rect x="12" y="8" width="3" height="14" rx="1" opacity="0.6"></rect>
<rect x="17" y="5" width="3" height="17" rx="1" opacity="0.4"></rect>
</svg>
<!-- wifi icon -->
<svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
<path d="M2 8c5-4 15-4 20 0"></path>
<path d="M5 12c3-3 11-3 14 0"></path>
<path d="M8 16c2-2 6-2 8 0"></path>
<circle cx="12" cy="19" r="1.5" fill="#FFFFFF" stroke="none"></circle>
</svg>
<!-- battery icon -->
<svg width="44" height="44" viewBox="0 0 28 24" fill="none" stroke="#FFFFFF" stroke-width="2">
<rect x="2" y="5" width="22" height="14" rx="2"></rect>
<rect x="4" y="7" width="14" height="10" fill="#FFFFFF"></rect>
<rect x="24" y="9" width="2" height="6" fill="#FFFFFF" stroke="none"></rect>
</svg>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="close-btn">
<svg width="40" height="40" viewBox="0 0 24 24" stroke="#3C3C3C" stroke-width="2.5" fill="none" stroke-linecap="round">
<path d="M5 5 L19 19"></path>
<path d="M19 5 L5 19"></path>
</svg>
</div>
<div class="title">Select destination</div>
</div>
<!-- Search field -->
<div class="search-wrap">
<svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#8E8E8E" stroke-width="2.5" stroke-linecap="round">
<circle cx="11" cy="11" r="7"></circle>
<path d="M21 21 L16.4 16.4"></path>
</svg>
<div class="search-input">London</div>
<div class="clear-btn">
<svg width="28" height="28" viewBox="0 0 24 24" stroke="#6F6F6F" stroke-width="2.5" fill="none" stroke-linecap="round">
<path d="M5 5 L19 19"></path>
<path d="M19 5 L5 19"></path>
</svg>
</div>
</div>
<!-- Results list -->
<div class="list">
<div class="item">
<div class="item-icon">
<!-- building icon -->
<svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
<rect x="3" y="3" width="10" height="18" rx="1"></rect>
<rect x="15" y="8" width="6" height="13" rx="1"></rect>
<rect x="5" y="6" width="2" height="2"></rect>
<rect x="8" y="6" width="2" height="2"></rect>
<rect x="5" y="9" width="2" height="2"></rect>
<rect x="8" y="9" width="2" height="2"></rect>
</svg>
</div>
<div class="item-text">
<div class="name">London</div>
<div class="desc">City in United Kingdom</div>
</div>
<div class="props">
<div class="count">24105</div>
<div class="label">properties</div>
</div>
</div>
<div class="item">
<div class="item-icon">
<svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
<rect x="3" y="3" width="10" height="18" rx="1"></rect>
<rect x="15" y="8" width="6" height="13" rx="1"></rect>
<rect x="5" y="6" width="2" height="2"></rect>
<rect x="8" y="6" width="2" height="2"></rect>
<rect x="5" y="9" width="2" height="2"></rect>
<rect x="8" y="9" width="2" height="2"></rect>
</svg>
</div>
<div class="item-text">
<div class="name">East London</div>
<div class="desc">City in South Africa</div>
</div>
<div class="props">
<div class="count">473</div>
<div class="label">properties</div>
</div>
</div>
<div class="item">
<div class="item-icon">
<svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
<rect x="3" y="3" width="10" height="18" rx="1"></rect>
<rect x="15" y="8" width="6" height="13" rx="1"></rect>
<rect x="5" y="6" width="2" height="2"></rect>
<rect x="8" y="6" width="2" height="2"></rect>
<rect x="5" y="9" width="2" height="2"></rect>
<rect x="8" y="9" width="2" height="2"></rect>
</svg>
</div>
<div class="item-text">
<div class="name">Derry / Londonderry</div>
<div class="desc">City in United Kingdom</div>
</div>
<div class="props">
<div class="count">197</div>
<div class="label">properties</div>
</div>
</div>
<div class="item">
<div class="item-icon">
<svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
<rect x="3" y="3" width="10" height="18" rx="1"></rect>
<rect x="15" y="8" width="6" height="13" rx="1"></rect>
<rect x="5" y="6" width="2" height="2"></rect>
<rect x="8" y="6" width="2" height="2"></rect>
<rect x="5" y="9" width="2" height="2"></rect>
<rect x="8" y="9" width="2" height="2"></rect>
</svg>
</div>
<div class="item-text">
<div class="name">London (ON)</div>
<div class="desc">City in Canada</div>
</div>
<div class="props">
<div class="count">82</div>
<div class="label">properties</div>
</div>
</div>
<div class="item">
<div class="item-icon">
<!-- pin icon -->
<svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#CFCFCF" stroke-width="2">
<path d="M12 22c-5-6-8-10-8-14a8 8 0 1 1 16 0c0 4-3 8-8 14z" fill="#D6D6D6" stroke="none"></path>
<circle cx="12" cy="8.8" r="3.3" fill="#BEBEBE" stroke="none"></circle>
</svg>
</div>
<div class="item-text">
<div class="name">Victoria, London</div>
<div class="desc">Region in United Kingdom</div>
</div>
<div class="props">
<div class="count">24105</div>
<div class="label">properties</div>
</div>
</div>
<div class="item">
<div class="item-icon">
<svg width="72" height="72" viewBox="0 0 24 24" fill="#CFCFCF">
<rect x="3" y="3" width="10" height="18" rx="1"></rect>
<rect x="15" y="8" width="6" height="13" rx="1"></rect>
<rect x="5" y="6" width="2" height="2"></rect>
<rect x="8" y="6" width="2" height="2"></rect>
<rect x="5" y="9" width="2" height="2"></rect>
<rect x="8" y="9" width="2" height="2"></rect>
</svg>
</div>
<div class="item-text">
<div class="name">Londonderry (VT)</div>
<div class="desc">City in United States</div>
</div>
<div class="props">
<div class="count">30</div>
<div class="label">properties</div>
</div>
</div>
</div>
<!-- Keyboard -->
<div class="keyboard">
<div class="kb-suggestions">
<!-- grid icon -->
<svg width="48" height="48" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.9">
<rect x="3" y="3" width="6" height="6" rx="1"></rect>
<rect x="3" y="13" width="6" height="6" rx="1"></rect>
<rect x="13" y="3" width="6" height="6" rx="1"></rect>
<rect x="13" y="13" width="6" height="6" rx="1"></rect>
</svg>
<div class="pill">London</div>
<div class="pill">London's</div>
<div class="pill">Londo</div>
<div style="margin-left:auto; display:flex; align-items:center; gap:18px;">
<!-- mic icon -->
<svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
<rect x="8" y="4" width="8" height="12" rx="4" fill="#FFFFFF" stroke="none"></rect>
<path d="M5 11c0 4 3.5 6 7 6s7-2 7-6" stroke="#FFFFFF" fill="none"></path>
<path d="M12 17v4" stroke="#FFFFFF"></path>
</svg>
</div>
</div>
<div class="kb-rows">
<div class="row">
<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="row">
<div class="key wide">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 wide">l</div>
</div>
<div class="row">
<div class="key icon">
<!-- shift icon -->
<svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.5">
<path d="M12 4l7 7h-4v7H9v-7H5z"></path>
</svg>
</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 icon">
<!-- backspace icon -->
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.2" stroke-linecap="round">
<path d="M2 12l6-6h11a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8z"></path>
<path d="M14 9l3 3-3 3M17 9l-3 3 3 3"></path>
</svg>
</div>
</div>
<div class="row">
<div class="key icon">
<span style="font-size:36px; color:#FFFFFF;">?123</span>
</div>
<div class="key">,</div>
<div class="key icon">
<!-- emoji -->
<svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
<circle cx="12" cy="12" r="9"></circle>
<circle cx="9" cy="10" r="1.2" fill="#FFFFFF" stroke="none"></circle>
<circle cx="15" cy="10" r="1.2" fill="#FFFFFF" stroke="none"></circle>
<path d="M8 15c2 2 6 2 8 0" stroke-linecap="round"></path>
</svg>
</div>
<div class="space"></div>
<div class="key">.</div>
<div class="key icon">
<!-- search icon -->
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round">
<circle cx="11" cy="11" r="6"></circle>
<path d="M20 20l-4.5-4.5"></path>
</svg>
</div>
</div>
</div>
</div>
<div class="gesture"></div>
</div>
</body>
</html>