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

@@ -87,6 +87,30 @@ input:focus{
}
}
}
.ant-slider:hover{
.ant-slider-track{
background-color: #e1e1e1;
}
.ant-slider-handle{
box-shadow: rgba(41,62,141,.16) 0px 0 0 4px;
}
}
.ant-slider-track,
.ant-slider-rail {
height: calc(.6rem*1.2);
background-color: #e1e1e1;
// background-image: url(@../../../../assets/images/homePage/slider.png);
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 .5s ease-in-out forwards;
transform-origin: center;
@@ -1043,13 +1067,21 @@ input:focus{
box-shadow: none !important;
}
.ant-switch{
min-width: 4.4rem;
min-width: 5.4rem;
height: 2.2rem;
line-height: 2.2rem;
.ant-switch-handle{
top: 50%;
transform: translateY(-50%);
width: 1.8rem;
height: 1.8rem;
}
.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;