图片流及cookie获取

This commit is contained in:
2026-01-21 10:50:08 +08:00
parent c8b21d106a
commit e4a2905d73
6 changed files with 24 additions and 811 deletions

View File

@@ -24,10 +24,9 @@ a:hover {
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
background-color: #f5f5f5;
}
h1 {
@@ -58,11 +57,18 @@ button:focus-visible {
padding: 2em;
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
/* 响应式app容器 */
@media (max-width: 768px) {
#app {
padding: 1rem;
}
}
@media (max-width: 480px) {
#app {
padding: 0.5rem;
}
}
@media (prefers-color-scheme: light) {