File size: 12,010 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 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 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mobile UI Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px; height: 2400px;
position: relative; overflow: hidden;
background: #121212; font-family: Arial, Helvetica, sans-serif;
color: #EAEAEA;
}
/* Status bar */
.status-bar {
position: absolute; top: 0; left: 0; right: 0;
height: 110px; background: #1A1A1A;
padding: 0 28px; box-sizing: border-box;
display: flex; align-items: center; justify-content: space-between;
letter-spacing: 0.3px;
}
.status-left { font-size: 38px; font-weight: 600; }
.status-right { display: flex; align-items: center; gap: 28px; }
.status-icon svg { width: 40px; height: 40px; fill: none; stroke: #EAEAEA; stroke-width: 3; }
.wifi svg { width: 44px; height: 44px; }
.battery {
width: 64px; height: 32px; border: 3px solid #EAEAEA; border-radius: 6px; position: relative;
}
.battery::after {
content: ""; position: absolute; right: -10px; top: 8px;
width: 8px; height: 16px; background: #EAEAEA; border-radius: 2px;
}
.battery .level { position: absolute; left: 4px; top: 4px; height: 20px; width: 40px; background: #EAEAEA; border-radius: 4px; }
/* App header */
.app-header {
position: absolute; top: 110px; left: 0; right: 0;
height: 220px; background: #1A1A1A;
box-sizing: border-box; padding: 22px 32px;
}
.title {
text-align: center; color: #F59E45; font-size: 40px; font-weight: 600; margin-top: 8px;
}
.tool-row {
margin-top: 30px; display: flex; align-items: center; justify-content: space-between;
padding: 0 60px;
}
.tool {
width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
}
.tool svg { width: 56px; height: 56px; fill: none; stroke: #EAEAEA; stroke-width: 3; }
/* Slide area */
.slide-area {
position: absolute; top: 330px; left: 0; right: 0;
height: 1040px; background: #5A4534;
}
.textbox {
position: absolute; left: 60px; top: 120px; width: 960px; height: 680px;
border: 1.5px dashed #C8C8C8; box-sizing: border-box;
}
.handle { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: #FFFFFF; border: 1px solid #BDBDBD; }
.handle.tl { left: -13px; top: -13px; }
.handle.tr { right: -13px; top: -13px; }
.handle.bl { left: -13px; bottom: -13px; }
.handle.br { right: -13px; bottom: -13px; }
.handle.ml { left: -13px; top: 50%; transform: translateY(-50%); }
.handle.mr { right: -13px; top: 50%; transform: translateY(-50%); }
.handle.mt { left: 50%; top: -13px; transform: translateX(-50%); }
.handle.mb { left: 50%; bottom: -13px; transform: translateX(-50%); }
.rotate {
position: absolute; left: 50%; top: -60px; transform: translateX(-50%);
width: 42px; height: 42px;
}
.rotate svg { width: 42px; height: 42px; stroke: #D0D0D0; stroke-width: 3; fill: none; }
.text-row {
position: absolute; left: 22px; bottom: 170px; color: #FFFFFF;
font-size: 44px; font-weight: 500;
}
.caret { position: absolute; left: 22px; bottom: 170px; width: 4px; height: 52px; background: #EAEAEA; }
.teardrop {
position: absolute; left: 8px; bottom: 145px; width: 34px; height: 34px;
background: #3A86FF; border-radius: 50% 50% 60% 60%/50% 50% 70% 70%;
border: 2px solid #CBE0FF;
box-shadow: 0 0 0 2px rgba(255,255,255,0.25) inset;
}
.teardrop::after {
content: ""; position: absolute; bottom: -14px; left: 12px;
width: 10px; height: 18px; background: #3A86FF; border-radius: 6px;
}
/* Formatting bar */
.format-bar {
position: absolute; top: 1370px; left: 0; right: 0;
height: 160px; background: #1F1F1F;
box-sizing: border-box; padding: 24px 28px;
display: flex; align-items: center; gap: 34px;
border-top: 1px solid #2A2A2A;
}
.fmt-item { color: #EAEAEA; font-size: 44px; font-weight: 700; }
.fmt-item.light { font-weight: 500; font-style: italic; }
.fmt-underline { text-decoration: underline; text-decoration-thickness: 3px; }
.fmt-color { position: relative; }
.fmt-color::after {
content: ""; position: absolute; left: 0; right: 0; bottom: -8px;
height: 8px; background: #E53935; border-radius: 4px;
}
.fmt-group { display: flex; gap: 26px; align-items: center; }
.fmt-icon svg { width: 48px; height: 48px; stroke: #EAEAEA; stroke-width: 3; fill: none; }
.fmt-spacer { flex: 1; }
.fmt-right { display: flex; gap: 26px; align-items: center; }
.arrow { width: 40px; height: 40px; border: 2px solid #EAEAEA; border-left: none; border-bottom: none; transform: rotate(45deg); }
/* Keyboard */
.keyboard {
position: absolute; top: 1530px; left: 0; right: 0;
height: 780px; background: #121212; box-sizing: border-box;
padding-top: 12px;
border-top: 1px solid #2A2A2A;
}
.kb-tools {
display: flex; align-items: center; gap: 30px; padding: 10px 40px 20px;
}
.tool-chip {
width: 84px; height: 64px; border-radius: 18px; background: #222; color: #EAEAEA;
display: flex; align-items: center; justify-content: center; font-size: 28px; border: 1px solid #2F2F2F;
}
.keys { padding: 0 40px; display: grid; gap: 16px; }
.row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 12px; }
.key {
height: 100px; background: #2A2A2A; border-radius: 18px;
display: flex; align-items: center; justify-content: center;
color: #F2F2F2; font-size: 42px; border: 1px solid #3A3A3A;
}
.row2 { grid-template-columns: repeat(9, 1fr); }
.row3 { grid-template-columns: repeat(7, 1fr); }
.key.wide { grid-column: span 2; }
.key.back { grid-column: span 2; }
.bottom-row {
display: grid; grid-template-columns: 1.2fr 0.8fr 5fr 1fr 1.2fr; gap: 12px; margin-top: 14px; padding: 0 40px;
}
.key.round {
background: #A9C9F9; color: #0E2A5E; font-weight: 700; border-radius: 40px;
}
.space { height: 100px; background: #2A2A2A; border-radius: 18px; border: 1px solid #3A3A3A; }
.enter {
height: 100px; background: #A9C9F9; color: #0E2A5E; border-radius: 40px; font-weight: 700;
display: flex; align-items: center; justify-content: center;
}
/* Bottom navigation pill */
.nav-bar {
position: absolute; bottom: 20px; left: 0; right: 0; height: 70px; background: #121212;
display: flex; align-items: center; justify-content: center;
}
.pill { width: 200px; height: 10px; background: #EAEAEA; border-radius: 6px; opacity: 0.9; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div class="status-left">12:30</div>
<div class="status-right">
<div class="status-icon">
<!-- Crescent moon -->
<svg viewBox="0 0 24 24"><path d="M14 3a9 9 0 1 0 7 14.5A8 8 0 1 1 14 3z"/></svg>
</div>
<div class="status-icon">
<!-- Circle dot -->
<svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="4" fill="#EAEAEA"/></svg>
</div>
<div class="status-icon">
<!-- Play icon -->
<svg viewBox="0 0 24 24"><polygon points="8,6 19,12 8,18" fill="#EAEAEA"/></svg>
</div>
<div class="status-icon wifi">
<!-- Simple wifi -->
<svg viewBox="0 0 24 24">
<path d="M3 8c9-6 9-6 18 0"/>
<path d="M6 11c6-4 6-4 12 0"/>
<path d="M9 14c3-2 3-2 6 0"/>
<circle cx="12" cy="18" r="1.8" fill="#EAEAEA"/>
</svg>
</div>
<div class="battery"><div class="level"></div></div>
</div>
</div>
<!-- App Header -->
<div class="app-header">
<div class="title">Presentation.pptx - Saved</div>
<div class="tool-row">
<div class="tool">
<!-- Check -->
<svg viewBox="0 0 24 24"><path d="M5 12l4 4 10-10"/></svg>
</div>
<div class="tool">
<!-- Pen -->
<svg viewBox="0 0 24 24"><path d="M4 20l5-1 10-10-4-4-10 10-1 5z"/></svg>
</div>
<div class="tool">
<!-- Search -->
<svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4-4"/></svg>
</div>
<div class="tool">
<!-- Slideshow -->
<svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"/><polygon points="10,10 16,12 10,14" fill="#EAEAEA"/></svg>
</div>
<div class="tool">
<!-- Undo -->
<svg viewBox="0 0 24 24"><path d="M7 9H3l4-4v3c7 0 11 2 12 8"/></svg>
</div>
<div class="tool">
<!-- More (vertical ellipsis) -->
<svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#EAEAEA"/><circle cx="12" cy="12" r="2" fill="#EAEAEA"/><circle cx="12" cy="19" r="2" fill="#EAEAEA"/></svg>
</div>
</div>
</div>
<!-- Slide Editing Area -->
<div class="slide-area">
<div class="textbox">
<div class="handle tl"></div>
<div class="handle tr"></div>
<div class="handle bl"></div>
<div class="handle br"></div>
<div class="handle ml"></div>
<div class="handle mr"></div>
<div class="handle mt"></div>
<div class="handle mb"></div>
<div class="rotate">
<svg viewBox="0 0 24 24">
<path d="M12 4v4l3-3M12 4a8 8 0 1 1-7 12"/>
</svg>
</div>
<div class="caret"></div>
<div class="teardrop"></div>
<div class="text-row">Double tap to add text</div>
</div>
</div>
<!-- Formatting Bar -->
<div class="format-bar">
<div class="fmt-item">B</div>
<div class="fmt-item light">I</div>
<div class="fmt-item fmt-underline">U</div>
<div class="fmt-item fmt-color">A</div>
<div class="fmt-group">
<!-- Bullet list -->
<div class="fmt-icon">
<svg viewBox="0 0 24 24">
<circle cx="5" cy="7" r="2" fill="#EAEAEA"/>
<path d="M10 7h10M10 12h10"/>
<circle cx="5" cy="12" r="2" fill="#EAEAEA"/>
</svg>
</div>
<!-- Numbered list -->
<div class="fmt-icon">
<svg viewBox="0 0 24 24">
<path d="M4 7h2M10 7h10M4 12h2M10 12h10"/>
</svg>
</div>
<!-- Align icons -->
<div class="fmt-icon">
<svg viewBox="0 0 24 24">
<path d="M3 6h18M3 11h12M3 16h18"/>
</svg>
</div>
</div>
<div class="fmt-spacer"></div>
<div class="fmt-right">
<div class="arrow"></div>
</div>
</div>
<!-- Keyboard -->
<div class="keyboard">
<div class="kb-tools">
<div class="tool-chip">▦</div>
<div class="tool-chip">☺</div>
<div class="tool-chip">GIF</div>
<div class="tool-chip">⚙</div>
<div class="tool-chip">G✚</div>
<div class="tool-chip">🎨</div>
<div class="tool-chip">🎤</div>
</div>
<div class="keys">
<div class="row">
<div class="key">Q</div><div class="key">W</div><div class="key">E</div><div class="key">R</div><div class="key">T</div>
<div class="key">Y</div><div class="key">U</div><div class="key">I</div><div class="key">O</div><div class="key">P</div>
</div>
<div class="row row2">
<div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div>
<div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
</div>
<div class="row row3">
<div class="key wide">⇧</div>
<div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div><div class="key">N</div><div class="key">M</div>
<div class="key back">⌫</div>
</div>
</div>
<div class="bottom-row">
<div class="key round">?123</div>
<div class="key">,</div>
<div class="space"></div>
<div class="key">.</div>
<div class="enter">↩</div>
</div>
</div>
<!-- Bottom Navigation Pill -->
<div class="nav-bar"><div class="pill"></div></div>
</div>
</body>
</html> |