AndroidCode / code /10145 /10145_6.html
yhzheng1031's picture
Add files using upload-large-folder tool
ff1f000 verified
raw
history blame
8.82 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Item Detail - Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #000000;
color: #FFFFFF;
}
/* Status bar */
.status-bar {
height: 74px;
padding: 0 28px;
display: flex;
align-items: center;
justify-content: space-between;
color: #EDEDED;
font-size: 30px;
letter-spacing: 1px;
}
.sb-right {
display: flex;
align-items: center;
gap: 22px;
}
.sb-icon svg { width: 36px; height: 36px; fill: none; stroke: #EDEDED; stroke-width: 2.5; }
/* App bar */
.app-bar {
height: 132px;
padding: 0 28px;
display: flex;
align-items: center;
justify-content: space-between;
}
.left-group {
display: flex;
align-items: center;
gap: 24px;
}
.title { font-size: 48px; font-weight: 700; letter-spacing: 0.3px; }
.action-group {
display: flex;
align-items: center;
gap: 18px;
}
.icon-btn {
width: 92px;
height: 92px;
background: #2A2A2A;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.icon-btn svg { width: 44px; height: 44px; stroke: #FFFFFF; fill: none; stroke-width: 2.5; }
/* Hero image */
.hero {
position: relative;
margin-top: 10px;
}
.img-ph {
width: 100%;
height: 980px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display: flex;
align-items: center;
justify-content: center;
color: #555;
font-size: 36px;
font-weight: 600;
}
.ribbon {
position: absolute;
top: 210px;
left: 32px;
background: #C8102E;
color: #fff;
padding: 18px 26px;
border-radius: 12px;
font-size: 34px;
font-weight: 700;
}
.count-badge {
position: absolute;
top: 220px;
right: 28px;
background: rgba(255,255,255,0.2);
color: #fff;
padding: 14px 22px;
border-radius: 12px;
font-size: 32px;
font-weight: 700;
}
.pager-dots {
position: absolute;
bottom: 92px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 14px;
align-items: center;
}
.dot { width: 16px; height: 16px; border-radius: 50%; background: #6A6A6A; }
.dot.active { width: 26px; height: 26px; background: #BDBDBD; }
.fav-btn {
position: absolute;
right: 28px;
bottom: 40px;
width: 120px;
height: 120px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: flex;
align-items: center;
justify-content: center;
}
.fav-btn svg { width: 60px; height: 60px; fill: none; stroke: #FFFFFF; stroke-width: 2.5; }
/* Content */
.content {
padding: 36px 36px 24px 36px;
}
.title-main {
font-size: 58px;
line-height: 1.16;
margin: 6px 0 26px 0;
font-weight: 800;
}
.seller {
margin-top: 6px;
padding: 14px 0 10px 0;
position: relative;
}
.seller-row {
display: flex;
align-items: center;
gap: 18px;
font-size: 34px;
}
.seller .store-ic {
width: 56px; height: 56px; background: #2A2A2A; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
}
.seller .store-ic svg { width: 32px; height: 32px; stroke: #fff; fill: none; stroke-width: 2.2; }
.seller a {
display: inline-block;
margin-left: 74px;
margin-top: 6px;
color: #A8D0FF;
text-decoration: underline;
font-size: 32px;
}
.chevron {
position: absolute;
right: 10px;
top: 18px;
}
.chevron svg { width: 40px; height: 40px; stroke: #FFFFFF; fill: none; stroke-width: 3; }
.price {
margin-top: 28px;
font-size: 70px;
font-weight: 800;
}
.shipping {
font-size: 36px;
color: #D0D0D0;
font-weight: 500;
}
.delivery {
margin-top: 22px;
color: #EDEDED;
font-size: 36px;
font-weight: 600;
}
.meta-row {
margin-top: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #DCDCDC;
font-size: 34px;
}
.meta-row .value {
color: #FFFFFF;
opacity: 0.9;
font-weight: 600;
display: flex;
align-items: center;
gap: 12px;
}
.meta-row .value .info svg { width: 32px; height: 32px; stroke: #DCDCDC; fill: none; stroke-width: 2.5; }
.qty {
margin-top: 40px;
color: #DCDCDC;
font-size: 32px;
}
.select {
margin-top: 18px;
width: 100%;
height: 112px;
border-radius: 18px;
background: #101010;
border: 2px solid #303030;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 28px;
font-size: 40px;
color: #FFFFFF;
}
.caret {
width: 0; height: 0;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 18px solid #FFFFFF;
margin-left: 10px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>8:25</div>
<div class="sb-right">
<div class="sb-icon">
<svg viewBox="0 0 24 24"><path d="M2 18c3-4 7-6 10-6s7 2 10 6" /><path d="M6 18c2-3 5-4 6-4s4 1 6 4" /><circle cx="12" cy="18" r="1.2" fill="#EDEDED"/></svg>
</div>
<div class="sb-icon">
<svg viewBox="0 0 24 24"><rect x="3" y="7" width="14" height="10" rx="2"/><path d="M17 10l4-2v8l-4-2"/></svg>
</div>
<div class="sb-icon">
<svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"/><rect x="5" y="8" width="14" height="8" rx="1"/></svg>
</div>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="left-group">
<div class="icon-btn" aria-label="Menu">
<svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
</div>
<div class="title">Item</div>
</div>
<div class="action-group">
<div class="icon-btn" aria-label="Search">
<svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><line x1="16.5" y1="16.5" x2="21" y2="21"/></svg>
</div>
<div class="icon-btn" aria-label="Cart">
<svg viewBox="0 0 24 24"><path d="M3 5h2l2 11h10l2-7H6"/><circle cx="9" cy="19" r="1.8" fill="#fff"/><circle cx="16" cy="19" r="1.8" fill="#fff"/></svg>
</div>
<div class="icon-btn" aria-label="Share">
<svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="18" cy="18" r="2"/><path d="M8 12l8-6M8 12l8 6"/></svg>
</div>
<div class="icon-btn" aria-label="More">
<svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="12" cy="19" r="2" fill="#fff"/></svg>
</div>
</div>
</div>
<!-- Product hero image -->
<div class="hero">
<div class="img-ph">[IMG: iPhone 14 Pro Max - Close-up Product Photo]</div>
<div class="ribbon">19 watched in the last 24 hours</div>
<div class="count-badge">1 of 2</div>
<div class="pager-dots">
<div class="dot active"></div>
<div class="dot"></div>
</div>
<div class="fav-btn" aria-label="Save">
<svg viewBox="0 0 24 24"><path d="M12 21s-7.5-5.1-7.5-10.2A4.8 4.8 0 0 1 12 7a4.8 4.8 0 0 1 7.5 3.8C19.5 15.9 12 21 12 21z"/></svg>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="title-main">iPhone 14 Pro Max - Unlocked - 128GB - Black - Excellent</div>
<div class="seller">
<div class="seller-row">
<div class="store-ic">
<svg viewBox="0 0 24 24">
<path d="M3 9h18" />
<path d="M4 9l1-3h14l1 3" />
<rect x="5" y="9" width="14" height="9" rx="1"/>
</svg>
</div>
<div>buybackboss (11826)</div>
</div>
<a href="#">99.2% positive feedback</a>
<div class="chevron">
<svg viewBox="0 0 24 24"><path d="M9 5l7 7-7 7"/></svg>
</div>
</div>
<div class="price">$975.00 <span class="shipping"> + $42.69 Shipping</span></div>
<div class="delivery">Est. delivery Mon, Jul 24 - Thu, Aug 10</div>
<div class="meta-row">
<div>Condition</div>
<div class="value">Excellent - Refurbished
<span class="info">
<svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 16v-5"/><circle cx="12" cy="7.5" r="1.2" fill="#DCDCDC"/></svg>
</span>
</div>
</div>
<div class="qty">Quantity 4 available</div>
<div class="select">
<div>1</div>
<div class="caret"></div>
</div>
</div>
</div>
</body>
</html>