AndroidCode / code /10100 /10100_5.html
yhzheng1031's picture
Add files using upload-large-folder tool
0e1717f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1080, initial-scale=1.0" />
<title>Nykaa Fashion - Listing Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#111; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
}
/* Top app bar */
.appbar {
height: 140px;
padding: 0 32px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eee;
}
.appbar-left, .appbar-right {
display: flex;
align-items: center;
gap: 28px;
}
.brand {
font-weight: 800;
letter-spacing: 2px;
font-size: 36px;
}
.icon-btn {
width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
}
.icon {
width: 36px; height: 36px; fill: none; stroke: #111; stroke-width: 2.5;
}
/* Promo banner placeholder */
.promo {
height: 160px;
margin: 8px 0 0;
padding: 0 32px;
}
.promo .img {
width: 100%;
height: 100%;
background:#E0E0E0;
border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
}
/* Title section */
.title-wrap {
padding: 24px 32px 8px;
}
.title {
font-size: 56px;
line-height: 1.1;
margin: 0 0 8px 0;
font-weight: 800;
color:#1b1e23;
}
.sub {
color:#6b7b88;
font-size: 28px;
}
/* Product grid */
.grid {
padding: 12px 24px 180px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.card {
background: #fff;
}
.thumb {
position: relative;
width: 100%;
height: 680px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
}
.dotbar {
position: absolute;
right: 24px;
bottom: 22px;
display: flex; gap: 8px;
}
.dot { width: 16px; height:16px; border-radius: 50%; background:#cfcfcf; }
.dot.dark { background:#9e9e9e; }
.floating-actions {
position: absolute;
right: 20px;
top: 20px;
display: flex;
flex-direction: column;
gap: 16px;
}
.fab {
width: 84px; height: 84px; border-radius: 50%;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
display:flex; align-items:center; justify-content:center;
border: 1px solid #eaeaea;
}
.fab svg { width: 40px; height: 40px; stroke:#222; stroke-width:2.2; }
.badge {
display: inline-block;
font-size: 22px;
padding: 8px 14px;
border: 2px solid #cfe0ef;
border-radius: 8px;
color:#2b5876;
background: #f1f7fc;
margin: 18px 0 6px 0;
}
.meta {
padding: 8px 8px 0;
}
.brand-name {
font-weight: 800;
font-size: 30px;
margin: 8px 0 2px;
color:#222;
}
.prod-name {
font-size: 28px;
color:#333;
margin: 4px 0 10px;
}
.colors {
display:flex; gap: 10px; align-items:center; margin: 6px 0 8px;
}
.swatch { width: 26px; height:26px; border-radius:50%; border:2px solid #ddd; }
.strike { color:#8a97a2; text-decoration: line-through; margin-left: 10px; }
.price {
font-weight: 800; font-size: 36px; color:#111;
}
.off { color:#0a8f2d; font-weight:700; margin-left: 10px; }
.extra { color:#0a8f2d; font-size:26px; margin-top: 6px; }
.alert { color:#ff6a00; font-size: 26px; margin-top: 4px; }
/* Bottom action bar */
.bottom-bar {
position: absolute;
left: 0; right: 0; bottom: 0;
height: 160px;
background: #ffffff;
border-top: 1px solid #e8e8e8;
display: grid;
grid-template-columns: 1fr 1fr;
}
.bar-item {
display:flex; align-items:center; gap: 18px; padding: 20px 32px;
}
.bar-item + .bar-item { border-left: 1px solid #eee; }
.bar-title { font-weight: 700; font-size: 32px; }
.bar-sub { color:#7b8a96; font-size: 26px; margin-top: 4px; }
.bar-stack { display:flex; flex-direction: column; }
.tiny-dot { width: 14px; height: 14px; background:#ff3355; border-radius:50%; }
/* small helper */
.muted { color:#7b8a96; }
</style>
</head>
<body>
<div id="render-target">
<!-- App bar -->
<div class="appbar">
<div class="appbar-left">
<div class="icon-btn" aria-label="Back">
<svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="brand">NYKAA FASHION</div>
</div>
<div class="appbar-right">
<div class="icon-btn" aria-label="Search">
<svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-3-3" stroke-linecap="round"/></svg>
</div>
<div class="icon-btn" aria-label="Wishlist">
<svg class="icon" viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" /></svg>
</div>
<div class="icon-btn" aria-label="Bag">
<svg class="icon" viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z"/><path d="M9 8a3 3 0 0 1 6 0" /></svg>
</div>
</div>
</div>
<!-- Promo banner placeholder -->
<div class="promo">
<div class="img">[IMG: Promo Banner]</div>
</div>
<!-- Title -->
<div class="title-wrap">
<h1 class="title">black formal pants for women</h1>
<div class="sub">109 items</div>
</div>
<!-- Product grid -->
<div class="grid">
<!-- Card 1 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<span class="badge">BESTSELLER</span>
<div class="brand-name">FableStreet</div>
<div class="prod-name">Black 4 Way Stretch Bootcut ...</div>
<div>
<span class="price">₹1,887</span>
<span class="strike">₹2,695</span>
<span class="off">30% Off</span>
</div>
<div class="extra">Extra 15% Off</div>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">TINTED</div>
<div class="prod-name">Black Formal Pants for Women</div>
<div class="colors">
<div class="swatch" style="background:#000;"></div>
<div class="swatch" style="background:#3b2d1f;"></div>
<div class="swatch" style="background:#ffffff;"></div>
<div class="swatch" style="background:#caa57a;"></div>
<div class="swatch" style="background:#3c47ff;"></div>
<span class="muted" style="font-size:26px;">+3 more</span>
</div>
<div>
<span class="price">₹1,000</span>
<span class="strike">₹1,999</span>
<span class="off">50% Off</span>
</div>
<div class="alert">Lowest price ever</div>
</div>
</div>
<!-- Card 3 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">Label A</div>
<div class="prod-name">Relaxed Fit Black Pants</div>
<div>
<span class="price">₹1,299</span>
<span class="strike">₹1,899</span>
<span class="off">32% Off</span>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">Label B</div>
<div class="prod-name">Slim Fit Formal Trousers</div>
<div>
<span class="price">₹1,499</span>
<span class="strike">₹2,299</span>
<span class="off">35% Off</span>
</div>
</div>
</div>
</div>
<!-- Bottom bar -->
<div class="bottom-bar">
<div class="bar-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M4 20v-6M10 20v-9M16 20V8M22 20V4" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>
<div class="bar-stack">
<div class="bar-title">Sort by</div>
<div class="bar-sub">Popularity</div>
</div>
<div class="tiny-dot" style="margin-left:auto;"></div>
</div>
<div class="bar-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" stroke="#111" stroke-width="2.5" fill="none" stroke-linejoin="round"/></svg>
<div class="bar-stack">
<div class="bar-title">Filter</div>
<div class="bar-sub">No Filter Applied</div>
</div>
<div class="tiny-dot" style="background:#d0d7de; margin-left:auto;"></div>
</div>
</div>
</div>
</body>
</html>