diff --git a/src/mod_user/pages/myself/index.scss b/src/mod_user/pages/myself/index.scss
index 24f74f8..488ee52 100644
--- a/src/mod_user/pages/myself/index.scss
+++ b/src/mod_user/pages/myself/index.scss
@@ -357,15 +357,3 @@
}
}
-// 底部指示器
-.home_indicator {
- position: absolute;
- bottom: 21px;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 5px;
- background: $color-primary;
- border-radius: 2.5px;
- z-index: 10;
-}
\ No newline at end of file
diff --git a/src/pages/login/index/index.scss b/src/pages/login/index/index.scss
index 61cd3c2..421457d 100644
--- a/src/pages/login/index/index.scss
+++ b/src/pages/login/index/index.scss
@@ -318,18 +318,7 @@
}
}
-// 底部指示器
-.home_indicator {
- position: absolute;
- bottom: 21px;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 5px;
- background: #FFFFFF;
- border-radius: 2.5px;
- z-index: 10;
-}
+
// 底部条款浮层
.terms_float_layer {
@@ -409,18 +398,6 @@
}
}
- // 底部指示器
- .home_indicator {
- position: relative;
- bottom: auto;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 5px;
- background: #000000;
- border-radius: 2.5px;
- z-index: 10;
- }
}
// 浮层遮罩
diff --git a/src/pages/login/terms/index.scss b/src/pages/login/terms/index.scss
index d163398..696d8a5 100644
--- a/src/pages/login/terms/index.scss
+++ b/src/pages/login/terms/index.scss
@@ -231,15 +231,3 @@
}
}
-// 底部指示器
-.home_indicator {
- position: absolute;
- bottom: 21px;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 5px;
- background: #000000;
- border-radius: 2.5px;
- z-index: 10;
-}
\ No newline at end of file
diff --git a/src/pages/login/verification/index.scss b/src/pages/login/verification/index.scss
index 194e6f7..e47e250 100644
--- a/src/pages/login/verification/index.scss
+++ b/src/pages/login/verification/index.scss
@@ -446,18 +446,6 @@
}
}
-// 底部指示器
-.home_indicator {
- position: fixed;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 140.4px;
- height: 5px;
- background: #000000;
- border-radius: 2.5px;
- z-index: 10;
-}
// 浮层遮罩
.change_mobile_overlay {
diff --git a/src/pages/login/verification/index.tsx b/src/pages/login/verification/index.tsx
index d18cf50..07112ec 100644
--- a/src/pages/login/verification/index.tsx
+++ b/src/pages/login/verification/index.tsx
@@ -325,7 +325,6 @@ const VerificationPage: React.FC = () => {
{/* 底部指示器 */}
-
{show_change_mobile_layer && (
diff --git a/yarn.lock b/yarn.lock
index 42e13a0..ee50824 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8335,7 +8335,7 @@ quick-lru@^4.0.1:
qweather-icons@^1.8.0:
version "1.8.0"
- resolved "https://registry.yarnpkg.com/qweather-icons/-/qweather-icons-1.8.0.tgz#25eb2714d68daf13c06032c082f720e6734c4ecb"
+ resolved "https://registry.npmmirror.com/qweather-icons/-/qweather-icons-1.8.0.tgz#25eb2714d68daf13c06032c082f720e6734c4ecb"
integrity sha512-Ti7KGrWXSV7e5HMpjPhDYua8hwC3t0nScNOSQ3kLPehsOja5cioZw8bcKi7jeAGBlVLrgAkLla5xVEYlH1s5Jw==
randombytes@^2.1.0: