File size: 9,535 Bytes
ff1f000 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Files - Search</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
#render-target {
width: 1080px; height: 2400px;
position: relative; overflow: hidden;
background: #1f1a17; color: #e9e1d5;
}
/* Status bar */
.status-bar {
height: 120px;
padding: 0 36px;
display: flex; align-items: center; justify-content: space-between;
color: #efe6d8; font-weight: 600;
}
.status-left { display: flex; align-items: center; gap: 24px; }
.time { font-size: 48px; letter-spacing: 0.5px; }
.status-right { display: flex; align-items: center; gap: 28px; }
.icon { width: 40px; height: 40px; fill: #efe6d8; opacity: 0.95; }
/* Header / search */
.header {
padding: 18px 24px 8px 24px;
}
.search-bar {
background: #2a2421; border-radius: 28px;
height: 112px; display: flex; align-items: center;
padding: 0 24px; box-shadow: 0 2px 0 #3a332e inset;
}
.hamburger-btn, .kebab-btn {
width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
}
.search-text {
flex: 1; color: #e9e1d5; font-size: 44px; opacity: 0.95;
}
.divider {
height: 2px; background: #3a332e; margin: 18px 0 0 0;
}
/* List */
.list { padding: 0 24px 140px 24px; }
.file-item {
display: flex; align-items: center;
padding: 28px 8px;
border-bottom: 2px solid #3a332e;
}
.thumb {
width: 112px; height: 112px; border-radius: 16px;
background: #E0E0E0; border: 1px solid #BDBDBD;
display: flex; align-items: center; justify-content: center;
color: #757575; font-size: 26px; text-align: center;
margin-right: 28px;
}
.doc-icon {
width: 96px; height: 96px; margin-right: 44px;
}
.pdf-badge {
width: 96px; height: 96px; border-radius: 12px;
background: #d96b6b; color: #fff; font-weight: 700;
display: flex; align-items: center; justify-content: center;
margin-right: 44px; letter-spacing: 1px;
}
.file-info { flex: 1; }
.file-name {
font-size: 44px; line-height: 1.1; margin-bottom: 10px; color: #efe6d8;
}
.file-meta {
font-size: 32px; color: #c6b9a6;
}
.action {
width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
margin-left: 18px;
}
.action svg { width: 56px; height: 56px; fill: none; stroke: #e9e1d5; stroke-width: 6px; }
/* Gesture bar */
.gesture {
position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
width: 360px; height: 16px; background: #e7e1d7; opacity: 0.85;
border-radius: 12px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div class="time">9:15</div>
<svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 4l8 16H4z"></path>
</svg>
</div>
<div class="status-right">
<svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
<path d="M2 10c4-5 16-5 20 0v6H2v-6z"></path>
</svg>
<svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
<rect x="4" y="5" width="16" height="14" rx="2" ry="2"></rect>
<rect x="18" y="3" width="2" height="4"></rect>
</svg>
</div>
</div>
<!-- Header with search -->
<div class="header">
<div class="search-bar">
<div class="hamburger-btn">
<svg width="48" height="48" viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z" fill="#efe6d8"></path>
</svg>
</div>
<div class="search-text">Search this phone</div>
<div class="kebab-btn">
<svg width="36" height="36" viewBox="0 0 24 24" aria-hidden="true">
<circle cx="12" cy="5" r="2" fill="#efe6d8"></circle>
<circle cx="12" cy="12" r="2" fill="#efe6d8"></circle>
<circle cx="12" cy="19" r="2" fill="#efe6d8"></circle>
</svg>
</div>
</div>
<div class="divider"></div>
</div>
<!-- List -->
<div class="list">
<!-- agents.txt -->
<div class="file-item">
<svg class="doc-icon" viewBox="0 0 24 24" aria-hidden="true">
<path d="M6 2h9l5 5v15H6z" fill="#6fd0e3"></path>
<path d="M15 2v5h5" fill="#8be2f1"></path>
</svg>
<div class="file-info">
<div class="file-name">agents.txt</div>
<div class="file-meta">Nov 10, 1.15 kB, TXT document</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- fitbitshare_2123586381.PNG -->
<div class="file-item">
<div class="thumb">[IMG: PNG thumbnail]</div>
<div class="file-info">
<div class="file-name">fitbitshare_2123586381.PNG</div>
<div class="file-meta">Oct 30, 93.48 kB, PNG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- fitbitshare_2123101703.PNG -->
<div class="file-item">
<div class="thumb">[IMG: PNG thumbnail]</div>
<div class="file-info">
<div class="file-name">fitbitshare_2123101703.PNG</div>
<div class="file-meta">Oct 30, 92.77 kB, PNG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- fitbitshare_2123014230.PNG -->
<div class="file-item">
<div class="thumb">[IMG: PNG thumbnail]</div>
<div class="file-info">
<div class="file-name">fitbitshare_2123014230.PNG</div>
<div class="file-meta">Oct 30, 92.77 kB, PNG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- fitbitshare_2122912072.PNG -->
<div class="file-item">
<div class="thumb">[IMG: PNG thumbnail]</div>
<div class="file-info">
<div class="file-name">fitbitshare_2122912072.PNG</div>
<div class="file-meta">Oct 30, 93.30 kB, PNG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- Amsterdam-1.pdf -->
<div class="file-item">
<div class="pdf-badge">PDF</div>
<div class="file-info">
<div class="file-name">Amsterdam-1.pdf</div>
<div class="file-meta">Oct 6, 8.45 MB, PDF document</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- Venice tour.pdf -->
<div class="file-item">
<div class="pdf-badge">PDF</div>
<div class="file-info">
<div class="file-name">Venice tour.pdf</div>
<div class="file-meta">Oct 6, 5.99 MB, PDF document</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- Amsterdam (1).pdf -->
<div class="file-item">
<div class="pdf-badge">PDF</div>
<div class="file-info">
<div class="file-name">Amsterdam (1).pdf</div>
<div class="file-meta">Oct 6, 8.45 MB, PDF document</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- tomorrow land image.png -->
<div class="file-item">
<div class="thumb">[IMG: Photo thumbnail]</div>
<div class="file-info">
<div class="file-name">tomorrow land image.png</div>
<div class="file-meta">Oct 6, 1.30 MB, PNG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- vanice file.jpg -->
<div class="file-item">
<div class="thumb">[IMG: Photo thumbnail]</div>
<div class="file-info">
<div class="file-name">vanice file.jpg</div>
<div class="file-meta">Oct 6, 125 kB, JPG image</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
<!-- Tomorrowland.pdf -->
<div class="file-item">
<div class="pdf-badge">PDF</div>
<div class="file-info">
<div class="file-name">Tomorrowland.pdf</div>
<div class="file-meta">Oct 6, 2.41 MB, PDF document</div>
</div>
<div class="action">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 9l6-6M21 9l-6-6M3 15l6 6M21 15l-6 6"></path>
</svg>
</div>
</div>
</div>
<!-- Gesture bar -->
<div class="gesture"></div>
</div>
</body>
</html> |