AndroidCode / code /10059 /10059_2.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Decathlon Mobile UI - HTML Render</title>
<meta name="viewport" content="width=1080, initial-scale=1.0">
<style>
body {
margin: 0;
padding: 0;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
color: #222;
}
#render-target {
position: relative;
overflow: hidden;
width: 1080px;
height: 2400px;
background: #ffffff;
}
/* Header Area */
.header {
background: #2A77B3;
color: #fff;
padding: 24px 32px 20px 32px;
}
.status-bar {
display: flex;
align-items: center;
font-size: 34px;
opacity: 0.95;
margin-bottom: 22px;
}
.status-time {
font-weight: 600;
margin-right: 18px;
}
.status-icons {
display: flex;
gap: 18px;
margin-left: auto;
}
.decathlon-logo {
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
color: #0B5EA6;
font-weight: 800;
border-radius: 6px;
padding: 18px 24px;
font-size: 42px;
width: 360px;
height: 92px;
box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
}
.location-row {
margin-top: 22px;
font-size: 36px;
}
.location-row .code {
color: #FFD84D;
font-weight: 700;
margin: 0 6px;
}
.location-row .change {
color: #B6E0FF;
text-decoration: underline;
margin-left: 12px;
cursor: pointer;
}
.search-area {
margin-top: 18px;
display: flex;
align-items: center;
gap: 18px;
}
.search-bar {
flex: 1;
background: #fff;
border-radius: 22px;
height: 120px;
display: flex;
align-items: center;
padding: 0 24px;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.search-icon {
width: 56px;
height: 56px;
margin-right: 14px;
}
.search-placeholder {
font-size: 40px;
color: #666;
}
.mic-btn {
margin-left: auto;
width: 86px;
height: 86px;
background: #E6F3FF;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #CDE6FF;
}
.round-action {
width: 104px;
height: 104px;
border-radius: 26px;
display: flex;
align-items: center;
justify-content: center;
background: #FFEB80;
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.icon-btn {
width: 88px;
height: 88px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.65);
display: flex;
align-items: center;
justify-content: center;
}
/* Category Grid */
.categories {
padding: 28px 26px 10px 26px;
background: #fff;
}
.cat-grid {
display: flex;
flex-wrap: wrap;
}
.cat-item {
width: 25%;
padding: 18px;
text-align: center;
}
.cat-img {
width: 220px;
height: 220px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-radius: 22px;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 30px;
}
.cat-label {
margin-top: 18px;
font-size: 36px;
color: #333;
font-weight: 600;
}
/* Banner */
.outdoor-banner {
margin: 8px 26px;
background: linear-gradient(90deg, #E8F2E8 0%, #F2F7EF 60%, #F7F5EE 100%);
border-radius: 18px;
padding: 28px;
position: relative;
}
.banner-title {
font-size: 64px;
font-weight: 800;
color: #2E3E2E;
letter-spacing: 1px;
}
.price-tag {
position: absolute;
right: 28px;
top: 28px;
background: #FFD84D;
color: #111;
padding: 10px 16px;
border-radius: 10px;
font-weight: 800;
font-size: 32px;
}
.banner-cards {
display: flex;
gap: 24px;
margin-top: 26px;
}
.banner-card {
flex: 1;
height: 420px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-radius: 46px;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 34px;
}
.shop-btn {
margin: 24px auto 12px auto;
width: 320px;
height: 96px;
background: #FFE36A;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 40px;
color: #222;
box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}
.dots {
display: flex;
justify-content: center;
gap: 18px;
margin-top: 10px;
}
.dot {
width: 16px;
height: 16px;
border-radius: 50%;
background: #D0D0D0;
}
.dot.active {
background: #2A77B3;
}
/* Trending */
.trending {
padding: 28px 26px;
}
.trending-title {
font-size: 60px;
font-weight: 900;
letter-spacing: 1px;
margin-bottom: 20px;
}
.trend-row {
display: flex;
gap: 30px;
}
.trend-item {
width: 200px;
height: 200px;
border-radius: 50%;
background: #E0E0E0;
border: 10px solid #9C67D6;
display: flex;
align-items: center;
justify-content: center;
color: #616161;
font-size: 26px;
}
/* Bottom Nav */
.bottom-nav {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
border-top: 1px solid #E5E5E5;
display: flex;
justify-content: space-around;
padding: 18px 0 24px 0;
height: 160px;
}
.nav-item {
display: flex;
align-items: center;
flex-direction: column;
gap: 10px;
color: #5A5A5A;
font-size: 32px;
}
.nav-item.active {
color: #2A77B3;
}
.nav-icon {
width: 68px;
height: 68px;
}
/* Utility icon styles */
svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Header -->
<div class="header">
<div class="status-bar">
<div class="status-time">10:35</div>
<div class="status-icons">
<!-- simple weather/cloud icons substitute -->
<svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="7"/></svg>
<svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><rect x="5" y="8" width="14" height="8" rx="3"/></svg>
<svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M3 12h18" stroke="#fff" stroke-width="3"/></svg>
</div>
</div>
<div class="decathlon-logo">DECATHLON</div>
<div class="location-row">
Delivery Location <span class="code">560001</span><span class="change">CHANGE</span>
</div>
<div class="search-area">
<div class="search-bar">
<svg class="search-icon" viewBox="0 0 24 24">
<circle cx="11" cy="11" r="7" stroke="#2A77B3" stroke-width="2" fill="none"/>
<line x1="17" y1="17" x2="22" y2="22" stroke="#2A77B3" stroke-width="2"/>
</svg>
<div class="search-placeholder">Search for " Run"</div>
<div class="mic-btn">
<svg width="46" height="46" viewBox="0 0 24 24">
<rect x="9" y="5" width="6" height="10" rx="3" fill="#2A77B3"/>
<path d="M6 11c0 3 2.5 5 6 5s6-2 6-5" stroke="#2A77B3" stroke-width="2" fill="none"/>
<line x1="12" y1="16" x2="12" y2="20" stroke="#2A77B3" stroke-width="2"/>
</svg>
</div>
</div>
<div class="icon-btn" title="Favorites">
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M12 21s-7-4.6-9-8.7C1.3 9 3.2 6.5 6 6.5c2 0 3.4 1.2 4 2.2.6-1 2-2.2 4-2.2 2.8 0 4.7 2.5 3 5.8-2 4.1-9 8.7-9 8.7z" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
</div>
<div class="round-action" title="Cart">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M3 6h2l2 10h10l2-8H6" fill="none" stroke="#333" stroke-width="2"/>
<circle cx="9" cy="20" r="2" fill="#333"/>
<circle cx="17" cy="20" r="2" fill="#333"/>
</svg>
</div>
</div>
</div>
<!-- Categories -->
<div class="categories">
<div class="cat-grid">
<div class="cat-item">
<div class="cat-img">[IMG: Men Apparel]</div>
<div class="cat-label">Men</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Women Apparel]</div>
<div class="cat-label">Women</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Kids Wear]</div>
<div class="cat-label">Kids</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Sale Badge]</div>
<div class="cat-label">Sale</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Eco Design Icon]</div>
<div class="cat-label">Eco Design</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Running Shoes]</div>
<div class="cat-label">Shoes</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Sports Equipment]</div>
<div class="cat-label">Sports Equipment</div>
</div>
<div class="cat-item">
<div class="cat-img">[IMG: Accessories Mix]</div>
<div class="cat-label">Accessories</div>
</div>
</div>
</div>
<!-- Outdoor Banner -->
<div class="outdoor-banner">
<div class="banner-title">GO PLACES, GO OUTDOORS</div>
<div class="price-tag">Starting from ₹199</div>
<div class="banner-cards">
<div class="banner-card">[IMG: Trekking - Two Hikers]</div>
<div class="banner-card">[IMG: Wildlife Photographer]</div>
<div class="banner-card">[IMG: Friends at Viewpoint]</div>
</div>
<div class="shop-btn">SHOP NOW</div>
<div class="dots">
<div class="dot active"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
<!-- Trending -->
<div class="trending">
<div class="trending-title">WHAT'S TRENDING</div>
<div class="trend-row">
<div class="trend-item">[IMG: GO PLACES]</div>
<div class="trend-item">[IMG: CS500 Cycling]</div>
<div class="trend-item">[IMG: Prices]</div>
<div class="trend-item">[IMG: Sports Tees]</div>
<div class="trend-item">[IMG: Fitness Gear]</div>
</div>
</div>
<!-- Bottom Navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<svg class="nav-icon" viewBox="0 0 24 24">
<path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#2A77B3" stroke-width="2"/>
</svg>
<div>Home</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<rect x="4" y="4" width="6" height="6" fill="#5A5A5A"/>
<rect x="14" y="4" width="6" height="6" fill="#5A5A5A"/>
<rect x="4" y="14" width="6" height="6" fill="#5A5A5A"/>
<rect x="14" y="14" width="6" height="6" fill="#5A5A5A"/>
</svg>
<div>Sport</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<path d="M3 8v-3h6M21 8v-3h-6M3 16v3h6M21 16v3h-6" stroke="#5A5A5A" stroke-width="2" fill="none"/>
<rect x="7" y="7" width="10" height="10" fill="none" stroke="#5A5A5A" stroke-width="2"/>
</svg>
<div>Scan</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="3.5" fill="#5A5A5A"/>
<path d="M4 20c1-4 5-6 8-6s7 2 8 6" fill="none" stroke="#5A5A5A" stroke-width="2"/>
</svg>
<div>Account</div>
</div>
</div>
</div>
</body>
</html>