This commit is contained in:
张成
2025-08-25 14:08:12 +08:00
parent 3f43eb15ca
commit a993c55d3f
16 changed files with 1577 additions and 602 deletions

View File

@@ -50,7 +50,6 @@ src/
├── components/ # 组件目录
│ ├── ihead.vue # 现代化头部组件
│ ├── ifooter.vue # 现代化页脚组件
│ └── leftMenu.vue # 左侧菜单组件
├── views/ # 页面目录
│ ├── index.vue # 升级后的首页
│ └── aboutUs/ # 关于我们页面
@@ -123,7 +122,7 @@ npm run build
```css
:root {
--primary-color: #3498db;
--secondary-color: #9b59b6;
--secondary-color: #3498db;
--success-color: #27ae60;
--warning-color: #f39c12;
--danger-color: #e74c3c;