Enhance homepage layout and styling

- Updated `index.html` to include Google Fonts for improved typography.
- Refactored `App.vue` to utilize new font styles and added a white background for better contrast.
- Redesigned `Home.vue` to introduce a navigation bar, a hero section with a new logo, and a structured dashboard layout for project simulation steps.
- Added a new logo image `MiroFish_logo_left.jpeg` to enhance branding.
- Improved overall styling and responsiveness across components for a more cohesive user experience.
This commit is contained in:
666ghj
2025-12-10 15:15:44 +08:00
parent b67e14cced
commit 6226cbac16
4 changed files with 582 additions and 531 deletions

View File

@@ -15,12 +15,11 @@
}
#app {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: 'JetBrains Mono', 'Space Grotesk', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #000000;
background-color: #ffffff;
}
/* 滚动条样式 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 KiB

File diff suppressed because it is too large Load Diff