refactor: 更新首页标题文本并调整卡片布局与标题换行样式

This commit is contained in:
Wei_佳 2026-01-22 18:14:47 +08:00
parent 5c9e108697
commit cd74b0dc6f
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"lang": "中文", "lang": "中文",
"app_name": "值后台管理系统", "app_name": "非遗IP图样类知识产权价值评估系统",
"header": { "header": {
"label_profile": "个人信息", "label_profile": "个人信息",
"label_logout": "退出登录", "label_logout": "退出登录",
@ -83,4 +83,4 @@
"update": "修改" "update": "修改"
} }
} }
} }

View File

@ -7,7 +7,7 @@
<div class="card-logo"> <div class="card-logo">
<img src="@/assets/images/logo.png" alt="logo" /> <img src="@/assets/images/logo.png" alt="logo" />
</div> </div>
<h1 class="main-title">非遗IP价值评估系统</h1> <h1 class="main-title">非遗IP图样类知识产权价值评估系统</h1>
<p class="subtitle"> <p class="subtitle">
基于深度学习算法的智能评估系统为您的知识产权和非物质文化遗产提供专业的价值评估服务 基于深度学习算法的智能评估系统为您的知识产权和非物质文化遗产提供专业的价值评估服务
</p> </p>
@ -74,7 +74,7 @@ async function handleStartEvaluation() {
border-radius: 24px; border-radius: 24px;
padding: 60px 80px; padding: 60px 80px;
text-align: center; text-align: center;
max-width: 900px; max-width: 1200px;
width: 100%; width: 100%;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.5); border: 1px solid rgba(255, 255, 255, 0.5);
@ -98,6 +98,7 @@ async function handleStartEvaluation() {
color: #333; color: #333;
margin-bottom: 24px; margin-bottom: 24px;
letter-spacing: 2px; letter-spacing: 2px;
white-space: nowrap;
} }
.subtitle { .subtitle {
@ -137,10 +138,12 @@ async function handleStartEvaluation() {
@media (max-width: 768px) { @media (max-width: 768px) {
.glass-card { .glass-card {
padding: 40px 20px; padding: 40px 20px;
max-width: 100%;
} }
.main-title { .main-title {
font-size: 32px; font-size: 32px;
white-space: normal;
} }
.subtitle { .subtitle {