tiefen_space_h5/app/login/index.module.scss

51 lines
990 B
SCSS
Raw Normal View History

2024-07-22 17:55:52 +08:00
.customTabs {
border: none;
2024-08-14 12:37:34 +08:00
--active-line-color: #ff8383!important;
--active-title-color: #fff!important;
--title-color: #a0a0a0!important;
2024-07-22 17:55:52 +08:00
--inactive-title-color: #FFFFFF80;
--tab-border-color: #ff8383;
}
2024-07-03 19:59:39 +08:00
.customTabs>div>div:last-child>div:first-child {
z-index: 1;
background: none;
2024-07-22 16:07:41 +08:00
}
2024-07-22 17:55:52 +08:00
.customTabs>div>div:last-child>div:first-child::after{
content: "";
2024-07-24 19:08:22 +08:00
background-image: url("https://filecdn01.tiefen.fun/web_app_public/icons/tabindicator.png");
2024-07-22 16:07:41 +08:00
height: 44px;
background-size: cover;
background-repeat: no-repeat;
width: 50px !important;
position: absolute;
top: -48px;
left: calc(50% - 25px);
2024-07-03 19:59:39 +08:00
}
/* .loginBox .adm-tabs .adm-tabs-tab {
color: #a0a0a0;
} */
.customTabs>div>div:last-child>div>div {
2024-07-25 19:52:30 +08:00
// font-weight: bold;
2024-07-03 19:59:39 +08:00
font-size: 18px;
}
.customTabs>div {
border-bottom: none!important;
}
.adm-list-body-inner {
margin-top: 8px;
}
.adm-image-viewer-indicator{
color: #fff;
}
.adm-list-item-content{
padding-right: 0 !important;
}