wangyunfei 1 month ago
parent 63d4020ea9
commit f82f406238

@ -4,8 +4,6 @@
overflow: hidden;
display: flex;
flex-direction: column;
// background-color: pink;
.TopButton {
background-color: #FFFFFF;
@ -35,12 +33,12 @@
}
&:focus {
color: #2E4CD4 !important;
color: #006665 !important;
border: none !important;
}
&.active {
color: #2E4CD4 !important;
color: #006665 !important;
&::after {
content: '';
@ -50,7 +48,7 @@
right: 0;
width: 100%;
height: 4px;
background-color: #2E4CD4;
background-color: #006665;
border-radius: 0;
opacity: 1;
}

@ -3,8 +3,7 @@
background-color: #f0f7f7;
// 激活状态样式
&.active {
}
&.active {}
.tabBarHeader {
background-color: transparent;

Loading…
Cancel
Save