diff --git a/assets/image_20260714092142659.png b/assets/image_20260714092142659.png new file mode 100644 index 0000000..1fc1f97 Binary files /dev/null and b/assets/image_20260714092142659.png differ diff --git a/public/static/css/style.css b/public/static/css/style.css index 96c06a9..4c8e368 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -1,3 +1,26 @@ +/* 订单日报系统样式表 */ + +:root { + --background: #ffffff; + --foreground: #1a1a1a; + --card: #ffffff; + --card-foreground: #1a1a1a; + --primary: #2563eb; + --primary-foreground: #ffffff; + --secondary: #f3f4f6; + --secondary-foreground: #1f2937; + --muted: #f3f4f6; + --muted-foreground: #6b7280; + --accent: #f3f4f6; + --accent-foreground: #1f2937; + --destructive: #ef4444; + --destructive-foreground: #ffffff; + --border: #e5e7eb; + --input: #e5e7eb; + --ring: #2563eb; + --radius: 0.5rem; +} + * { margin: 0; padding: 0;