2024-06-25 20:18:37 +08:00
|
|
|
.custom-tabs .adm-tabs {
|
|
|
|
border: none;
|
|
|
|
--active-line-color: #ff8383;
|
|
|
|
--active-title-color: #fff;
|
|
|
|
--title-color: #a0a0a0;
|
|
|
|
--inactive-title-color: #5c5c5c;
|
|
|
|
--tab-border-color: #ff8383;
|
|
|
|
}
|
|
|
|
/* .custom-tabs .adm-tabs .adm-tabs-tab {
|
|
|
|
color: #a0a0a0;
|
|
|
|
} */
|
2024-06-26 19:46:31 +08:00
|
|
|
.custom-tabs .adm-tabs .adm-tabs-tab {
|
2024-07-23 20:56:25 +08:00
|
|
|
/* font-weight: bold; */
|
2024-06-26 19:46:31 +08:00
|
|
|
font-size: 24px;
|
2024-06-25 20:18:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-tabs .adm-tabs-tab-line {
|
|
|
|
background: none;
|
2024-07-24 19:08:22 +08:00
|
|
|
background-image: url("https://filecdn01.tiefen.fun/web_app_public/icons/tabindicator.png");
|
2024-06-25 20:18:37 +08:00
|
|
|
height: 34px;
|
2024-06-26 19:46:31 +08:00
|
|
|
background-position: -2px -18px;
|
2024-06-25 20:18:37 +08:00
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-tabs .adm-tabs-header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2024-06-26 19:46:31 +08:00
|
|
|
.adm-list-body-inner {
|
2024-07-06 16:03:15 +08:00
|
|
|
/* margin-top: 8px; */
|
2024-06-26 19:46:31 +08:00
|
|
|
}
|
2024-06-27 18:34:03 +08:00
|
|
|
.adm-image-viewer-indicator{
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2024-08-07 16:00:39 +08:00
|
|
|
.imagesBtnsControllers{
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
padding: 0 12px;
|
|
|
|
justify-content: space-between;
|
|
|
|
z-index: 10001;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
.imagesBtnsControllerLeft,.imagesBtnsControllerRight{
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
border-radius: 53px;
|
|
|
|
background-color: #0000001A;
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
.imagesBtnsControllerLeft{
|
|
|
|
background-image: url("/icons/left.png");
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.imagesBtnsControllerRight{
|
|
|
|
background-image: url("/icons/right.png");
|
|
|
|
}
|