AndroidCode / code /10076 /10076_3.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<html>
<head>
<meta charset="utf-8">
<title>Nike Air Max 97 - 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: #ffffff;
}
/* Status bar */
.status-bar {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 120px;
padding: 0 40px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
color: #111;
font-size: 40px;
}
.status-icons {
display: flex;
align-items: center;
gap: 26px;
color: #111;
font-size: 36px;
}
.status-icons .battery {
display: inline-block;
width: 96px;
height: 40px;
border: 4px solid #111;
border-radius: 8px;
position: relative;
}
.status-icons .battery::after {
content: "";
position: absolute;
right: -12px;
top: 12px;
width: 10px;
height: 16px;
background: #111;
border-radius: 3px;
}
.status-icons .battery .level {
position: absolute;
top: 4px;
left: 4px;
height: 28px;
width: 62px;
background: #111;
border-radius: 5px;
}
/* App bar */
.app-bar {
position: absolute;
top: 120px;
left: 0;
width: 1080px;
padding: 30px 40px 10px 40px;
box-sizing: border-box;
}
.app-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.app-left {
display: flex;
align-items: center;
gap: 24px;
}
.title {
font-size: 54px;
font-weight: 700;
color: #111;
}
.app-actions {
display: flex;
align-items: center;
gap: 34px;
}
.icon-btn {
width: 72px;
height: 72px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.cart-wrap {
position: relative;
}
.badge {
position: absolute;
top: -8px;
right: -6px;
background: #111;
color: #fff;
font-size: 30px;
width: 54px;
height: 54px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 0 4px #fff;
}
/* Content */
.content {
position: absolute;
top: 280px;
left: 0;
width: 1080px;
padding: 0 50px 240px 50px;
box-sizing: border-box;
color: #222;
}
.desc {
font-size: 40px;
line-height: 58px;
color: #333;
margin-top: 20px;
}
.bullet-list {
margin: 26px 0 0 0;
padding-left: 30px;
list-style: disc;
color: #111;
font-size: 40px;
line-height: 64px;
}
.link {
font-size: 40px;
color: #4d4d4d;
margin-top: 34px;
}
/* Controls */
.control {
width: 980px;
margin: 40px auto 0 auto;
box-sizing: border-box;
}
.pill {
width: 980px;
height: 150px;
border: 2px solid #e5e5e5;
border-radius: 90px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 46px;
box-sizing: border-box;
background: #fff;
color: #111;
font-size: 46px;
}
.pill .chev {
width: 40px;
height: 40px;
}
.cta {
width: 980px;
height: 160px;
border-radius: 90px;
background: #111;
color: #fff;
font-size: 56px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
margin: 36px auto 0 auto;
}
.fav-pill {
width: 980px;
height: 150px;
border-radius: 90px;
background: #fff;
border: 2px solid #e5e5e5;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 46px;
box-sizing: border-box;
color: #111;
font-size: 48px;
margin: 30px auto 0 auto;
}
.fav-pill .heart {
width: 60px;
height: 60px;
}
/* Sections */
.section {
width: 980px;
margin: 70px auto 0 auto;
border-top: 2px solid #efefef;
padding-top: 16px;
}
.section-row {
height: 120px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 54px;
color: #111;
border-bottom: 2px solid #f2f2f2;
}
.row-small {
height: 120px;
font-size: 50px;
}
.stars {
display: flex;
align-items: center;
gap: 18px;
}
.star {
width: 50px;
height: 50px;
}
.chev-right {
width: 42px;
height: 42px;
}
/* Bottom toast */
.bottom-toast {
position: absolute;
left: 34px;
right: 34px;
bottom: 140px;
height: 180px;
background: #2f2f2f;
color: #fff;
border-radius: 24px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 46px;
box-sizing: border-box;
font-size: 46px;
}
.share-ico {
width: 56px;
height: 56px;
}
/* Home indicator */
.home-indicator {
position: absolute;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
width: 390px;
height: 14px;
background: #d0d0d0;
border-radius: 8px;
}
/* Simple helpers for icons */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>9:43</div>
<div class="status-icons">
<!-- Do Not Disturb circle -->
<svg width="40" height="40">
<circle cx="20" cy="20" r="18" stroke="#111" stroke-width="4" fill="none"></circle>
</svg>
<!-- Wi-Fi -->
<svg width="46" height="40" viewBox="0 0 46 40">
<path d="M4 10c7-6 31-6 38 0" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M9 18c5-4 23-4 28 0" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M15 26c3-2 15-2 18 0" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
<circle cx="23" cy="32" r="3" fill="#111"></circle>
</svg>
<!-- Battery -->
<div class="battery"><div class="level"></div></div>
<div style="font-size:32px; color:#111;">52%</div>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="app-top">
<div class="app-left">
<!-- Back -->
<div class="icon-btn">
<svg width="64" height="64" viewBox="0 0 64 64">
<path d="M36 12 L18 32 L36 52" stroke="#111" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="title">Nike Air Max 97</div>
</div>
<div class="app-actions">
<!-- Search -->
<div class="icon-btn">
<svg width="56" height="56" viewBox="0 0 56 56">
<circle cx="24" cy="24" r="16" stroke="#111" stroke-width="4" fill="none"/>
<path d="M36 36 L52 52" stroke="#111" stroke-width="4" stroke-linecap="round"/>
</svg>
</div>
<!-- Cart -->
<div class="icon-btn cart-wrap">
<svg width="56" height="56" viewBox="0 0 56 56">
<path d="M16 20 L40 20 L44 44 L12 44 Z" stroke="#111" stroke-width="4" fill="none" stroke-linejoin="round"/>
<path d="M20 20 C20 14 36 14 36 20" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>
<div class="badge">3</div>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="desc">
the running world and adding fresh colours and<br>
crisp details, it lets you ride in first-class comfort.
</div>
<ul class="bullet-list">
<li>Shown: Black/Anthracite/Picante Red</li>
<li>Style: 921826-018</li>
<li>Country/Region of Origin: Vietnam</li>
</ul>
<div class="link">View Product Details</div>
<!-- Size picker -->
<div class="control">
<div class="pill">
<div>Size UK 7</div>
<svg class="chev" viewBox="0 0 24 24">
<path d="M5 9 L12 16 L19 9" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<!-- Add to Bag -->
<div class="cta">Add to Bag</div>
<!-- Favorited -->
<div class="fav-pill">
<div>Favorited</div>
<svg class="heart" viewBox="0 0 24 24">
<path d="M12 21 C12 21 3 14 3 8 C3 5.5 5 4 7 4 C9 4 11 5.5 12 7 C13 5.5 15 4 17 4 C19 4 21 5.5 21 8 C21 14 12 21 12 21 Z" fill="#111"/>
</svg>
</div>
<!-- Sections -->
<div class="section">
<div class="section-row">
<div>Size &amp; Fit</div>
<svg class="chev-right" viewBox="0 0 24 24">
<path d="M9 6 L15 12 L9 18" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="section-row row-small">
<div style="display:flex; align-items:center; gap:26px;">
<div>Reviews (150)</div>
<div class="stars">
<svg class="star" viewBox="0 0 24 24">
<path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#111"/>
</svg>
<svg class="star" viewBox="0 0 24 24">
<path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#111"/>
</svg>
<svg class="star" viewBox="0 0 24 24">
<path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#111"/>
</svg>
<svg class="star" viewBox="0 0 24 24">
<path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#111"/>
</svg>
<svg class="star" viewBox="0 0 24 24">
<path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z" fill="#111"/>
</svg>
</div>
</div>
<svg class="chev-right" viewBox="0 0 24 24">
<path d="M9 6 L15 12 L9 18" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="section-row">
<div>Product Information</div>
<svg class="chev-right" viewBox="0 0 24 24">
<path d="M9 6 L15 12 L9 18" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
</div>
<!-- Bottom toast -->
<div class="bottom-toast">
<div>Added to Favorites</div>
<svg class="share-ico" viewBox="0 0 24 24">
<circle cx="6" cy="12" r="3" fill="#fff"/>
<circle cx="18" cy="6" r="3" fill="#fff"/>
<circle cx="18" cy="18" r="3" fill="#fff"/>
<path d="M8.5 11 L15 7.5" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M8.5 13 L15 16.5" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
</svg>
</div>
<!-- Home indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html>