File size: 9,885 Bytes
0e1717f | 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 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>eBay Mobile Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
position: relative;
overflow: hidden;
width: 1080px;
height: 2400px;
background: #000000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #ffffff;
}
/* Status bar */
.status-bar {
height: 96px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 40px;
color: #e6e6e6;
font-size: 34px;
opacity: 0.9;
}
.status-icons { display: flex; align-items: center; gap: 24px; }
.dot { width: 10px; height: 10px; background: #e6e6e6; border-radius: 50%; display: inline-block; }
/* Header and search */
.brand {
margin: 30px 40px 24px;
font-size: 120px;
font-weight: 700;
letter-spacing: -2px;
}
.brand .e { color: #e53935; } /* red */
.brand .b { color: #1e88e5; } /* blue */
.brand .a { color: #fdd835; } /* yellow */
.brand .y { color: #43a047; } /* green */
.search-wrap {
margin: 20px 40px 26px;
position: relative;
}
.search-bar {
height: 120px;
background: #1b1b1b;
border: 1px solid #2b2b2b;
border-radius: 60px;
display: flex;
align-items: center;
padding: 0 40px;
gap: 30px;
}
.search-bar .placeholder {
color: #cfcfcf;
font-size: 40px;
flex: 1;
}
.search-icon, .mic-icon, .camera-icon {
width: 56px;
height: 56px;
fill: none;
stroke: #e6e6e6;
stroke-width: 5;
}
/* Floating cart button */
.cart-fab {
position: absolute;
right: 40px;
top: 450px;
width: 96px;
height: 96px;
background: #2b2b2b;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 16px rgba(0,0,0,0.5);
}
.cart-icon { width: 50px; height: 50px; fill: none; stroke: #ffffff; stroke-width: 5; }
/* Quick actions pills */
.quick-actions {
margin: 16px 40px 40px;
display: flex;
gap: 24px;
flex-wrap: wrap;
}
.pill {
display: flex;
align-items: center;
gap: 18px;
padding: 22px 34px;
height: 92px;
border-radius: 46px;
background: #101010;
border: 1px solid #3a3a3a;
color: #ffffff;
font-size: 36px;
white-space: nowrap;
}
.pill svg { width: 40px; height: 40px; stroke: #e6e6e6; stroke-width: 5; fill: none; }
/* Sign-in block */
.signin {
text-align: center;
margin: 40px 60px 20px;
color: #e9e9e9;
font-size: 44px;
line-height: 1.4;
}
.cta-row {
display: flex;
justify-content: center;
gap: 40px;
margin: 30px 0 60px;
}
.cta-outline {
width: 420px;
height: 110px;
border-radius: 55px;
border: 2px solid #5b82ff;
color: #7da1ff;
background: transparent;
font-size: 44px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
/* Yellow help panel */
.help-panel {
background: #e9d97a;
color: #4b2a22;
padding: 56px 40px;
}
.help-panel h2 {
margin: 0 0 20px;
font-size: 64px;
line-height: 1.15;
font-weight: 800;
letter-spacing: -0.5px;
}
.help-panel p {
margin: 0 0 36px;
font-size: 40px;
color: #5a352b;
}
.read-btn {
background: #4b2a22;
color: #f9eede;
border: none;
border-radius: 55px;
height: 110px;
padding: 0 46px;
font-size: 42px;
font-weight: 600;
display: inline-flex;
align-items: center;
justify-content: center;
}
/* Popular destinations */
.section {
padding: 50px 40px 0;
}
.section h3 {
margin: 0;
font-size: 56px;
color: #ffffff;
font-weight: 800;
}
.destinations {
margin-top: 220px; /* creates the large empty zone like the screenshot */
display: flex;
justify-content: space-around;
padding: 0 40px 0;
}
.destinations .item {
color: #ffffff;
font-size: 38px;
}
/* Bottom navigation */
.bottom-nav {
position: absolute;
bottom: 0;
left: 0;
width: 1080px;
height: 210px;
background: #1f1f1f;
border-top: 1px solid #2c2c2c;
display: flex;
align-items: center;
justify-content: space-around;
padding-bottom: 20px;
}
.nav-item {
width: 180px;
display: flex;
flex-direction: column;
align-items: center;
color: #cfcfcf;
gap: 12px;
font-size: 32px;
}
.nav-item .icon-wrap {
width: 92px;
height: 92px;
border-radius: 30px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
}
.nav-item svg { width: 50px; height: 50px; stroke: #cfcfcf; stroke-width: 5; fill: none; }
.nav-item.active { color: #7da1ff; }
.nav-item.active .icon-wrap {
background: #283758;
}
.nav-item.active svg { stroke: #7da1ff; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>8:46</div>
<div class="status-icons">
<span>🐶</span>
<span>📱</span>
<span>✉️</span>
<span class="dot"></span>
<svg width="38" height="22" viewBox="0 0 38 22">
<rect x="1" y="1" width="32" height="20" rx="4" stroke="#e6e6e6" fill="none" stroke-width="3"></rect>
<rect x="34" y="6" width="3" height="10" rx="1.5" fill="#e6e6e6"></rect>
</svg>
</div>
</div>
<!-- Logo -->
<div class="brand">
<span class="e">e</span><span class="b">b</span><span class="a">a</span><span class="y">y</span>
</div>
<!-- Search -->
<div class="search-wrap">
<div class="search-bar">
<svg class="search-icon" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="7"></circle>
<line x1="16" y1="16" x2="22" y2="22"></line>
</svg>
<div class="placeholder">Search on eBay</div>
<svg class="mic-icon" viewBox="0 0 24 24">
<rect x="9" y="4" width="6" height="10" rx="3"></rect>
<line x1="12" y1="14" x2="12" y2="20"></line>
<path d="M6,12 C6,16 18,16 18,12" />
</svg>
<svg class="camera-icon" viewBox="0 0 24 24">
<rect x="3" y="7" width="18" height="12" rx="2"></rect>
<circle cx="12" cy="13" r="4"></circle>
<path d="M8 7 L10 4 H14 L16 7" />
</svg>
</div>
</div>
<!-- Floating Cart -->
<div class="cart-fab">
<svg class="cart-icon" viewBox="0 0 24 24">
<circle cx="9" cy="20" r="2"></circle>
<circle cx="17" cy="20" r="2"></circle>
<path d="M3 4 H6 L7.5 12 H18 L20 6 H8"></path>
</svg>
</div>
<!-- Quick action pills -->
<div class="quick-actions">
<div class="pill">
<svg viewBox="0 0 24 24">
<path d="M3 6 H8 V18 H3 Z M10 6 H21 V12 H10 Z"></path>
</svg>
<span>Selling</span>
</div>
<div class="pill">
<svg viewBox="0 0 24 24">
<path d="M12 3 L14 10 H21 L15.5 14 L17.5 21 L12 16 L6.5 21 L8.5 14 L3 10 H10 Z"></path>
</svg>
<span>Deals</span>
</div>
<div class="pill">
<svg viewBox="0 0 24 24">
<rect x="3" y="3" width="7" height="7"></rect>
<rect x="14" y="3" width="7" height="7"></rect>
<rect x="3" y="14" width="7" height="7"></rect>
<rect x="14" y="14" width="7" height="7"></rect>
</svg>
<span>Categories</span>
</div>
<div class="pill">
<svg viewBox="0 0 24 24">
<path d="M12 21 C5 16 3 12 5 9 C7 6 10 7 12 9 C14 7 17 6 19 9 C21 12 19 16 12 21 Z"></path>
</svg>
<span>Saved</span>
</div>
</div>
<!-- Sign-in prompt -->
<div class="signin">
Sign in so we can personalize your eBay<br/>experience
</div>
<div class="cta-row">
<div class="cta-outline">Register</div>
<div class="cta-outline">Sign in</div>
</div>
<!-- Yellow panel -->
<div class="help-panel">
<h2>Have you been selling on eBay already?</h2>
<p>To pay your fees or ask questions</p>
<button class="read-btn">Read more</button>
</div>
<!-- Popular Destinations -->
<div class="section">
<h3>Popular Destinations</h3>
<div class="destinations">
<div class="item">Jewelry</div>
<div class="item">Beauty</div>
<div class="item">Computers &<br/>Tablets</div>
</div>
</div>
<!-- Bottom navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<div class="icon-wrap">
<svg viewBox="0 0 24 24">
<path d="M3 11 L12 3 L21 11"></path>
<rect x="6" y="11" width="12" height="9"></rect>
</svg>
</div>
<div>Home</div>
</div>
<div class="nav-item">
<div class="icon-wrap">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="8" r="4"></circle>
<path d="M4 21 C4 15 20 15 20 21"></path>
</svg>
</div>
<div>My eBay</div>
</div>
<div class="nav-item">
<div class="icon-wrap">
<svg viewBox="0 0 24 24">
<circle cx="10" cy="10" r="7"></circle>
<line x1="16" y1="16" x2="22" y2="22"></line>
</svg>
</div>
<div>Search</div>
</div>
<div class="nav-item">
<div class="icon-wrap">
<svg viewBox="0 0 24 24">
<path d="M12 3 V5"></path>
<path d="M5 8 H19 V14 H5 Z"></path>
<path d="M8 14 V21"></path>
<path d="M16 14 V21"></path>
</svg>
</div>
<div>Inbox</div>
</div>
<div class="nav-item">
<div class="icon-wrap">
<svg viewBox="0 0 24 24">
<path d="M4 4 H18 L20 10 L12 20 L4 10 Z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</div>
<div>Selling</div>
</div>
</div>
</div>
</body>
</html> |