删除无用样式

This commit is contained in:
张成
2025-09-11 23:40:41 +08:00
parent 7c07c6cf06
commit 3d784f37c7
6 changed files with 2 additions and 62 deletions

View File

@@ -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;
}

View File

@@ -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;
}
}
// 浮层遮罩

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -325,7 +325,6 @@ const VerificationPage: React.FC = () => {
</View>
{/* 底部指示器 */}
<View className="home_indicator"></View>
{show_change_mobile_layer && (
<View className="change_mobile_overlay">