|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="home">
|
|
|
- <h1 class="welcome-title">欢迎使用管理系统</h1>
|
|
|
+ <h1 class="welcome-title">欢迎使用智慧阅读平台管理系统</h1>
|
|
|
<p class="welcome-subtitle">智能阅读平台 - 欢迎您</p>
|
|
|
<div class="features">
|
|
|
<el-row :gutter="20">
|
|
|
@@ -42,20 +42,21 @@ const features = ref([
|
|
|
.home {
|
|
|
padding: 40px;
|
|
|
text-align: center;
|
|
|
- background-color: #f9f9f9;
|
|
|
+ height: 50vh;
|
|
|
}
|
|
|
|
|
|
.welcome-title {
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 42px;
|
|
|
color: #1890ff;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-top: 8vh;
|
|
|
+ margin-bottom: 20px;
|
|
|
animation: fadeInDown 1s ease-out;
|
|
|
}
|
|
|
|
|
|
.welcome-subtitle {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 28px;
|
|
|
color: #666;
|
|
|
- margin-bottom: 40px;
|
|
|
+ margin-bottom: 15vh;
|
|
|
animation: fadeInUp 1s ease-out;
|
|
|
animation-delay: 0.5s;
|
|
|
}
|
|
|
@@ -99,6 +100,7 @@ const features = ref([
|
|
|
transition: color 0.3s;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
@keyframes fadeInDown {
|
|
|
from {
|
|
|
opacity: 0;
|