删除无用样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
// 浮层遮罩
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
@@ -325,7 +325,6 @@ const VerificationPage: React.FC = () => {
|
||||
</View>
|
||||
|
||||
{/* 底部指示器 */}
|
||||
<View className="home_indicator"></View>
|
||||
|
||||
{show_change_mobile_layer && (
|
||||
<View className="change_mobile_overlay">
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user