AndroidCode / code /10157 /10157_7.html
yhzheng1031's picture
Add files using upload-large-folder tool
ff1f000 verified
raw
history blame
12.6 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Estee Lauder Product Page Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
color: #0a0a0a;
font-family: "Georgia", "Times New Roman", serif;
}
/* Common */
.row { display: flex; align-items: center; }
.serif { font-family: "Georgia", "Times New Roman", serif; }
.sans { font-family: "Segoe UI", Roboto, Arial, sans-serif; }
.navy { color: #0f1a33; }
.muted { color: #4b5664; }
.light-gray { color: #6f7a88; }
.pad-40 { padding: 0 40px; }
.price { font-weight: 800; font-size: 40px; letter-spacing: 0.3px; }
.divider { height: 1px; background: #e5e7eb; }
/* Status bar */
.status-bar {
position: absolute; top: 0; left: 0; width: 100%; height: 90px;
background: #000000; color: #ffffff; font-family: "Segoe UI", Roboto, Arial, sans-serif;
display: flex; align-items: center; justify-content: space-between;
padding: 0 28px; font-size: 32px;
}
.status-icons { display: flex; align-items: center; gap: 18px; }
/* Promo banner */
.promo {
position: absolute; top: 90px; left: 0; width: 100%; height: 160px;
background: #0f1a33; color: #ffffff;
display: flex; align-items: center; justify-content: center;
text-align: center; line-height: 1.35; padding: 0 140px;
box-sizing: border-box;
}
.promo .edge {
position: absolute; top: 0; width: 120px; height: 100%; display: flex; align-items: center; justify-content: center;
}
.promo .edge.left { left: 0; }
.promo .edge.right { right: 0; }
.promo .text { font-size: 34px; }
.promo .text .link { text-decoration: underline; }
/* Header */
.header {
position: absolute; top: 250px; left: 0; width: 100%; height: 160px;
background: #ffffff; border-bottom: 1px solid #e6e8ee;
display: flex; align-items: center; justify-content: center;
}
.header .left, .header .right {
position: absolute; top: 0; height: 100%; display: flex; align-items: center; gap: 30px;
}
.header .left { left: 30px; }
.header .right { right: 30px; }
.brand {
font-size: 70px; letter-spacing: 6px; color: #1b243a;
}
.header .right .signin { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; color: #1b243a; }
/* Intro text & rating */
.intro {
position: absolute; top: 410px; left: 0; width: 100%; background: #ffffff;
padding: 22px 40px 30px 40px; box-sizing: border-box;
}
.stars { display: inline-flex; gap: 8px; vertical-align: middle; }
.reviews { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; margin-left: 18px; color: #1b243a; }
.intro .desc { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 36px; color: #2b3343; margin-top: 16px; }
.intro .range { font-weight: 800; font-size: 42px; color: #1b243a; margin-top: 20px; }
/* Best seller tag */
.best-seller {
position: absolute; top: 720px; left: 0; width: 100%; height: 100px;
background: #eef2f6; display: flex; align-items: center; padding: 0 40px; box-sizing: border-box;
color: #0f1a33; font-weight: 700; letter-spacing: 4px; font-size: 32px;
}
/* Hero image area */
.hero {
position: absolute; top: 820px; left: 0; width: 100%; height: 720px;
background: #e9edf3;
display: flex; align-items: center; justify-content: center; box-sizing: border-box;
}
.hero .img {
width: 820px; height: 600px; background: #E0E0E0; border: 1px solid #BDBDBD;
display: flex; align-items: center; justify-content: center; color: #757575; font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 32px; text-align: center; padding: 20px;
}
.hero .overlay {
position: absolute; top: 0; width: 130px; height: 100%;
background: rgba(0,0,0,0.04);
display: flex; align-items: center; justify-content: center;
}
.hero .overlay.left { left: 0; }
.hero .overlay.right { right: 0; }
/* Product details section */
.details {
position: absolute; top: 1540px; left: 0; width: 100%;
background: #ffffff; padding: 40px; box-sizing: border-box;
}
.details .title {
font-size: 56px; line-height: 1.2; color: #1b243a;
margin-bottom: 24px;
}
.details .rating-row { display: flex; align-items: center; margin-bottom: 18px; }
.details .subdesc { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; color: #2b3343; line-height: 1.4; margin-top: 8px; }
.details .price { margin-top: 22px; }
/* Bottom actions */
.bottom-bar {
position: absolute; bottom: 60px; left: 0; width: 100%; height: 120px;
background: #0f1a33; color: #ffffff; display: flex; align-items: center; justify-content: center; gap: 60px;
font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; letter-spacing: 2px;
}
.bottom-bar .sep { width: 1px; height: 36px; background: rgba(255,255,255,0.4); }
/* Home indicator */
.home-indicator {
position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
width: 200px; height: 12px; background: #c9cdd3; border-radius: 6px;
}
/* SVG sizing helpers */
.icon { width: 48px; height: 48px; }
.icon-large { width: 64px; height: 64px; }
.icon-chev { width: 40px; height: 40px; }
.icon-bag { width: 60px; height: 60px; }
.icon-menu { width: 56px; height: 56px; }
.icon-search { width: 56px; height: 56px; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>10:56</div>
<div class="status-icons">
<!-- simple dots and shapes to mimic system icons -->
<svg class="icon" viewBox="0 0 24 24">
<circle cx="6" cy="12" r="3" fill="#fff"></circle>
<rect x="12" y="9" width="6" height="6" fill="#fff"></rect>
</svg>
<svg class="icon" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="3" fill="#fff"></circle>
</svg>
<svg class="icon" viewBox="0 0 24 24">
<rect x="3" y="10" width="18" height="4" fill="#fff"></rect>
</svg>
<div style="width:8px"></div>
</div>
<div class="status-icons">
<svg class="icon" viewBox="0 0 24 24">
<path d="M3 17c3-3 6-5 9-5s6 2 9 5" stroke="#fff" stroke-width="2" fill="none"></path>
</svg>
<svg class="icon" viewBox="0 0 24 24">
<rect x="6" y="5" width="12" height="14" rx="2" stroke="#fff" stroke-width="2" fill="none"></rect>
<rect x="8" y="7" width="8" height="10" fill="#fff"></rect>
</svg>
</div>
</div>
<!-- Promo Banner -->
<div class="promo">
<div class="edge left">
<svg class="icon-chev" viewBox="0 0 24 24">
<path d="M15 4 L7 12 L15 20" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="text">
Try up to 4 free favorites with every purchase. <span style="font-size:30px">*</span> <span class="link">Details</span>
</div>
<div class="edge right">
<svg class="icon-chev" viewBox="0 0 24 24">
<path d="M9 4 L17 12 L9 20" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="left">
<!-- Menu icon -->
<svg class="icon-menu" viewBox="0 0 24 24">
<path d="M3 6h18M3 12h18M3 18h18" stroke="#1b243a" stroke-width="2" stroke-linecap="round"></path>
</svg>
<!-- Search icon -->
<svg class="icon-search" viewBox="0 0 24 24">
<circle cx="11" cy="11" r="7" stroke="#1b243a" stroke-width="2" fill="none"></circle>
<path d="M16 16l5 5" stroke="#1b243a" stroke-width="2" stroke-linecap="round"></path>
</svg>
</div>
<div class="brand">ESTĒE LAUDER</div>
<div class="right">
<div class="signin">SIGN IN</div>
<!-- Bag icon -->
<svg class="icon-bag" viewBox="0 0 24 24">
<path d="M6 9h12l-1 11H7L6 9z" stroke="#1b243a" stroke-width="2" fill="none"></path>
<path d="M9 9V7a3 3 0 0 1 6 0v2" stroke="#1b243a" stroke-width="2" fill="none"></path>
</svg>
</div>
</div>
<!-- Intro rating and descriptive text -->
<div class="intro">
<div class="row">
<div class="stars">
<!-- 4 full stars + 1 half star -->
<svg viewBox="0 0 20 20" width="40" height="40">
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
</svg>
<svg viewBox="0 0 20 20" width="40" height="40">
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
</svg>
<svg viewBox="0 0 20 20" width="40" height="40">
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
</svg>
<svg viewBox="0 0 20 20" width="40" height="40">
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
</svg>
<svg viewBox="0 0 20 20" width="40" height="40">
<defs>
<clipPath id="halfStarClip">
<rect x="0" y="0" width="10" height="20"></rect>
</clipPath>
</defs>
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111" clip-path="url(#halfStarClip)"></path>
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="none" stroke="#111" stroke-width="1"></path>
</svg>
</div>
<div class="reviews">(21989)</div>
</div>
<div class="desc sans">7 serums in 1: fight the look of multiple signs of aging.</div>
<div class="range">$85.00 - $240.00</div>
</div>
<!-- BEST SELLER Tag -->
<div class="best-seller">BEST SELLER</div>
<!-- Hero image -->
<div class="hero">
<div class="img">[IMG: Advanced Night Repair Serum Duo bottles]</div>
<div class="overlay left">
<svg class="icon-large" viewBox="0 0 24 24">
<path d="M15 4 L7 12 L15 20" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="overlay right">
<svg class="icon-large" viewBox="0 0 24 24">
<path d="M9 4 L17 12 L9 20" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
</div>
<!-- Product details -->
<div class="details">
<div class="title">Advanced Night Repair Serum Duo<br>Synchronized Multi-Recovery Complex</div>
<div class="rating-row">
<div class="stars">
<svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
<svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
<svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
<svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
<svg viewBox="0 0 20 20" width="38" height="38">
<defs>
<clipPath id="halfStarClip2">
<rect x="0" y="0" width="10" height="20"></rect>
</clipPath>
</defs>
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111" clip-path="url(#halfStarClip2)"></path>
<path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="none" stroke="#111" stroke-width="1"></path>
</svg>
</div>
<div class="reviews">(21989)</div>
</div>
<div class="subdesc">Serum value set: fight the look of signs of aging.<br>A $250 Value</div>
<div class="price">$208.00</div>
</div>
<!-- Bottom Bar -->
<div class="bottom-bar">
<div>LIVE CHAT</div>
<div class="sep"></div>
<div>JOIN LOYALTY</div>
<div class="sep"></div>
<div>OFFERS</div>
</div>
<!-- Home Indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html>