AndroidCode / code /10157 /10157_1.html
yhzheng1031's picture
Add files using upload-large-folder tool
ff1f000 verified
raw
history blame
7.29 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Estée Lauder Promo</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
}
/* Common */
.navy { background:#0c1633; color:#ffffff; }
.row { display:flex; align-items:center; }
.center { display:flex; justify-content:center; align-items:center; }
.underline { text-decoration: underline; }
.divider { width:1px; height:24px; background:#8ea0c2; margin: 0 28px; opacity:0.5; }
/* Status bar */
.status-bar {
position:absolute; top:0; left:0; width:100%; height:80px; background:#000; color:#fff;
padding:0 30px; box-sizing:border-box; font-family: Arial, Helvetica, sans-serif;
font-size:32px;
}
.status-bar .right { margin-left:auto; gap:18px; }
/* Top promo banner */
.promo {
position:absolute; top:80px; left:0; width:100%; height:160px; box-sizing:border-box;
padding:0 80px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing:0.5px;
}
.promo .text { font-size:42px; font-weight:600; }
.promo .link { font-size:40px; margin-left:20px; }
.promo .chev { position:absolute; top:50%; transform:translateY(-50%); width:60px; height:60px; }
.promo .chev.left { left:18px; }
.promo .chev.right { right:18px; }
.promo svg { width:60px; height:60px; }
/* Header */
.header {
position:absolute; top:240px; left:0; width:100%; height:140px; background:#fff;
border-bottom: 1px solid #e6e8ee;
padding:0 40px; box-sizing:border-box;
}
.header .brand {
font-family: "Georgia", "Times New Roman", serif;
font-size:72px; letter-spacing:6px; color:#1a2236;
}
.header .left, .header .right { gap:38px; }
.header svg { width:58px; height:58px; }
.header .signin { font-size:34px; color:#1a2236; font-family: Arial, Helvetica, sans-serif; }
/* Hero image */
.hero {
position:absolute; top:380px; left:0; width:100%; height:900px;
}
.img-box {
width:100%; height:100%;
background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
font-family: Arial, Helvetica, sans-serif; font-size:40px;
}
.hero .overlay {
position:absolute; bottom:40px; left:0; width:100%;
text-align:center; color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.hero .overlay .top { font-weight:700; letter-spacing:1px; font-size:34px; text-transform:uppercase; }
.hero .overlay .sub { font-size:36px; margin-top:6px; }
/* Content section */
.content {
position:absolute; top:1280px; left:0; width:100%; height:860px; background:#fff;
padding:70px 80px; box-sizing:border-box; text-align:center;
color:#1a2236;
}
.content .kicker {
font-family: Arial, Helvetica, sans-serif; font-weight:800; letter-spacing:3px;
font-size:40px; text-transform:uppercase;
}
.content .headline {
font-family: "Georgia", "Times New Roman", serif;
font-size:96px; line-height:1.05; margin-top:36px;
}
.content .subline {
font-family: "Georgia", "Times New Roman", serif;
font-size:56px; color:#3a4258; margin-top:30px;
}
.content .value {
font-family: Arial, Helvetica, sans-serif; font-size:48px; font-weight:800; margin-top:60px;
}
.content .price {
font-family: Arial, Helvetica, sans-serif; font-size:42px; color:#3a4258; margin-top:16px;
}
/* CTA section */
.cta {
position:absolute; top:2140px; left:0; width:100%; height:220px; background:#0c1633; color:#fff;
box-sizing:border-box; padding:24px 40px;
}
.cta .button {
width:100%; height:110px; border:2px solid #ffffff; border-radius:8px;
font-family: Arial, Helvetica, sans-serif; font-size:48px; font-weight:800; letter-spacing:3px;
}
.cta .links {
margin-top:26px; width:100%; display:flex; align-items:center; justify-content:center;
font-family: Arial, Helvetica, sans-serif; font-size:36px; letter-spacing:3px; color:#cdd4e8;
}
.cta .links span { padding:0 4px; }
/* Home indicator */
.home-indicator {
position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
width:260px; height:18px; border-radius:9px; background:#cfcfcf; opacity:0.9;
}
/* Simple button hover (visual only) */
.button:hover { background:rgba(255,255,255,0.08); }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar row">
<div>10:52</div>
<div class="right row">
<!-- placeholders for status icons -->
<span>80°</span>
<span></span>
<span></span>
<span>🔋</span>
</div>
</div>
<!-- Promo banner -->
<div class="promo navy row">
<div class="chev left">
<svg viewBox="0 0 24 24" fill="none">
<path d="M15 4 L7 12 L15 20" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="text">Shop Now &amp; Pay Later with Afterpay</div>
<div class="link underline">Learn More</div>
<div class="chev right">
<svg viewBox="0 0 24 24" fill="none">
<path d="M9 4 L17 12 L9 20" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<!-- Header -->
<div class="header row">
<div class="left row">
<!-- Menu icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<path d="M3 6 H21 M3 12 H21 M3 18 H21" stroke-width="2" stroke-linecap="round"/>
</svg>
<!-- Search icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<circle cx="11" cy="11" r="7" stroke-width="2"/>
<path d="M20 20 L16 16" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<div class="center" style="flex:1;">
<div class="brand">ESTÉE LAUDER</div>
</div>
<div class="right row">
<div class="signin">SIGN IN</div>
<!-- Bag icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<path d="M6 9 H18 V20 H6 Z" stroke-width="2"/>
<path d="M8 9 C8 6 10 4 12 4 C14 4 16 6 16 9" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
<!-- Hero image -->
<div class="hero">
<div class="img-box center">[IMG: Estee Lauder holiday gift set on blue background]</div>
<div class="overlay">
<div class="top">Choose Your Look</div>
<div class="sub">Celestial Glow</div>
</div>
</div>
<!-- Content block -->
<div class="content">
<div class="kicker">LIMITED EDITION</div>
<div class="headline">11 Full-Size Favorites<br>&amp; More</div>
<div class="subline">for the Price of One<br>Full-Size Advanced Night Repair*</div>
<div class="value">A $615 Value</div>
<div class="price">$85 with any purchase**</div>
</div>
<!-- CTA Section -->
<div class="cta">
<div class="button center">SHOP NOW</div>
<div class="links">
<span>LIVE CHAT</span>
<div class="divider"></div>
<span>JOIN LOYALTY</span>
<div class="divider"></div>
<span>OFFERS</span>
</div>
</div>
<!-- Home indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html>