first_upload

This commit is contained in:
beabigegg
2025-08-07 09:57:20 +08:00
commit 0720b1d0cc
12 changed files with 1267 additions and 0 deletions

38
static/css/style.css Normal file
View File

@@ -0,0 +1,38 @@
/* static/css/style.css */
body {
background-color: #f8f9fa;
}
.container {
max-width: 960px;
}
.card-header-tabs {
margin-bottom: -1px;
}
.nav-link {
color: #6c757d;
}
.nav-link.active {
color: #000;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.result-preview {
white-space: pre-wrap;
word-wrap: break-word;
max-height: 400px;
overflow-y: auto;
font-family: 'Courier New', Courier, monospace;
}
.action-btn:disabled {
cursor: not-allowed;
}
.progress-bar {
transition: width 0.6s ease;
}