File size: 9,366 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Product Details - Mobile Tool Kit</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
position: relative;
width: 1080px;
height: 2400px;
overflow: hidden;
background: #FFFFFF;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #1f2937;
}
/* Header */
.topbar {
background: #0a7596; /* teal-blue */
height: 300px;
position: relative;
padding-top: 24px;
box-sizing: border-box;
}
.status-bar {
height: 70px;
display: flex;
align-items: center;
padding: 0 36px;
color: #fff;
font-size: 38px;
justify-content: space-between;
opacity: 0.95;
}
.status-right {
display: flex;
align-items: center;
gap: 22px;
}
.icon-battery {
width: 54px; height: 26px;
border: 3px solid #fff; border-radius: 5px; position: relative;
}
.icon-battery::after {
content: ""; position: absolute; right: -10px; top: 6px;
width: 6px; height: 12px; background: #fff; border-radius: 2px;
}
.icon-battery .level {
position: absolute; left: 3px; top: 3px; bottom: 3px; right: 10px;
background: #fff; border-radius: 2px;
}
.app-bar {
height: 230px;
display: flex;
align-items: center;
padding: 0 36px;
gap: 24px;
box-sizing: border-box;
}
.back-btn {
width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
}
.search-pill {
flex: 1;
background: #ffffff;
border-radius: 60px;
height: 120px;
box-shadow: 0 2px 0 rgba(0,0,0,0.05) inset;
display: flex; align-items: center;
padding: 0 28px;
gap: 18px;
}
.search-pill input {
border: none;
outline: none;
font-size: 44px;
flex: 1;
color: #6b7280;
}
.search-pill .divider {
width: 2px; height: 60px; background: #e5e7eb; margin: 0 10px;
}
.cart-wrap {
width: 92px; height: 92px; display: flex; align-items: center; justify-content: center;
}
/* Content */
.content {
position: absolute;
top: 300px;
bottom: 230px; /* leave room for sticky bar + home indicator */
left: 0; right: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 24px 48px 240px;
box-sizing: border-box;
}
.rule {
height: 2px; background: #e5e7eb; margin: 28px 0;
}
.soldby-label {
font-size: 44px; color: #374151; font-weight: 700; margin-top: 10px;
}
.seller {
font-size: 46px; color: #0a7596; font-weight: 800; letter-spacing: 0.5px; margin-top: 12px;
}
.section-title {
font-size: 56px; font-weight: 800; color: #111827; margin: 24px 0 16px;
}
ul.features {
padding-left: 42px;
margin: 0;
}
ul.features li {
font-size: 38px;
line-height: 1.6;
margin: 14px 0;
color: #374151;
}
.desc {
font-size: 38px; line-height: 1.7; color: #374151; margin-top: 10px;
}
/* Sticky bottom bar */
.bottom-bar {
position: absolute;
left: 0; right: 0; bottom: 84px;
background: #ffffff;
border-top: 1px solid #e5e7eb;
height: 220px;
display: flex; align-items: center; justify-content: space-between;
padding: 0 44px;
box-sizing: border-box;
}
.more {
display: flex; flex-direction: column; gap: 10px;
}
.more .small {
font-size: 36px; color: #6b7280;
}
.more .link {
display: flex; align-items: center; gap: 12px;
color: #0a7596; font-size: 44px; font-weight: 800;
}
.cta {
background: #0a7596;
color: #fff;
font-size: 48px; font-weight: 800;
padding: 34px 80px;
border-radius: 60px;
box-shadow: 0 4px 0 rgba(0,0,0,0.08);
}
/* Home indicator */
.home-indicator {
position: absolute;
bottom: 24px; left: 50%;
transform: translateX(-50%);
width: 360px; height: 16px; border-radius: 10px; background: #0f0f0f;
opacity: 0.9;
}
/* Helper: SVG sizing */
.icon { display: inline-block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Top header with status bar and search -->
<div class="topbar">
<div class="status-bar">
<div>4:48</div>
<div class="status-right">
<svg class="icon" width="30" height="30" viewBox="0 0 24 24" fill="none">
<circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"></circle>
<circle cx="12" cy="12" r="3" fill="#fff"></circle>
</svg>
<svg class="icon" width="30" height="30" viewBox="0 0 24 24" fill="none">
<path d="M2 10l5-5v14l-5-5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<svg class="icon" width="30" height="30" viewBox="0 0 24 24" fill="none">
<path d="M3 8h18M3 12h18M3 16h18" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
</svg>
<div style="width:10px;height:10px;background:#fff;border-radius:50%;"></div>
<div class="icon-battery"><div class="level"></div></div>
<div style="font-size:38px;color:#fff;">100%</div>
</div>
</div>
<div class="app-bar">
<div class="back-btn">
<svg class="icon" width="60" height="60" viewBox="0 0 24 24" fill="none">
<path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="search-pill">
<svg class="icon" width="54" height="54" viewBox="0 0 24 24" fill="none">
<circle cx="11" cy="11" r="7" stroke="#6b7280" stroke-width="2"></circle>
<path d="M16.5 16.5L21 21" stroke="#6b7280" stroke-width="2" stroke-linecap="round"></path>
</svg>
<input type="text" value="Search JioMart" aria-label="Search">
<div class="divider"></div>
<svg class="icon" width="50" height="50" viewBox="0 0 24 24" fill="none">
<rect x="9" y="3" width="6" height="10" rx="3" stroke="#0a7596" stroke-width="2"></rect>
<path d="M7 10v1a5 5 0 0010 0v-1" stroke="#0a7596" stroke-width="2" stroke-linecap="round"></path>
</svg>
</div>
<div class="cart-wrap">
<svg class="icon" width="64" height="64" viewBox="0 0 24 24" fill="none">
<path d="M6 6h14l-2 9H8L6 6z" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"></path>
<circle cx="9.5" cy="19" r="1.6" fill="#ffffff"></circle>
<circle cx="17.5" cy="19" r="1.6" fill="#ffffff"></circle>
</svg>
</div>
</div>
</div>
<!-- Scrollable content -->
<div class="content">
<div class="rule"></div>
<div class="soldby-label">Sold by</div>
<div class="seller">KALKAJI TRADING</div>
<div class="rule"></div>
<div class="section-title">Features & Details</div>
<ul class="features">
<li>Mobile Ripering Tools, Leather wallet holds the screwdrivers, portable and not easy to drop. High-end leather protect screwdrivers from loosing, crush</li>
<li>Screw Driver for Mobile Phone, Different head size suits different usage</li>
<li>screwdriver heads are suitable for disassembling computers, smartphones, glasses, watches, etc. All screwdriver heads have been processed with high temperature</li>
<li>Mobile Screwdriver Tool Set , The grip is made of aviation aluminum, high-quality, durable and convinient to use with the bearing at the tail of the grip</li>
<li>Usage: repairing computers, smartphones, television, telephone, glasses, CD/VCD/DVD device, optical device. A practical tool for repairing.</li>
<li>Multi Tool Kit for Home , Screwdriver Rod ?3.95X33mm Electroplate</li>
<li>Mobile Repairing Tool Kit , Screwdriver Set for Computer, Screw Driver Set for Mobile, Precision Screwdriver Set, Barrel Plating Substitute for Chrome Plating.</li>
</ul>
<div class="rule"></div>
<div class="section-title">Description</div>
<div class="desc">
Leather Wallet Holds the Screwdrivers, Portable and Not Easy to Drop. High-end Leather Protect Screwdrivers From Loosing, Crush.
25 Screwdriver Heads Are Suitable for Disassembling Computers, Smartphones, Glasses, Watches, Etc. All Screwdriver Heads Have Been
Processed With High Temperature. The grip is made of aviation aluminum, high-quality, durable and convinient to use with the bearing at the tail of the grip.
Compatible with ALL iphones 3G to 7 plus, ALL Samsung Galaxy phones and others as well.
This Pocket Screwdriver Set For Small Appliances Duty.
</div>
<div class="rule" style="margin-top:40px;"></div>
<div class="section-title" style="opacity:0.92">Product Information</div>
<div style="height:400px"></div>
</div>
<!-- Sticky bottom bar -->
<div class="bottom-bar">
<div class="more">
<div class="small">Explore More!</div>
<div class="link">View Categories
<svg class="icon" width="36" height="36" viewBox="0 0 24 24" fill="none">
<path d="M9 6l6 6-6 6" stroke="#0a7596" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
</div>
<div class="cta">Add to Cart</div>
</div>
<div class="home-indicator"></div>
</div>
</body>
</html> |