This commit is contained in:
X1627315083
2024-06-28 17:34:28 +08:00
parent ade36d899a
commit 8e694ce2c4
15 changed files with 210 additions and 66 deletions

View File

@@ -79,6 +79,27 @@ li {
margin-top: -0.4rem;
border: solid 0.2rem #343579;
}
.ant-slider:hover .ant-slider-track {
background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-handle {
box-shadow: rgba(41, 62, 141, 0.16) 0px 0 0 4px;
}
.ant-slider-track,
.ant-slider-rail {
height: calc(0.6rem*1.2);
background-color: #e1e1e1;
background-size: 100% 100%;
border-radius: calc(0.5rem*1.2);
}
.ant-slider .ant-slider-handle:not(.ant-tooltip-open),
.ant-slider-handle {
background-color: #2d2e76 !important;
border: none !important;
}
.ant-slider-handle:hover {
box-shadow: 0 0 0 5px rgba(45, 46, 118, 0.2);
}
.cliAdmin_like {
animation: adminLike 0.5s ease-in-out forwards;
transform-origin: center;
@@ -921,14 +942,22 @@ li {
box-shadow: none !important;
}
.ant-switch {
min-width: 4.4rem;
min-width: 5.4rem;
height: 2.2rem;
line-height: 2.2rem;
}
.ant-switch .ant-switch-handle {
top: 50%;
transform: translateY(-50%);
width: 1.8rem;
height: 1.8rem;
}
.ant-switch .ant-switch-inner {
margin: 0 1rem 0 3rem;
}
.ant-switch-checked .ant-switch-inner {
margin: 0 3rem 0 1rem;
}
.ant-message {
z-index: 1049 !important;
top: 6rem;