AndroidCode / code /10099 /10099_1.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<html>
<head>
<meta charset="utf-8">
<title>Mobile UI - Amazon Reviews</title>
<style>
body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#222; }
#render-target {
width:1080px; height:2400px; position:relative; overflow:hidden;
background:#f7f7f7;
}
/* Top gradient header area */
.top-gradient {
position:absolute; left:0; top:0; width:100%; height:300px;
background: linear-gradient(180deg, #bfe7e2 0%, #cfead9 100%);
}
/* Status bar */
.status-bar {
position:absolute; top:20px; left:0; width:100%; height:60px; display:flex; align-items:center; padding:0 28px; color:#1a1a1a; font-size:36px;
}
.status-left { display:flex; align-items:center; gap:24px; }
.status-right { margin-left:auto; display:flex; align-items:center; gap:26px; }
.status-dot { width:12px; height:12px; background:#1a1a1a; border-radius:50%; }
/* Search bar */
.search-row {
position:absolute; top:90px; left:28px; right:28px; display:flex; align-items:center;
gap:24px;
}
.icon-btn {
width:64px; height:64px; border-radius:32px; display:flex; align-items:center; justify-content:center;
}
.search-bar {
flex:1; height:98px; background:#fff; border-radius:20px; box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
display:flex; align-items:center; padding:0 28px; gap:22px; border:1px solid #e0e0e0;
font-size:38px; color:#444;
}
.search-text { flex:1; color:#222; }
.camera-btn { width:72px; height:72px; border-radius:16px; display:flex; align-items:center; justify-content:center; background:#f5f5f5; border:1px solid #ddd; }
/* Tabs */
.tabs {
position:absolute; top:210px; left:0; width:100%; padding:0 28px; height:110px; display:flex; align-items:flex-end; gap:44px;
}
.tab {
font-size:42px; color:#555; padding-bottom:22px;
}
.tab.active { color:#e56a00; font-weight:600; border-bottom:8px solid #e56a00; }
.scroll-up {
margin-left:auto; display:flex; align-items:center; justify-content:center;
width:90px; height:90px; border-radius:18px; background:#eaf7f2; border:1px solid #d6e6de;
}
/* Content */
.content {
position:absolute; top:320px; left:0; right:0; bottom:180px; overflow-y:auto; padding:0 28px 40px 28px;
}
.section { margin-top:36px; }
.section h2 {
font-size:54px; font-weight:700; margin:12px 0 18px 0;
}
.rating-row { display:flex; align-items:center; gap:20px; font-size:44px; color:#333; }
.stars { display:flex; gap:8px; }
.star svg { width:44px; height:44px; }
.subtext { font-size:40px; color:#666; margin-top:12px; }
/* video/image grids */
.cards-row { display:flex; gap:28px; }
.thumb {
width:324px; height:540px; border-radius:26px; overflow:hidden; position:relative; background:#fff; border:1px solid #e4e4e4;
display:flex; align-items:center; justify-content:center;
}
.thumb .image {
position:absolute; left:0; top:0; width:100%; height:100%;
background:#E0E0E0; border:0; display:flex; justify-content:center; align-items:center; color:#757575; font-size:36px; text-align:center; padding:0 10px;
}
.thumb .overlay {
position:absolute; bottom:0; left:0; right:0; height:120px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
display:flex; align-items:flex-end; padding:18px 20px; gap:16px; color:#fff;
}
.overlay .stars { gap:6px; }
.duration { margin-left:auto; font-size:34px; background:rgba(0,0,0,0.45); padding:4px 10px; border-radius:12px; }
.images-grid { display:flex; gap:28px; margin-top:12px; }
.img-card {
width:514px; height:540px; border-radius:22px; background:#fff; border:1px solid #e4e4e4; overflow:hidden; position:relative;
}
.img-card .image {
position:absolute; inset:0;
background:#E0E0E0; border:0; display:flex; justify-content:center; align-items:center; color:#757575; font-size:36px;
}
/* Bottom navigation */
.bottom-nav {
position:absolute; left:0; right:0; bottom:0; height:160px; background:#fff; border-top:1px solid #e6e6e6;
display:flex; align-items:center; justify-content:space-around;
}
.nav-item { display:flex; flex-direction:column; align-items:center; justify-content:center; color:#333; gap:12px; font-size:34px; }
.nav-item .icon { width:72px; height:72px; border-radius:20px; display:flex; align-items:center; justify-content:center; }
.nav-item.active { color:#1a8b72; }
.home-bar {
position:absolute; left:300px; right:300px; bottom:20px; height:12px; background:#bfbfbf; border-radius:8px;
}
</style>
</head>
<body>
<div id="render-target">
<div class="top-gradient"></div>
<!-- Status Bar -->
<div class="status-bar">
<div class="status-left">
<div>11:52</div>
<div>☀️ 15°</div>
<div>📧</div>
<div class="status-dot"></div>
</div>
<div class="status-right">
<div>📶</div>
<div>
<!-- Battery icon -->
<svg width="36" height="22"><rect x="1" y="4" width="30" height="14" rx="3" ry="3" fill="#222"/><rect x="33" y="8" width="3" height="6" fill="#222"/></svg>
</div>
</div>
</div>
<!-- Search Row -->
<div class="search-row">
<div class="icon-btn">
<!-- Back Arrow -->
<svg width="48" height="48" viewBox="0 0 24 24">
<path d="M15 18l-6-6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="search-bar">
<!-- Magnifier -->
<svg width="42" height="42" viewBox="0 0 24 24">
<circle cx="11" cy="11" r="7" stroke="#555" stroke-width="2" fill="none"/>
<line x1="21" y1="21" x2="16.5" y2="16.5" stroke="#555" stroke-width="2"/>
</svg>
<div class="search-text">nike shoes for men</div>
<div class="camera-btn">
<!-- Camera icon -->
<svg width="40" height="40" viewBox="0 0 24 24">
<rect x="3" y="6" width="18" height="12" rx="2" fill="#777"/>
<rect x="9" y="3" width="6" height="4" rx="1" fill="#777"/>
<circle cx="12" cy="12" r="4" fill="#fff"/>
</svg>
</div>
</div>
</div>
<!-- Tabs -->
<div class="tabs">
<div class="tab">Details</div>
<div class="tab">Compare</div>
<div class="tab active">Reviews</div>
<div class="scroll-up">
<!-- Up arrow -->
<svg width="40" height="40" viewBox="0 0 24 24">
<path d="M6 15l6-6 6 6" fill="none" stroke="#2a6b5a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<!-- Content Area -->
<div class="content">
<div class="section">
<h2>Customer reviews</h2>
<div class="rating-row">
<div class="stars">
<span class="star">
<svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
</span>
<span class="star">
<svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
</span>
<span class="star">
<svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
</span>
<span class="star">
<svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
</span>
<span class="star">
<svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#ddd"/></svg>
</span>
</div>
<div>4.1 out of 5</div>
<div style="margin-left:auto;">
<!-- chevron -->
<svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#888" stroke-width="2"/></svg>
</div>
</div>
<div class="subtext">289 global ratings</div>
</div>
<div class="section">
<h2>Reviews with videos</h2>
<div class="cards-row">
<div class="thumb">
<div class="image">[IMG: Video Review]</div>
<div class="overlay">
<div class="stars">
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#ddd"/></svg>
</div>
<div class="duration">0:23</div>
</div>
</div>
<div class="thumb">
<div class="image">[IMG: Video Review - Shoes]</div>
<div class="overlay">
<div class="stars">
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#ddd"/></svg>
</div>
<div class="duration">0:03</div>
</div>
</div>
<div class="thumb">
<div class="image">[IMG: Video Review]</div>
<div class="overlay">
<div class="stars">
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#f28c28"/></svg>
<svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 2l3.1 6.6 7 1-5.1 5 1.2 7-6.2-3.6-6.2 3.6 1.2-7-5.1-5 7-1z" fill="#ddd"/></svg>
</div>
<div class="duration">0:29</div>
</div>
</div>
</div>
</div>
<div class="section">
<h2>Reviews with images</h2>
<div class="images-grid">
<div class="img-card">
<div class="image">[IMG: Close-up Nike Shoe]</div>
</div>
<div class="img-card">
<div class="image">[IMG: Nike Logo & Sole]</div>
</div>
</div>
</div>
</div>
<!-- Bottom Navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<div class="icon">
<!-- Home icon -->
<svg width="46" height="46" viewBox="0 0 24 24">
<path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-6v-6H10v6H4a1 1 0 0 1-1-1z" fill="#1a8b72"/>
</svg>
</div>
<div>Home</div>
</div>
<div class="nav-item">
<div class="icon">
<!-- User icon -->
<svg width="46" height="46" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="4" fill="#777"/>
<path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#777"/>
</svg>
</div>
<div>You</div>
</div>
<div class="nav-item">
<div class="icon">
<!-- Refresh icon -->
<svg width="46" height="46" viewBox="0 0 24 24">
<path d="M4 12a8 8 0 0 1 14-4" fill="none" stroke="#777" stroke-width="2"/>
<path d="M18 6v5h5" fill="none" stroke="#777" stroke-width="2"/>
<path d="M20 12a8 8 0 0 1-14 4" fill="none" stroke="#777" stroke-width="2"/>
<path d="M6 18v-5H1" fill="none" stroke="#777" stroke-width="2"/>
</svg>
</div>
<div>More</div>
</div>
<div class="nav-item">
<div class="icon">
<!-- Cart icon -->
<svg width="46" height="46" viewBox="0 0 24 24">
<circle cx="9" cy="20" r="2" fill="#777"/>
<circle cx="17" cy="20" r="2" fill="#777"/>
<path d="M3 4h3l2 10h9l2-8H7" fill="none" stroke="#777" stroke-width="2"/>
</svg>
</div>
<div>Cart</div>
</div>
<div class="nav-item">
<div class="icon">
<!-- Menu icon -->
<svg width="46" height="46" viewBox="0 0 24 24">
<rect x="4" y="6" width="16" height="2" fill="#777"/>
<rect x="4" y="11" width="16" height="2" fill="#777"/>
<rect x="4" y="16" width="16" height="2" fill="#777"/>
</svg>
</div>
<div>Menu</div>
</div>
<div class="home-bar"></div>
</div>
</div>
</body>
</html>