File size: 12,843 Bytes
fa881a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1080, initial-scale=1.0" />
<title>Shoes Search Results</title>
<style>
body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#222; }
#render-target {
width:1080px; height:2400px; position:relative; overflow:hidden;
background:#FFFFFF;
}
.status-bar {
height:96px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
color:#333; font-weight:600; font-size:36px;
}
.status-icons { display:flex; align-items:center; gap:20px; color:#555; }
.icon { width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; }
.top-search {
padding:0 24px 12px 24px;
}
.search-row { display:flex; align-items:center; gap:24px; }
.back-btn {
width:84px; height:84px; display:flex; align-items:center; justify-content:center;
}
.search-box {
flex:1; height:84px; border:2px solid #CBCBCB; border-radius:42px; padding:0 18px 0 28px;
display:flex; align-items:center; gap:18px;
}
.search-input {
flex:1; font-size:34px; color:#333;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.pill-row { display:flex; gap:18px; margin-top:22px; padding:0 12px; flex-wrap:wrap; }
.chip {
padding:18px 26px; border-radius:999px; font-size:30px; color:#333;
background:#F3F3F3; border:1px solid #E0E0E0; display:flex; align-items:center; gap:12px;
}
.chip .caret { font-size:32px; color:#777; }
.info-banner {
margin:18px 24px 10px 24px; background:#F7EFE6; border-radius:14px; border:1px solid #E9DDCE;
display:flex; align-items:center; gap:28px; padding:20px 24px; font-size:30px; color:#2F7A2F;
}
.info-banner .divider {
width:2px; height:36px; background:#E0D4C5;
}
.subchips { padding:6px 24px 8px 24px; display:flex; gap:18px; flex-wrap:wrap; }
.subchip { padding:14px 22px; border-radius:999px; font-size:28px; background:#FFFFFF; border:1px solid #DCDCDC; display:flex; align-items:center; gap:12px; color:#333; }
.grid {
padding:18px 24px 120px 24px;
display:grid; grid-template-columns:repeat(2, 1fr); gap:26px;
}
.card {
width:100%; border-radius:18px; overflow:hidden; background:#fff; border:1px solid #ECECEC;
}
.img-wrap {
position:relative; width:100%; height:520px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
}
.logo-tag {
position:absolute; top:14px; left:14px; background:#F3A548; color:#1b1b1b; font-weight:700;
padding:8px 12px; border-radius:10px; border:1px solid #C98535; font-size:24px;
}
.deal-ribbon {
position:absolute; left:0; right:0; bottom:0; height:64px; background:#E53935; color:#fff;
display:flex; align-items:center; justify-content:center; gap:12px; font-weight:700; font-size:28px;
}
.card-body { padding:18px 16px 16px 16px; }
.title { font-size:30px; line-height:40px; color:#222; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:80px; }
.subline { margin-top:6px; font-size:28px; color:#f37021; display:flex; gap:10px; align-items:baseline; }
.subline .muted { color:#777; font-weight:500; }
.rating { margin-top:6px; font-size:28px; color:#000; }
.price-row { margin-top:8px; display:flex; align-items:center; justify-content:space-between; }
.price-left { display:flex; align-items:center; gap:10px; }
.price { color:#FF7A00; font-weight:800; font-size:36px; }
.sold { color:#777; font-size:26px; }
.cart-round {
width:72px; height:72px; border-radius:50%; border:2px solid #CFCFCF; display:flex; align-items:center; justify-content:center;
}
.floating-cart {
position:absolute; right:40px; top:1180px; background:#24C76F; color:#fff; width:168px; height:168px; border-radius:50%;
display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; box-shadow:0 8px 18px rgba(36,199,111,0.35); border:4px solid #fff;
font-weight:700;
}
.floating-cart small { background:#FFFFFF; color:#24C76F; padding:6px 12px; border-radius:999px; font-size:24px; font-weight:700; }
.home-indicator {
position:absolute; left:50%; transform:translateX(-50%); bottom:20px; width:360px; height:10px; background:#000; opacity:0.42; border-radius:10px;
}
/* Simple helpers */
.bolt {
width:28px; height:28px;
}
.check {
width:28px; height:28px;
}
.xsmall { font-size:26px; color:#555; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>8:54</div>
<div class="status-icons">
<span class="icon xsmall">G</span>
<span class="icon xsmall">M</span>
<span class="icon xsmall">M</span>
<span class="icon xsmall">!</span>
<span class="icon xsmall">β’</span>
<span class="icon">
<svg viewBox="0 0 24 24" width="40" height="40"><path fill="#777" d="M4 7h16a1 1 0 0 1 1 1v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a1 1 0 0 1 1-1z"/><rect x="18" y="9" width="2" height="6" fill="#aaa"/></svg>
</span>
<span style="font-size:30px; color:#555;">96%</span>
</div>
</div>
<!-- Search area -->
<div class="top-search">
<div class="search-row">
<div class="back-btn">
<svg viewBox="0 0 24 24" width="48" height="48"><path fill="#222" d="M15.5 4.5 7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/></svg>
</div>
<div class="search-box">
<svg viewBox="0 0 24 24" width="40" height="40"><path fill="#777" d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zM10 15a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></svg>
<div class="search-input">42-size formal shoes</div>
<svg viewBox="0 0 24 24" width="40" height="40"><path fill="#9E9E9E" d="M18 6 6 18l-2-2L16 4l2 2zM6 6l12 12-2 2L4 8l2-2z"/></svg>
<svg viewBox="0 0 24 24" width="46" height="46"><path fill="#777" d="M9 4h6l1 3h3a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3l1-3zm3 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"/></svg>
</div>
</div>
<!-- Filter chips -->
<div class="pill-row">
<div class="chip">
<svg viewBox="0 0 24 24" width="32" height="32"><path fill="#666" d="M3 5h18v2l-7 7v5l-4-2v-3L3 7V5z"/></svg>
Filters
</div>
<div class="chip">Sort by <span class="caret">βΎ</span></div>
<div class="chip">Category <span class="caret">βΎ</span></div>
<div class="chip">Size <span class="caret">βΎ</span></div>
<div class="chip">Color <span class="caret">βΎ</span></div>
</div>
</div>
<!-- Benefits banner -->
<div class="info-banner">
<svg class="check" viewBox="0 0 24 24"><path fill="#2F7A2F" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
Free shipping
<div class="divider"></div>
<svg class="check" viewBox="0 0 24 24"><path fill="#2F7A2F" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
Price adjustment within 30 days
</div>
<!-- Secondary chips -->
<div class="subchips">
<div class="subchip">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#000" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
Deals
</div>
<div class="subchip">Under $26</div>
<div class="subchip">β
β
β
β
β & up</div>
<div class="subchip">60% off or more</div>
</div>
<!-- Product grid -->
<div class="grid">
<!-- Card 1 -->
<div class="card">
<div class="img-wrap">
<div class="logo-tag">LAORENTOU</div>
[IMG: Black oxford formal shoe]
<div class="deal-ribbon">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#fff" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
Ends in 04:35:45
</div>
</div>
<div class="card-body">
<div class="title">LAORENTOU Men's Premium Leather Oxford Dress Shoes</div>
<div class="subline"><span>Only 16 Left</span> <span class="muted">$15.39/wk x 4</span></div>
<div class="rating">β
β
β
β
β
<span class="muted">(388)</span></div>
<div class="price-row">
<div class="price-left">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#FF7A00" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
<div class="price">$61.55</div>
<div class="sold">1 sold</div>
</div>
<div class="cart-round">
<svg viewBox="0 0 24 24" width="36" height="36"><path fill="#555" d="M7 6h14l-2 9H9L7 6z"/><circle cx="10" cy="20" r="2" fill="#555"/><circle cx="18" cy="20" r="2" fill="#555"/></svg>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<div class="img-wrap">
<div class="logo-tag">LAORENTOU</div>
[IMG: Black wingtip dress shoe]
<div class="deal-ribbon">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#fff" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
Ends in 04:35:45
</div>
</div>
<div class="card-body">
<div class="title">LAORENTOU Men's Wing Tip Premium Dress Shoes</div>
<div class="subline"><span class="muted" style="color:#666;">Lowest price in half year</span></div>
<div class="rating">β
β
β
β
β
<span class="muted">(388)</span></div>
<div class="price-row">
<div class="price-left">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#FF7A00" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
<div class="price">$64.34</div>
<div class="sold">2 sold</div>
</div>
<div class="cart-round">
<svg viewBox="0 0 24 24" width="36" height="36"><path fill="#555" d="M7 6h14l-2 9H9L7 6z"/><circle cx="10" cy="20" r="2" fill="#555"/><circle cx="18" cy="20" r="2" fill="#555"/></svg>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="card">
<div class="img-wrap">
<div class="logo-tag">LAORENTOU</div>
[IMG: Black slip-on leather shoe]
<div class="deal-ribbon">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#fff" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
Ends in 04:35:45
</div>
</div>
<div class="card-body">
<div class="title">LAORENTOU Men's Dress Shoes, Slip-On Comfort Loafers</div>
<div class="subline"><span>Almost sold out</span> <span class="muted">$14.29/wk x 4</span></div>
<div class="rating">β
β
β
β
β
<span class="muted">(388)</span></div>
<div class="price-row">
<div class="price-left">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#FF7A00" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
<div class="price">$57.14</div>
<div class="sold">13 sold</div>
</div>
<div class="cart-round">
<svg viewBox="0 0 24 24" width="36" height="36"><path fill="#555" d="M7 6h14l-2 9H9L7 6z"/><circle cx="10" cy="20" r="2" fill="#555"/><circle cx="18" cy="20" r="2" fill="#555"/></svg>
</div>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="card">
<div class="img-wrap">
<div class="logo-tag">LAORENTOU</div>
[IMG: Black cap-toe leather shoe]
<div class="deal-ribbon">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#fff" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
Ends in 04:35:45
</div>
</div>
<div class="card-body">
<div class="title">LAORENTOU Men's Genuine Leather Oxford</div>
<div class="subline"><span>Only 12 Left</span> <span class="muted">$16.31/wk x 4</span></div>
<div class="rating">β
β
β
β
β
<span class="muted">(388)</span></div>
<div class="price-row">
<div class="price-left">
<svg class="bolt" viewBox="0 0 24 24"><path fill="#FF7A00" d="M13 2 3 14h7l-1 8 10-12h-7z"/></svg>
<div class="price">$65.24</div>
<div class="sold">5 sold</div>
</div>
<div class="cart-round">
<svg viewBox="0 0 24 24" width="36" height="36"><path fill="#555" d="M7 6h14l-2 9H9L7 6z"/><circle cx="10" cy="20" r="2" fill="#555"/><circle cx="18" cy="20" r="2" fill="#555"/></svg>
</div>
</div>
</div>
</div>
</div>
<!-- Floating cart badge -->
<div class="floating-cart">
<svg viewBox="0 0 24 24" width="64" height="64"><path fill="#fff" d="M7 6h14l-2 9H9L7 6z"/><circle cx="10" cy="20" r="2" fill="#fff"/><circle cx="18" cy="20" r="2" fill="#fff"/></svg>
Cart
<small>Free Shipping</small>
</div>
<!-- Home indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html> |