tiefen_space_h5/app/login/index.module.scss

51 lines
914 B
SCSS
Raw Normal View History

2024-07-22 17:55:52 +08:00
.customTabs {
border: none;
--active-line-color: #ff8383;
--active-title-color: #fff;
--title-color: #a0a0a0;
--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: "";
background-image: url("/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 {
font-weight: bold;
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;
}