| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=1080, initial-scale=1.0" /> |
| <title>Party Wear Listing</title> |
| <style> |
| body { |
| margin: 0; |
| padding: 0; |
| background: transparent; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
| } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| border-radius: 28px; |
| box-shadow: 0 12px 30px rgba(0,0,0,0.08); |
| } |
| |
| |
| .status-bar { |
| height: 90px; |
| padding: 0 36px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #333; |
| font-size: 34px; |
| letter-spacing: 0.2px; |
| } |
| .sb-left, .sb-right, .sb-mid { |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| } |
| .sb-dot { |
| width: 24px; |
| height: 24px; |
| background: #cfcfcf; |
| border-radius: 50%; |
| } |
| .sb-dot.dark { |
| background: #111; |
| } |
| .sb-dot.mid { |
| background: #666; |
| } |
| |
| |
| .header { |
| height: 130px; |
| padding: 0 36px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| border-bottom: 1px solid #e6e6e6; |
| } |
| .header-left, .header-right { |
| display: flex; |
| align-items: center; |
| gap: 36px; |
| } |
| .title { |
| font-weight: 700; |
| font-size: 44px; |
| letter-spacing: 0.5px; |
| color: #333; |
| } |
| .icon-btn { |
| width: 54px; |
| height: 54px; |
| display: inline-flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .icon { |
| width: 44px; |
| height: 44px; |
| stroke: #222; |
| fill: none; |
| stroke-width: 2.5; |
| } |
| |
| |
| .content { |
| padding: 24px 36px 120px 36px; |
| } |
| |
| .product-grid { |
| display: flex; |
| flex-wrap: wrap; |
| gap: 48px; |
| } |
| .product-card { |
| width: 468px; |
| } |
| .price-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| margin-top: 16px; |
| } |
| .price { |
| font-size: 46px; |
| font-weight: 800; |
| color: #333; |
| } |
| .card-heart .icon { |
| width: 40px; |
| height: 40px; |
| } |
| .product-title { |
| margin-top: 10px; |
| font-size: 32px; |
| line-height: 42px; |
| color: #555; |
| display: -webkit-box; |
| -webkit-line-clamp: 2; |
| -webkit-box-orient: vertical; |
| overflow: hidden; |
| } |
| .image-box { |
| width: 100%; |
| height: 600px; |
| margin-top: 28px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #757575; |
| font-size: 28px; |
| text-align: center; |
| border-radius: 6px; |
| } |
| |
| |
| .home-indicator { |
| position: absolute; |
| left: 50%; |
| bottom: 42px; |
| transform: translateX(-50%); |
| width: 420px; |
| height: 18px; |
| background: #bfbfbf; |
| border-radius: 9px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| <div class="sb-left"> |
| <div>8:57</div> |
| <div class="sb-dot"></div> |
| <div class="sb-dot mid"></div> |
| <div class="sb-dot dark"></div> |
| <div class="sb-dot dark"></div> |
| <div>oyo</div> |
| <div class="sb-dot"></div> |
| </div> |
| <div class="sb-right"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M2 16h20M4 12h16M6 8h12M8 4h8" /> |
| </svg> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="3" width="20" height="18" rx="3" ry="3"></rect> |
| <rect x="18" y="1" width="4" height="2" rx="1"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="header"> |
| <div class="header-left"> |
| <div class="icon-btn" aria-label="Back"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M15 5L8 12l7 7" /> |
| </svg> |
| </div> |
| <div class="title">PARTY WEAR</div> |
| </div> |
| <div class="header-right"> |
| <div class="icon-btn" aria-label="Wishlist"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Search"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="7"></circle> |
| <path d="M20 20l-4.5-4.5"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="product-grid"> |
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£48.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">Extro & Vert high waisted leather look trousers co‑ord set</div> |
| <div class="image-box">[IMG: Full-length white off-shoulder dress on white background]</div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£72.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">ASOS DESIGN diamante fringe mesh mini dress in black</div> |
| <div class="image-box">[IMG: Full-length brown satin halter dress on studio background]</div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£38.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">ASOS DESIGN coated metallic one shoulder ruched midi dress</div> |
| <div class="image-box">[IMG: Studio shot of silver off-shoulder floor-length dress]</div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£55.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">River Island halter satin midi dress in brown</div> |
| <div class="image-box">[IMG: Full-length chocolate brown satin dress, studio shot]</div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£69.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">Jaded Rose long sleeve sequin mini dress in olive</div> |
| <div class="image-box">[IMG: Green sequin long-sleeve mini dress, studio shot]</div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="price-row"> |
| <div class="price">£32.00</div> |
| <div class="card-heart"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21c-4.5-3.5-8-7-8-11a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3.5 7.5-8 11z" /> |
| </svg> |
| </div> |
| </div> |
| <div class="product-title">ASOS DESIGN scoop velvet mini dress with pearl strap detail</div> |
| <div class="image-box">[IMG: Dark green velvet mini dress with front cut-out]</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="home-indicator"></div> |
| </div> |
| </body> |
| </html> |