AndroidCode / code /10157 /10157_6.html
yhzheng1031's picture
Add files using upload-large-folder tool
ff1f000 verified
raw
history blame
7.86 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Estee Lauder - Night Repair Serum Results</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #1b223b;
}
/* Top status bar */
.status-bar {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 100px;
background: #000;
color: #fff;
display: flex;
align-items: center;
padding: 0 40px;
box-sizing: border-box;
font-size: 32px;
letter-spacing: 1px;
}
.status-bar .right {
margin-left: auto;
display: flex;
align-items: center;
gap: 22px;
}
.status-icon { width: 34px; height: 34px; }
/* Promo banner */
.promo {
position: absolute;
top: 100px;
left: 0;
width: 1080px;
height: 170px;
background: #0b1431;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 0 100px;
}
.promo .text {
text-align: center;
font-size: 34px;
line-height: 1.35;
max-width: 800px;
}
.promo a { color: #c9d3ff; text-decoration: underline; }
.promo .edge {
position: absolute;
top: 0;
width: 100px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.promo .left { left: 0; }
.promo .right { right: 0; }
/* Header */
.header {
position: absolute;
top: 270px;
left: 0;
width: 1080px;
height: 160px;
background: #fff;
border-bottom: 1px solid #e6e8ef;
display: flex;
align-items: center;
padding: 0 36px;
box-sizing: border-box;
}
.header .left,
.header .right {
display: flex;
align-items: center;
gap: 28px;
}
.header .center {
position: absolute;
left: 0; right: 0;
text-align: center;
font-family: Georgia, "Times New Roman", serif;
font-size: 64px;
letter-spacing: 6px;
color: #1b223b;
}
.header .right {
margin-left: auto;
font-size: 30px;
color: #1b223b;
}
.icon { width: 56px; height: 56px; }
/* Results text */
.results {
position: absolute;
top: 430px;
left: 0;
width: 1080px;
padding: 36px 44px 0;
box-sizing: border-box;
font-size: 36px;
color: #2c3249;
}
/* Filters row */
.filters-row {
position: absolute;
top: 530px;
left: 0;
width: 1080px;
padding: 24px 44px;
box-sizing: border-box;
display: flex;
align-items: center;
font-size: 36px;
color: #2c3249;
}
.filters-row .right { margin-left: auto; }
/* Product hero */
.hero {
position: absolute;
top: 620px;
left: 0;
width: 1080px;
height: 930px;
background: #e9edf2;
}
.hero .label {
position: absolute;
top: 40px;
left: 44px;
font-weight: 700;
letter-spacing: 2px;
color: #17203e;
font-size: 32px;
}
.hero .img-wrap {
position: absolute;
left: 240px;
top: 120px;
width: 600px;
height: 760px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 32px;
text-align: center;
}
.hero .side {
position: absolute;
top: 0;
width: 120px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.hero .side.left { left: 0; }
.hero .side.right { right: 0; }
.chev { width: 50px; height: 50px; opacity: 0.75; }
/* Product details */
.details {
position: absolute;
top: 1550px;
left: 0;
width: 1080px;
background: #fff;
padding: 40px 44px 20px;
box-sizing: border-box;
}
.details .title {
font-family: Georgia, "Times New Roman", serif;
font-size: 56px;
line-height: 1.2;
color: #1b223b;
margin-bottom: 24px;
}
.details .desc {
font-size: 34px;
color: #3c4566;
margin-bottom: 24px;
}
.details .price {
font-size: 40px;
font-weight: 800;
color: #1b223b;
}
/* Bottom CTA bar */
.cta-bar {
position: absolute;
bottom: 180px;
left: 0;
width: 1080px;
height: 140px;
background: #0b1431;
color: #e6eafc;
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
font-size: 36px;
letter-spacing: 2px;
}
.divider {
width: 2px;
height: 40px;
background: #394266;
}
/* Simple helper for SVG stroke color */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>10:55</div>
<div class="right">
<!-- simplified status icons -->
<svg class="status-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#fff"/></svg>
<svg class="status-icon" viewBox="0 0 24 24"><rect x="2" y="6" width="20" height="12" rx="2" fill="#fff"/></svg>
<svg class="status-icon" viewBox="0 0 24 24"><path d="M2 12h20" stroke="#fff" stroke-width="3"/></svg>
</div>
</div>
<!-- Promo banner -->
<div class="promo">
<div class="edge left">
<svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="text">
Try up to 4 free favorites with every purchase. <a href="#">Details</a>
</div>
<div class="edge right">
<svg class="icon" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="left">
<!-- menu -->
<svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#1b223b" stroke-width="2" stroke-linecap="round"/></svg>
<!-- search -->
<svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#1b223b" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#1b223b" stroke-width="2" stroke-linecap="round"/></svg>
</div>
<div class="center">ESTEE LAUDER</div>
<div class="right">
<div>SIGN IN</div>
<!-- cart -->
<svg class="icon" viewBox="0 0 24 24"><path d="M6 7h12l-1 11H7L6 7z" stroke="#1b223b" stroke-width="2" fill="none"/><path d="M9 7V5a3 3 0 0 1 6 0v2" stroke="#1b223b" stroke-width="2" fill="none"/></svg>
</div>
</div>
<!-- Results info -->
<div class="results">
Showing 28 results for "Night Repair Serum".
</div>
<!-- Filters row -->
<div class="filters-row">
<div>Filters ▼</div>
<div class="right">Best Sellers ▼</div>
</div>
<!-- Product hero area -->
<div class="hero">
<div class="label">BEST SELLER</div>
<div class="img-wrap">[IMG: Advanced Night Repair Bottle]</div>
<div class="side left">
<svg class="chev" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="side right">
<svg class="chev" viewBox="0 0 24 24"><path d="M9 5l7 7-7 7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
</div>
<!-- Product details -->
<div class="details">
<div class="title">
Advanced Night Repair Serum<br>
Synchronized Multi-Recovery Complex
</div>
<div class="desc">7 serums in 1: fight the look of multiple signs of aging.</div>
<div class="price">$85.00 - $240.00</div>
</div>
<!-- Bottom CTA bar -->
<div class="cta-bar">
<div>JOIN LOYALTY</div>
<div class="divider"></div>
<div>OFFERS</div>
</div>
</div>
</body>
</html>