From 752b14d2caa47ccceac328f79389fbf5e2e62ce4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 九月 2025 15:18:39 +0800
Subject: [PATCH] 分析追溯
---
src/components/Splash.vue | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/components/Splash.vue b/src/components/Splash.vue
index 6465d04..c472d06 100644
--- a/src/components/Splash.vue
+++ b/src/components/Splash.vue
@@ -1,7 +1,6 @@
<template>
<div class="splash-container">
- <span class="title">绉戞妧</span>
- <span class="title1">渚挎惡鐢熸椿</span>
+ <span class="title">绉戞妧 渚挎嵎鐢熸椿</span>
</div>
</template>
@@ -16,7 +15,7 @@
display: flex;
justify-content: center;
align-items: center;
- background: #fff;
+ background: linear-gradient(180deg, #E6F3FF 0%, #FFFFFF 100%);
}
.splash-logo {
width: 180px;
@@ -25,12 +24,7 @@
}
.title {
font-weight: 400;
- font-size: 60px;
+ font-size: 48px;
color: #000000;
}
-.title1 {
- font-weight: 400;
- font-size: 40px;
- color: #000000;
-}
-</style>
\ No newline at end of file
+</style>
\ No newline at end of file
--
Gitblit v1.9.3