AndroidCode / code /10000 /10000_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
98687c3 verified
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Nike Air Max 97 - Mobile 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;
color: #111;
}
/* Status bar */
.status-bar {
height: 96px;
background: #000;
color: #fff;
display: flex;
align-items: center;
padding: 0 36px;
font-size: 34px;
box-sizing: border-box;
}
.status-left { display: flex; align-items: center; gap: 18px; }
.sb-icons { display: inline-flex; gap: 10px; margin-left: 16px; }
.sb-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; opacity: 0.9; }
.status-spacer { flex: 1; }
.status-right { display: flex; align-items: center; gap: 18px; }
.sb-rect { width: 28px; height: 18px; border: 2px solid #fff; border-radius: 3px; }
/* App bar */
.app-bar {
height: 140px;
display: flex;
align-items: center;
padding: 0 36px;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
.title { font-size: 54px; font-weight: 700; margin-left: 8px; }
.app-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
/* Content */
.content {
position: absolute;
top: 236px; /* status + app bars */
left: 0;
right: 0;
bottom: 120px; /* bottom nav pill spacing */
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 24px 40px 80px 40px;
box-sizing: border-box;
}
.para {
font-size: 34px;
line-height: 48px;
color: #333;
margin: 8px 0 22px 0;
}
.bullets {
margin: 12px 0 16px 20px;
padding-left: 22px;
}
.bullets li {
font-size: 34px;
line-height: 50px;
margin: 6px 0;
}
.link {
font-size: 36px;
color: #1e73ff;
margin: 18px 0 26px 0;
}
/* Controls */
.control {
margin: 18px 0;
}
.select {
height: 136px;
border-radius: 68px;
border: 2px solid #e5e5e5;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 40px;
font-size: 42px;
font-weight: 600;
color: #111;
box-sizing: border-box;
background: #fff;
}
.select .caret {
width: 0;
height: 0;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-top: 22px solid #111;
margin-left: 16px;
}
.btn-primary {
height: 144px;
border-radius: 76px;
background: #0f0f0f;
color: #fff;
font-size: 48px;
font-weight: 700;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.btn-outline {
height: 136px;
border-radius: 72px;
border: 2px solid #e5e5e5;
background: #fff;
color: #111;
font-size: 44px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.heart {
width: 44px; height: 44px;
position: relative;
}
.heart:before, .heart:after {
content: "";
position: absolute;
width: 24px; height: 36px;
background: #111;
border-radius: 24px 24px 0 0;
transform: rotate(-45deg);
left: 10px; top: 8px;
}
.heart:after {
left: 18px;
transform: rotate(45deg);
}
.note {
color: #8b8b8b;
text-align: center;
font-size: 34px;
line-height: 48px;
margin: 36px 40px;
}
.row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 34px 8px;
font-size: 44px;
font-weight: 700;
border-top: 1px solid #eee;
}
.row .chev {
width: 24px; height: 24px;
border-right: 4px solid #888;
border-top: 4px solid #888;
transform: rotate(45deg);
margin-left: 18px;
}
.stars { font-size: 46px; color: #111; letter-spacing: 6px; }
.star-dim { color: #cfcfcf; }
/* Bottom navigation pill */
.nav-pill {
position: absolute;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
width: 340px;
height: 14px;
background: rgba(0,0,0,0.2);
border-radius: 10px;
}
/* Simple SVG icons */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div>10:57</div>
<div class="sb-icons">
<div class="sb-dot"></div>
<div class="sb-dot"></div>
<div class="sb-dot"></div>
</div>
</div>
<div class="status-spacer"></div>
<div class="status-right">
<!-- Wi‑Fi -->
<svg width="36" height="28" viewBox="0 0 24 18" fill="none">
<path d="M2 6c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
<path d="M5 9c3-2 11-2 14 0" stroke="#fff" stroke-width="2" fill="none"/>
<path d="M9 13c2-1 4-1 6 0" stroke="#fff" stroke-width="2" fill="none"/>
<circle cx="12" cy="16" r="1.6" fill="#fff"/>
</svg>
<!-- Battery -->
<div style="display:flex; align-items:center; gap:6px;">
<div class="sb-rect"></div>
<div style="width:6px;height:10px;background:#fff;border-radius:2px;"></div>
</div>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="icon-btn" aria-label="Back">
<svg width="40" height="40" viewBox="0 0 24 24">
<path d="M15 4L7 12l8 8" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="title">Nike Air Max 97</div>
<div class="app-right">
<div class="icon-btn" aria-label="Search">
<svg width="42" height="42" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2" fill="none"></circle>
<path d="M15.5 15.5L22 22" stroke="#111" stroke-width="2"></path>
</svg>
</div>
<div class="icon-btn" aria-label="Bag">
<svg width="42" height="42" viewBox="0 0 24 24">
<path d="M6 8h12l-1 12H7L6 8z" stroke="#111" stroke-width="2" fill="none"/>
<path d="M9 8V6a3 3 0 016 0v2" stroke="#111" stroke-width="2" fill="none"/>
</svg>
</div>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="para">
made for running, the 97 is now a pair of kicks you can rock anywhere, any day of the week.
</div>
<ul class="bullets">
<li>Shown: Metallic Gold/Black/White/Varsity Red</li>
<li>Style: 918890-700</li>
<li>Country/Region of Origin: Vietnam</li>
</ul>
<div class="link">View Product Details</div>
<div class="control select">
<div>Select Size</div>
<div class="caret"></div>
</div>
<div class="control btn-primary">Add to Bag</div>
<div class="control btn-outline">
<span>Favorited</span>
<span class="heart" aria-hidden="true"></span>
</div>
<div class="note">
This product is excluded from all promotions and discounts.
</div>
<div class="row">
<div>Size &amp; Fit</div>
<div class="chev"></div>
</div>
<div class="row" style="border-bottom:1px solid #eee;">
<div>Reviews (2)</div>
<div style="display:flex; align-items:center; gap:26px;">
<div class="stars">
<span></span><span></span><span></span><span></span><span class="star-dim"></span>
</div>
<div class="chev"></div>
</div>
</div>
</div>
<!-- Bottom pill -->
<div class="nav-pill"></div>
</div>
</body>
</html>