refactor: restructure css files into common and page-specific styles

This commit is contained in:
shenghuo2
2025-06-20 17:48:51 +08:00
parent 51962faa87
commit baedcc608b
13 changed files with 1832 additions and 7 deletions

View File

@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>智能 - 米家智能家居</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/smart.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>