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:
@@ -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;
|
||||
}
|
||||
|
||||
/* 滚动条样式 */
|
||||
|
||||
BIN
frontend/src/assets/logo/MiroFish_logo_left.jpeg
Normal file
BIN
frontend/src/assets/logo/MiroFish_logo_left.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 587 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user