From 4aab4087dc97906d0b9890035401175cdaab32d4 Mon Sep 17 00:00:00 2001 From: blackhao <13851610112@163.com> Date: Fri, 22 Aug 2025 02:51:50 -0500 Subject: 2.0 --- web/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/styles.css (limited to 'web/styles.css') 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; } + + -- cgit v1.2.3