AndroidCode / code /10091 /10091_1.html
yhzheng1031's picture
Add files using upload-large-folder tool
5501681 verified
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mobile 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: #111213; color: #f5f5f5;
}
/* Status bar */
.status-bar {
position: absolute; top: 0; left: 0; width: 100%; height: 120px;
background: #101010;
display: flex; align-items: center; justify-content: space-between;
padding: 0 32px; box-sizing: border-box; font-weight: 600; font-size: 40px;
}
.status-right { display: flex; align-items: center; gap: 26px; font-size: 34px; }
.status-icon { opacity: 0.85; }
.battery {
display: inline-flex; align-items: center; gap: 8px;
padding: 6px 10px; border: 2px solid #777; border-radius: 6px; font-size: 30px;
}
.wifi {
width: 40px; height: 32px;
display: inline-flex; justify-content: center; align-items: center;
border-radius: 6px; border: 2px solid #777; font-size: 26px;
}
/* Search header */
.search-header {
position: absolute; top: 120px; left: 0; width: 100%; height: 150px;
background: #2c3528; display: flex; align-items: center;
padding: 0 28px; box-sizing: border-box; gap: 24px;
border-bottom: 1px solid #3a3a3a;
font-size: 52px; font-weight: 600;
}
.icon-btn {
width: 84px; height: 84px; border-radius: 42px;
display: flex; justify-content: center; align-items: center;
background: #222; border: 2px solid #3e3e3e;
}
.search-title { letter-spacing: 0.5px; }
/* Chips */
.chip-bar {
position: absolute; top: 270px; left: 0; width: 100%; height: 120px;
display: flex; align-items: center; gap: 18px; padding: 0 28px;
box-sizing: border-box;
}
.chip {
display: inline-flex; align-items: center; gap: 16px;
padding: 16px 26px; height: 90px;
background: #1a1a1a; border: 2px solid #444; border-radius: 22px;
font-size: 38px; color: #eaeaea;
}
.chip .square {
width: 46px; height: 46px; border-radius: 8px; border: 1px solid #666;
background: #375a9c;
}
.chip.pdf .square { background: #b4443b; }
.chip.photos .square { background: #a8605a; }
/* Main empty area */
.content {
position: absolute; top: 390px; left: 0; width: 100%; height: 1070px;
background: #121212;
}
/* Keyboard */
.keyboard {
position: absolute; bottom: 40px; left: 0; width: 100%; height: 900px;
background: #0e0e0f; border-top: 1px solid #333;
box-sizing: border-box; padding: 24px 22px;
}
.tool-row {
height: 120px; display: flex; align-items: center; gap: 40px;
padding: 0 10px; box-sizing: border-box;
}
.tool {
width: 100px; height: 100px; border-radius: 22px;
background: #1f1f1f; border: 2px solid #3a3a3a;
display: flex; justify-content: center; align-items: center;
}
.tool svg { width: 56px; height: 56px; }
.tool.mic { background: #c9f99a; border: none; }
.tool.mic svg { width: 60px; height: 60px; }
.keys {
display: flex; flex-direction: column; gap: 24px; margin-top: 18px;
}
.row { display: flex; justify-content: space-between; padding: 0 8px; }
.key {
width: 92px; height: 120px; border-radius: 24px;
background: #2a2a2a; color: #eee; font-size: 46px; font-weight: 600;
display: flex; align-items: center; justify-content: center;
border: 2px solid #3c3c3c;
}
.key.wide { width: 140px; }
.key.xwide { width: 520px; }
.key.small { width: 120px; }
.right-controls { display: flex; align-items: center; gap: 18px; }
/* Bottom bar & search bubble */
.bottom-row {
display: flex; align-items: center; justify-content: space-between;
padding: 0 8px; margin-top: 18px;
}
.pill {
width: 160px; height: 120px; border-radius: 28px;
background: #bcd2a7; color: #16230f; font-weight: 700; font-size: 44px;
display: flex; align-items: center; justify-content: center;
}
.space { width: 520px; height: 120px; border-radius: 28px;
background: #2a2a2a; border: 2px solid #3c3c3c;
}
.search-circle {
width: 140px; height: 140px; border-radius: 70px;
background: #c9f99a; display: flex; justify-content: center; align-items: center;
}
.home-indicator {
position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
width: 360px; height: 12px; background: #dcdcdc; border-radius: 6px; opacity: 0.3;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>9:37</div>
<div class="status-right">
<div class="status-icon">LR</div>
<div class="status-icon">N</div>
<div class="status-icon"></div>
<div class="wifi">Wi</div>
<div class="battery"><span>🔋</span><span>100%</span></div>
</div>
</div>
<!-- Header -->
<div class="search-header">
<div class="icon-btn">
<svg viewBox="0 0 24 24" fill="#eaeaea">
<path d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-7z"/>
</svg>
</div>
<div class="search-title">Search in Drive</div>
</div>
<!-- Filter chips -->
<div class="chip-bar">
<div class="chip">
<div class="square"></div>
<span>Documents</span>
</div>
<div class="chip pdf">
<div class="square"></div>
<span>PDFs</span>
</div>
<div class="chip photos">
<div class="square"></div>
<span>Photos &amp; images</span>
</div>
</div>
<!-- Empty content area -->
<div class="content"></div>
<!-- Keyboard -->
<div class="keyboard">
<div class="tool-row">
<div class="tool">
<svg viewBox="0 0 32 32" fill="#fff">
<circle cx="16" cy="12" r="6"></circle>
<rect x="10" y="20" width="12" height="8" rx="4"></rect>
</svg>
</div>
<div class="tool" style="font-size:40px; font-weight:800;">GIF</div>
<div class="tool">
<svg viewBox="0 0 32 32" fill="#fff">
<circle cx="16" cy="16" r="12" stroke="#fff" stroke-width="2" fill="none"></circle>
<rect x="15" y="6" width="2" height="6"></rect>
<rect x="15" y="20" width="2" height="6"></rect>
</svg>
</div>
<div class="tool">
<svg viewBox="0 0 32 32" fill="#fff">
<text x="8" y="22" font-size="16" fill="#fff">G</text>
</svg>
</div>
<div class="tool">
<svg viewBox="0 0 32 32" fill="#fff">
<circle cx="14" cy="18" r="10" stroke="#fff" stroke-width="2" fill="none"></circle>
<circle cx="22" cy="10" r="6"></circle>
</svg>
</div>
<div class="tool mic">
<svg viewBox="0 0 32 32" fill="#1a2c0f">
<rect x="12" y="6" width="8" height="14" rx="4"></rect>
<path d="M8 16c0 5 4 8 8 8s8-3 8-8" stroke="#1a2c0f" stroke-width="3" fill="none"></path>
<rect x="15" y="24" width="2" height="6"></rect>
</svg>
</div>
</div>
<div class="keys">
<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">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">l</div>
<div class="key wide">
<svg viewBox="0 0 32 32" fill="#fff" width="48" height="48">
<path d="M8 8h16v2H8zm0 8h16v2H8zm0 8h16v2H8z"></path>
</svg>
</div>
</div>
<div class="row">
<div class="key small">
<svg viewBox="0 0 32 32" fill="#fff">
<path d="M6 26l6-16h4l6 16h-4l-1-4H11l-1 4H6zm7-8h6l-3-9-3 9z"></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 wide">
<svg viewBox="0 0 32 32" fill="#fff" width="46" height="46">
<path d="M8 10h16l-6 6 6 6H8l6-6-6-6z"></path>
</svg>
</div>
</div>
<div class="bottom-row">
<div class="pill">?123</div>
<div class="key">,</div>
<div class="key"></div>
<div class="space"></div>
<div class="key">.</div>
<div class="search-circle">
<svg viewBox="0 0 32 32" fill="#18220f">
<circle cx="14" cy="14" r="9" stroke="#18220f" stroke-width="3" fill="none"></circle>
<rect x="20" y="20" width="8" height="3" transform="rotate(45 20 20)"></rect>
</svg>
</div>
</div>
</div>
</div>
<div class="home-indicator"></div>
</div>
</body>
</html>