AndroidCode / code /10179 /10179_1.html
yhzheng1031's picture
Add files using upload-large-folder tool
5501681 verified
raw
history blame
14 kB
<html>
<head>
<meta charset="UTF-8">
<title>PF Furniture - Mobile UI</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: #ffffff;
}
/* Status bar */
.status-bar {
height: 120px;
background: #2f2731;
color: #fff;
padding: 0 32px;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
letter-spacing: 0.5px;
}
.status-left { display: flex; align-items: center; gap: 24px; }
.status-right { display: flex; align-items: center; gap: 22px; color: #fff; opacity: 0.95; }
/* App bar */
.app-bar {
height: 140px;
background: #fff;
display: flex;
align-items: center;
padding: 0 28px;
border-bottom: 1px solid #ececec;
}
.hamburger { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; margin-right: 18px; }
.brand {
color: #ff6e3d;
font-size: 74px;
font-weight: 800;
margin-right: auto;
}
.app-icons { display: flex; align-items: center; gap: 34px; }
.icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; color: #444; }
/* Category strip */
.category-strip {
padding: 18px 18px 8px;
overflow-x: auto;
white-space: nowrap;
}
.cats {
display: flex;
gap: 26px;
padding: 6px 10px 20px;
}
.cat {
width: 170px;
}
.cat-img {
width: 170px;
height: 150px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
font-size: 24px;
text-align: center;
padding: 8px;
}
.cat-label {
text-align: center;
margin-top: 10px;
font-size: 28px;
color: #444;
line-height: 1.15;
}
/* Floating phone banner */
.phone-banner {
position: absolute;
top: 540px;
right: 28px;
background: #ffffff;
border: 1px solid #e6e2db;
border-radius: 18px;
box-shadow: 0 8px 18px rgba(0,0,0,0.08);
display: flex;
align-items: center;
padding: 24px 26px;
gap: 20px;
z-index: 5;
}
.phone-title {
font-size: 34px;
color: #5b513b;
font-weight: 700;
}
.phone-num {
font-size: 40px;
color: #8a5d0a;
font-weight: 800;
margin-top: 4px;
}
/* Hero row */
.hero-row {
display: flex;
gap: 26px;
padding: 14px 24px 0;
}
.hero-left {
width: 710px;
height: 720px;
background: #f7f7f7;
border: 1px solid #e5e5e5;
border-radius: 16px;
position: relative;
overflow: hidden;
}
.hero-right {
width: 316px;
height: 720px;
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 16px;
padding: 24px;
}
.hero-title {
position: absolute;
left: 32px;
top: 36px;
font-size: 80px;
color: #cc3a2e;
font-weight: 900;
line-height: 0.95;
}
.hero-sub {
position: absolute;
left: 32px;
top: 240px;
font-size: 40px;
color: #333;
font-weight: 700;
}
.hero-point {
position: absolute;
left: 32px;
top: 300px;
font-size: 30px;
color: #555;
}
.hero-img {
position: absolute;
right: 0;
bottom: 0;
width: 470px;
height: 420px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-top-left-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #757575;
}
.btn-shop {
position: absolute;
left: 32px;
bottom: 36px;
background: #ff6f3d;
color: #fff;
font-weight: 700;
border-radius: 10px;
padding: 18px 28px;
font-size: 30px;
}
.brand-card {
width: 100%;
height: 100%;
background: #fafafa;
border: 1px dashed #d7d7d7;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #676767;
text-align: center;
padding: 16px;
font-size: 34px;
line-height: 1.2;
}
/* Second row banners */
.second-row {
display: flex;
gap: 26px;
padding: 26px 24px 0;
}
.banner-left {
width: 710px;
height: 320px;
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 16px;
padding: 20px;
display: flex;
align-items: center;
gap: 18px;
}
.banner-img {
width: 420px;
height: 260px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
border-radius: 12px;
color: #757575;
display: flex;
align-items: center;
justify-content: center;
}
.banner-text h3 {
margin: 0 0 8px 0;
font-size: 40px;
color: #333;
}
.banner-text p {
margin: 0;
font-size: 28px;
color: #666;
}
.banner-right {
width: 316px;
height: 320px;
background: #fff2e1;
border: 1px solid #e5e5e5;
border-radius: 16px;
padding: 24px;
color: #6b4c1e;
}
.banner-right h4 {
margin: 0 0 12px 0;
font-size: 36px;
}
.banner-right .readmore {
margin-top: 24px;
font-weight: 700;
color: #8a4f0f;
font-size: 28px;
}
/* Coupon banner */
.coupon {
margin: 26px 24px 210px;
background: #d8292f;
color: #fff;
border-radius: 16px;
height: 290px;
position: relative;
padding: 24px 28px;
overflow: hidden;
}
.coupon h2 {
margin: 0;
font-size: 54px;
font-weight: 900;
letter-spacing: 1px;
}
.coupon p { margin: 12px 0 0 0; font-size: 34px; opacity: 0.95; }
.coupon .pill {
position: absolute;
right: 28px;
bottom: 24px;
background: #ff8b57;
color: #fff;
padding: 18px 24px;
border-radius: 12px;
font-weight: 800;
font-size: 30px;
}
.coupon .close {
position: absolute;
right: 24px;
top: 18px;
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
}
/* Floating chat */
.chat-pill {
position: absolute;
right: 36px;
bottom: 210px;
background: #ff8a32;
color: #fff;
padding: 18px 22px;
border-radius: 16px;
font-weight: 800;
display: flex;
align-items: center;
gap: 14px;
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
/* Bottom nav */
.bottom-nav {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 180px;
background: #ffffff;
border-top: 1px solid #ececec;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav-item {
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
font-size: 26px;
color: #777;
}
.nav-item.active { color: #ff7a3d; font-weight: 800; }
.nav-icon { width: 54px; height: 54px; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div style="font-size:46px;">10:44</div>
</div>
<div class="status-right">
<!-- simple dots and icons -->
<svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"/></svg>
<svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
<path d="M2 17c4.5-5.5 15.5-5.5 20 0"/><path d="M6 17c2.8-3.5 9.2-3.5 12 0"/><path d="M10 17c1.4-1.5 2.6-1.5 4 0"/><circle cx="12" cy="17" r="1.2" fill="#fff" stroke="none"/>
</svg>
<svg width="52" height="52" viewBox="0 0 28 18" fill="none" stroke="#fff" stroke-width="2">
<rect x="1" y="1" width="22" height="16" rx="2" ry="2" fill="none"></rect>
<rect x="3" y="3" width="18" height="12" fill="#fff"></rect>
<rect x="24" y="6" width="3" height="6" fill="#fff" stroke="none"></rect>
</svg>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="hamburger">
<svg width="48" height="48" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
<path d="M3 6h18M3 12h18M3 18h18"/>
</svg>
</div>
<div class="brand">pf</div>
<div class="app-icons">
<div class="icon-btn" aria-label="Search">
<svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
<circle cx="11" cy="11" r="7"/><path d="M20 20l-4.2-4.2"/>
</svg>
</div>
<div class="icon-btn" aria-label="Wishlist">
<svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
<path d="M12 21s-7-4.7-9-8.5C1 9 2.7 6 5.8 6c2 0 3 1.2 4.2 2.5C11.2 7.2 12.2 6 14.2 6 17.3 6 19 9 21 12.5 19 16.3 12 21 12 21z"/>
</svg>
</div>
<div class="icon-btn" aria-label="Cart">
<svg width="44" height="44" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
<path d="M3 6h2l2.5 10h10.5l2-7H7"/><circle cx="10" cy="19" r="1.6"/><circle cx="17" cy="19" r="1.6"/>
</svg>
</div>
</div>
</div>
<!-- Category strip -->
<div class="category-strip">
<div class="cats">
<div class="cat">
<div class="cat-img">[IMG: Furniture]</div>
<div class="cat-label">Furniture</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Mattress]</div>
<div class="cat-label">Mattresses</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Furnishings]</div>
<div class="cat-label">Furnishings</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Lamps & Lighting]</div>
<div class="cat-label">Lamps & Lighting</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Sofas]</div>
<div class="cat-label">Sofas & Seating</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Home Decor]</div>
<div class="cat-label">Home Decor</div>
</div>
<div class="cat">
<div class="cat-img">[IMG: Storage]</div>
<div class="cat-label">Storage</div>
</div>
</div>
</div>
<!-- Floating phone banner -->
<div class="phone-banner">
<div style="width:70px;height:70px;border-radius:12px;border:1px solid #e1c9a8;display:flex;align-items:center;justify-content:center;background:#fff6e8;">
<svg width="38" height="38" viewBox="0 0 24 24" fill="#d08b2a">
<path d="M6.6 10.8c1.6 3 3.6 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1 .4 2.2.6 3.4.6.4 0 .8.4.8.8V20c0 .9-.7 1.6-1.6 1.6C9.8 21.6 2.4 14.2 2.4 4.8 2.4 3.9 3.1 3.2 4 3.2h3.6c.4 0 .8.4.8.8 0 1.2.2 2.4.6 3.4.1.4 0 .9-.3 1.2l-2.1 2.2z"/>
</svg>
</div>
<div>
<div class="phone-title">Talk to a Sales Expert</div>
<div class="phone-num">022-6116-7373</div>
</div>
</div>
<!-- Hero row -->
<div class="hero-row">
<div class="hero-left">
<div class="hero-title">Winter SALE</div>
<div class="hero-sub">Upto 75% OFF</div>
<div class="hero-point">Plus assured cashback • Free shipping on thousands of products</div>
<div class="hero-img">[IMG: Cozy Bed Setup]</div>
<div class="btn-shop">SHOP NOW →</div>
</div>
<div class="hero-right">
<div class="brand-card">Brand Bazaar • Upto 85% OFF on featured brands (HomeTown, Interio, Spacewood, and more)</div>
</div>
</div>
<!-- Second row -->
<div class="second-row">
<div class="banner-left">
<div class="banner-img">[IMG: Modern Bedroom - Spacewood]</div>
<div class="banner-text">
<h3>Be a Trendsetter</h3>
<p>with Spacewood Furniture</p>
<p style="margin-top:16px;color:#8a8a8a;">Shop Now →</p>
</div>
</div>
<div class="banner-right">
<h4>How To Glam Your Home This Festive Season</h4>
<div style="height:150px;background:#ffe7ca;border:1px solid #ffd5a3;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#b87a30;">[IMG: Festive Decor]</div>
<div class="readmore">Read more →</div>
</div>
</div>
<!-- Coupon banner -->
<div class="coupon">
<div class="close"></div>
<h2>GET EXTRA 10% OFF</h2>
<p>On Signing Up — Exclusive Coupon: HELLO</p>
<div class="pill">Apply on Multiple Purchases</div>
</div>
<!-- Floating chat -->
<div class="chat-pill">
<svg width="34" height="34" viewBox="0 0 24 24" fill="#fff">
<path d="M3 4h18v12H8l-5 4V4z"/>
</svg>
<div>Let’s Chat</div>
</div>
<!-- Bottom Navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#ff7a3d" stroke-width="2">
<path d="M3 11l9-7 9 7v9H3z"/><path d="M9 20v-6h6v6" stroke="#ff7a3d"/>
</svg>
<div>Home</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
<circle cx="12" cy="8" r="3"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/>
</svg>
<div>My Account</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
<rect x="4" y="5" width="16" height="14" rx="2"/><path d="M8 9h8M8 13h8"/>
</svg>
<div>Gift Cards</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
<path d="M3 10h18v10H3z"/><path d="M6 10V6h12v4"/>
</svg>
<div>Stores</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
<circle cx="6" cy="6" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="6" cy="18" r="2"/><circle cx="18" cy="18" r="2"/>
</svg>
<div>Categories</div>
</div>
</div>
</div>
</body>
</html>