File size: 6,562 Bytes
98687c3 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Gallery Select Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target{
width:1080px; height:2400px; position:relative; overflow:hidden;
background:#202124; color:#EDEDED; font-family: Arial, Helvetica, sans-serif;
}
/* Status bar */
.status-bar{
height:90px; padding:0 28px; display:flex; align-items:center; justify-content:space-between;
color:#EDEDED; font-size:34px; letter-spacing:0.5px;
background:#202124;
}
.status-right{ display:flex; align-items:center; gap:22px; }
.sb-icon{ width:30px; height:30px; opacity:0.8; }
.battery{ display:flex; align-items:center; gap:10px; font-size:30px; }
.battery svg{ width:46px; height:28px; }
/* Top actions */
.top-actions{
height:120px; display:flex; align-items:center; gap:26px;
padding:0 28px; background:#2A2B2E; border-bottom:1px solid #3b3d40;
}
.close-x{ font-size:70px; line-height:1; color:#EDEDED; }
.selected-count{ font-size:46px; font-weight:600; }
/* Content area */
.content{ padding:22px 26px 220px 26px; overflow:hidden; }
.section-title{
font-size:38px; font-weight:700; margin:28px 8px 18px; color:#FFFFFF;
}
.grid{
display:grid; grid-template-columns: repeat(4, 1fr);
gap:24px; padding:0 2px;
}
.thumb{ position:relative; height:236px; border-radius:8px; overflow:hidden; }
.img-box{
width:100%; height:100%; background:#E0E0E0; border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#555; font-size:26px; text-align:center; padding:10px;
}
.thumb .ring{
position:absolute; top:10px; left:10px; width:36px; height:36px; border-radius:50%;
border:3px solid #EDEDED; background:rgba(0,0,0,0.0);
}
.thumb.selected::after{
content:""; position:absolute; inset:0; background:rgba(84,110,160,0.35);
}
.thumb.selected .ring{
border:none; background:#8ab4f8;
}
.duration{
position:absolute; bottom:10px; left:10px; display:flex; align-items:center; gap:8px;
background:rgba(0,0,0,0.6); color:#fff; padding:6px 10px; border-radius:20px; font-size:24px;
}
.duration svg{ width:18px; height:18px; }
/* August grid (3 columns) */
.grid-3{ grid-template-columns: repeat(3, 1fr); }
/* July grid (1 column start-of-row look) */
.grid-1{ grid-template-columns: repeat(4, 1fr); }
.grid-1 .thumb:nth-child(1){ grid-column:1 / span 1; }
/* Bottom action bar */
.action-bar{
position:absolute; left:0; right:0; bottom:90px;
padding:0 40px; display:flex; justify-content:space-between; align-items:center; gap:32px;
}
.btn{
flex:1; height:120px; border-radius:18px; font-size:40px; font-weight:600;
display:flex; align-items:center; justify-content:center; gap:18px; cursor:default;
}
.btn-outline{
color:#8ab4f8; border:4px solid #8ab4f8; background:transparent;
}
.btn-filled{
background:#8ab4f8; color:#0b152b;
}
.btn svg{ width:44px; height:44px; }
/* Bottom navigation pill */
.nav-pill{
position:absolute; left:50%; transform:translateX(-50%);
bottom:22px; width:240px; height:12px; background:#CFCFCF; border-radius:10px; opacity:0.85;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>6:14</div>
<div class="status-right">
<!-- Simple glyphs (mock) -->
<svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#DADCE0"/></svg>
<svg class="sb-icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2" fill="#DADCE0"/></svg>
<svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 11h18v2H3z" fill="#DADCE0"/></svg>
<div class="battery">
<svg viewBox="0 0 36 20">
<rect x="1" y="2" width="30" height="16" rx="3" fill="none" stroke="#EDEDED" stroke-width="2"/>
<rect x="3" y="4" width="26" height="12" rx="2" fill="#EDEDED"/>
<rect x="32" y="7" width="3" height="6" rx="1.5" fill="#EDEDED"/>
</svg>
100%
</div>
</div>
</div>
<!-- Top actions -->
<div class="top-actions">
<div class="close-x">×</div>
<div class="selected-count">1</div>
</div>
<!-- Content -->
<div class="content">
<div class="section-title">September</div>
<div class="grid">
<!-- Video thumb -->
<div class="thumb">
<div class="img-box">[IMG: Yellow bottle on desk - Video]</div>
<div class="ring"></div>
<div class="duration">
<svg viewBox="0 0 24 24"><polygon points="8,6 18,12 8,18" fill="#fff"/></svg>
0:12
</div>
</div>
<div class="thumb">
<div class="img-box">[IMG: Landscape from window]</div>
<div class="ring"></div>
</div>
<div class="thumb">
<div class="img-box">[IMG: Indoor plant by window]</div>
<div class="ring"></div>
</div>
<div class="thumb selected">
<div class="img-box">[IMG: Green plants in white planter]</div>
<div class="ring"></div>
</div>
</div>
<div class="section-title">August</div>
<div class="grid grid-3">
<div class="thumb">
<div class="img-box">[IMG: Light gray screenshot]</div>
<div class="ring"></div>
</div>
<div class="thumb">
<div class="img-box">[IMG: Triangle line drawing]</div>
<div class="ring"></div>
</div>
<div class="thumb">
<div class="img-box">[IMG: Red heart drawing]</div>
<div class="ring"></div>
</div>
</div>
<div class="section-title">July</div>
<div class="grid grid-1">
<div class="thumb">
<div class="img-box">[IMG: Distant landscape view]</div>
<div class="ring"></div>
</div>
</div>
</div>
<!-- Bottom actions -->
<div class="action-bar">
<button class="btn btn-outline" aria-label="Copy">
<svg viewBox="0 0 24 24"><rect x="4" y="4" width="12" height="12" rx="2" fill="none" stroke="#8ab4f8" stroke-width="2"/><rect x="8" y="8" width="12" height="12" rx="2" fill="none" stroke="#8ab4f8" stroke-width="2"/></svg>
Copy
</button>
<button class="btn btn-filled" aria-label="Move">
<svg viewBox="0 0 24 24"><path d="M4 12h12l-3-3 1.4-1.4L21 12l-6.6 4.4L13 15l3-3H4z" fill="#0b152b"/></svg>
Move
</button>
</div>
<!-- Navigation pill -->
<div class="nav-pill"></div>
</div>
</body>
</html> |