- MoviePilot
+ MoviePilot
{{ t('login.welcomeBack') || 'Welcome Back' }}
@@ -1141,14 +1141,7 @@ onUnmounted(() => {
.login-title {
margin: 0;
animation: text-enter 600ms cubic-bezier(0.16, 1, 0.3, 1) 200ms both;
- background: linear-gradient(135deg, rgb(var(--v-theme-on-surface)) 30%, rgba(var(--v-theme-primary), 1) 100%);
- background-clip: text;
font-size: 1.85rem;
- font-weight: 800;
- letter-spacing: 0.03em;
- line-height: 1.2;
- -webkit-text-fill-color: transparent;
- text-transform: uppercase;
touch-action: manipulation;
user-select: none;
-webkit-user-select: none;
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 7b291fd6..eb0a898b 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -1407,6 +1407,17 @@ html[data-theme='transparent'].transparent-glass-realtime .v-theme--transparent
--tw-gradient-to: #c084fc;
}
+// 登录页与主框架共用的品牌文字效果。
+.moviepilot-wordmark {
+ background: linear-gradient(135deg, rgb(var(--v-theme-on-surface)) 30%, rgba(var(--v-theme-primary), 1) 100%);
+ background-clip: text;
+ font-weight: 800;
+ letter-spacing: 0.03em;
+ line-height: 1.2;
+ -webkit-text-fill-color: transparent;
+ text-transform: uppercase;
+}
+
.text-shadow {
text-shadow: 1px 1px #777;
}