From f703fe33aa10a7be7d82e7ea75f8e5ad143233fd Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Sep 2025 17:51:16 +0800
Subject: [PATCH] 暂存
---
src/views/register/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/register/index.vue b/src/views/register/index.vue
index dc0613c..1007bed 100644
--- a/src/views/register/index.vue
+++ b/src/views/register/index.vue
@@ -4,12 +4,12 @@
<Step :step="1"></Step>
<div class="title textColor">{{ $t('register') }}</div>
<div class="flex re-tab">
- <div class="textColor1" :class="activeIndex == 0 ? 'active' : ''" @click="changeIndex(0)">{{
+ <div class="text_color" :class="activeIndex == 0 ? 'active' : ''" @click="changeIndex(0)">{{
$t('account')
}}</div>
- <!-- <div class="textColor1" :class="activeIndex == 1 ? 'active' : ''" @click="changeIndex(1)">{{ $t('email') }}
+ <!-- <div class="textColor" :class="activeIndex == 1 ? 'active' : ''" @click="changeIndex(1)">{{ $t('email') }}
</div>
- <div class="textColor1" :class="activeIndex == 2 ? 'active' : ''" @click="changeIndex(2)">{{
+ <div class="textColor" :class="activeIndex == 2 ? 'active' : ''" @click="changeIndex(2)">{{
$t('phoneNum')
}}</div> -->
</div>
@@ -308,7 +308,7 @@
box-sizing: border-box;
padding: 16px;
font-size: 13px;
- background-color: $mainbgWhiteColor;
+ // background-color: $mainbgWhiteColor;
}
.top {
@@ -344,7 +344,7 @@
// background: $US_tabActice_background;
background: $bg_yellow;
// color: $color_main;
- color: $text_color4;
+ color: $text_color;
}
}
--
Gitblit v1.9.3