summaryrefslogtreecommitdiff
path: root/web/styles.css
diff options
context:
space:
mode:
authorblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
committerblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
commit4aab4087dc97906d0b9890035401175cdaab32d4 (patch)
tree4e2e9d88a711ec5b1cfa02e8ac72a55183b99123 /web/styles.css
parentafa8f50d1d21c721dabcb31ad244610946ab65a3 (diff)
2.0
Diffstat (limited to 'web/styles.css')
-rw-r--r--web/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/styles.css b/web/styles.css
new file mode 100644
index 0000000..9744e6d
--- /dev/null
+++ b/web/styles.css
@@ -0,0 +1,11 @@
+html, body, #app { height: 100%; margin: 0; }
+body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
+header { padding: 10px 12px; border-bottom: 1px solid #ddd; display: flex; align-items: center; gap: 16px; }
+header h1 { font-size: 18px; margin: 0 8px 0 0; }
+.controls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
+label { font-size: 14px; display: flex; align-items: center; gap: 6px; }
+main { height: calc(100% - 100px); }
+#cy { height: 100%; }
+footer { height: 36px; display: flex; align-items: center; padding: 0 12px; border-top: 1px solid #eee; font-size: 12px; color: #666; }
+
+