AndroidCode / code /10072 /10072_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>UI Render</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
#render-target {
position: relative;
overflow: hidden;
width: 1080px;
height: 2400px;
background: #0E2F2F; /* deep teal/dark green */
border-radius: 0;
box-shadow: none;
color: #E9F3F1;
}
.status-bar {
position: absolute;
top: 0;
left: 0;
height: 110px;
width: 100%;
padding: 0 36px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 34px;
color: #E9F3F1;
}
.status-right {
display: flex;
align-items: center;
gap: 24px;
}
.search-header {
position: absolute;
top: 110px;
left: 0;
width: 100%;
height: 140px;
display: flex;
align-items: center;
padding: 0 36px;
border-bottom: 1px solid rgba(255,255,255,0.08);
color: #D7ECE5;
}
.search-title {
font-size: 48px;
font-weight: 500;
margin-left: 24px;
}
.search-actions {
margin-left: auto;
display: flex;
align-items: center;
gap: 28px;
}
.list-container {
position: absolute;
top: 280px;
left: 0;
width: 100%;
padding: 0 36px;
}
.contact-item {
display: flex;
align-items: center;
gap: 28px;
padding: 28px 0;
}
.avatar {
width: 96px;
height: 96px;
border-radius: 48px;
background: #8E63DA;
display: flex;
align-items: center;
justify-content: center;
color: #0E2F2F;
font-weight: 700;
font-size: 44px;
}
.contact-texts {
display: flex;
flex-direction: column;
}
.contact-name {
font-size: 44px;
font-weight: 700;
color: #79E0B9; /* mint green */
line-height: 1.2;
}
.contact-sub {
font-size: 32px;
color: #9CCBC1;
margin-top: 6px;
}
/* Keyboard mock */
.keyboard {
position: absolute;
bottom: 60px;
left: 0;
width: 100%;
height: 900px;
background: #1C2324;
border-top: 1px solid rgba(255,255,255,0.06);
display: flex;
flex-direction: column;
}
.suggestions {
height: 90px;
display: flex;
align-items: center;
padding: 0 28px;
color: #CFE6E0;
font-size: 34px;
gap: 24px;
}
.suggestions .chip-sep { opacity: 0.6; }
.keys {
flex: 1;
padding: 18px 22px;
display: flex;
flex-direction: column;
gap: 22px;
}
.row {
display: flex;
justify-content: space-between;
gap: 14px;
}
.key {
height: 120px;
min-width: 92px;
background: #2A3234;
border-radius: 16px;
color: #E6ECEA;
font-size: 42px;
display: flex;
align-items: center;
justify-content: center;
}
.key.small { min-width: 120px; }
.key.wide { flex: 1; }
.key.circle {
height: 120px;
width: 120px;
border-radius: 60px;
background: #A6EBCF;
color: #0E2F2F;
font-weight: 700;
}
.bottom-bar {
position: absolute;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
width: 400px;
height: 8px;
border-radius: 4px;
background: rgba(255,255,255,0.85);
}
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">9:56</div>
<div class="status-right">
<!-- simple icons -->
<svg width="40" height="40" viewBox="0 0 24 24">
<!-- location/services glyphs (four dots) -->
<circle cx="4" cy="12" r="2" fill="#E9F3F1"></circle>
<circle cx="10" cy="12" r="2" fill="#E9F3F1"></circle>
<circle cx="16" cy="12" r="2" fill="#E9F3F1"></circle>
<circle cx="22" cy="12" r="2" fill="#E9F3F1"></circle>
</svg>
<!-- WiFi -->
<svg width="40" height="40" viewBox="0 0 24 24">
<path d="M2 9c5-4 15-4 20 0" stroke="#E9F3F1" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M5 12c4-3 10-3 14 0" stroke="#E9F3F1" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M9 16c3-2 5-2 8 0" stroke="#E9F3F1" stroke-width="2" fill="none" stroke-linecap="round"/>
<circle cx="12" cy="19" r="2" fill="#E9F3F1"/>
</svg>
<!-- Battery with percentage -->
<svg width="50" height="40" viewBox="0 0 28 16">
<rect x="1" y="3" width="22" height="10" rx="2" ry="2" stroke="#E9F3F1" stroke-width="2" fill="none"/>
<rect x="3" y="5" width="18" height="6" fill="#E9F3F1"/>
<rect x="24" y="6" width="3" height="4" fill="#E9F3F1"/>
</svg>
<div style="font-size:32px;">100%</div>
</div>
</div>
<!-- Search header -->
<div class="search-header">
<!-- back arrow -->
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M15 6L9 12l6 6" stroke="#E9F3F1" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="search-title">Clara Wagner</div>
<div class="search-actions">
<!-- clear X -->
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M6 6L18 18M18 6L6 18" stroke="#E9F3F1" stroke-width="2.5" stroke-linecap="round"/>
</svg>
<!-- mic -->
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M12 5a4 4 0 0 1 4 4v5a4 4 0 0 1-8 0V9a4 4 0 0 1 4-4z" fill="none" stroke="#E9F3F1" stroke-width="2"/>
<path d="M5 12a7 7 0 0 0 14 0" fill="none" stroke="#E9F3F1" stroke-width="2" stroke-linecap="round"/>
<path d="M12 19v4" stroke="#E9F3F1" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
<!-- Result list -->
<div class="list-container">
<div class="contact-item">
<div class="avatar">C</div>
<div class="contact-texts">
<div class="contact-name">Clara Wagner</div>
<div class="contact-sub">Clara Wagner</div>
</div>
</div>
</div>
<!-- Keyboard mock -->
<div class="keyboard">
<div class="suggestions">
<!-- small grid icon -->
<svg width="44" height="44" viewBox="0 0 24 24">
<rect x="3" y="3" width="6" height="6" fill="#CFE6E0"/>
<rect x="13" y="3" width="8" height="6" fill="#CFE6E0"/>
<rect x="3" y="13" width="8" height="8" fill="#CFE6E0"/>
<rect x="13" y="13" width="8" height="8" fill="#CFE6E0"/>
</svg>
<div>Wagner</div>
<div class="chip-sep">|</div>
<div>Wagner's</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>
<div class="row">
<div class="key small">shift</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 small">
<!-- backspace -->
<svg width="40" height="40" viewBox="0 0 24 24">
<path d="M4 12l5-5h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9l-5-5z" fill="none" stroke="#E6ECEA" stroke-width="2"/>
<path d="M12 9l4 4M16 9l-4 4" stroke="#E6ECEA" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
<div class="row">
<div class="key circle">?123</div>
<div class="key small">,</div>
<div class="key wide"></div>
<div class="key small">.</div>
<div class="key circle">
<!-- search icon -->
<svg width="40" height="40" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6" stroke="#0E2F2F" stroke-width="2" fill="none"/>
<path d="M15 15l5 5" stroke="#0E2F2F" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
</div>
</div>
<div class="bottom-bar"></div>
</div>
</body>
</html>