This commit is contained in:
Benjy Cui
2016-08-16 10:02:43 +08:00
parent a6492206d3
commit 6a1c904ca8
24 changed files with 95 additions and 60 deletions
-5
View File
@@ -17,7 +17,6 @@
height: 4px;
border-radius: 6px;
background-color: #abe2fb;
z-index: 1;
}
.rc-slider-handle {
position: absolute;
@@ -29,7 +28,6 @@
border-radius: 50%;
border: solid 2px #96dbfa;
background-color: #fff;
z-index: 2;
}
.rc-slider-handle:hover {
border-color: #57c5f7;
@@ -44,7 +42,6 @@
left: 0;
width: 100%;
font-size: 12px;
z-index: 3;
}
.rc-slider-mark-text {
position: absolute;
@@ -62,7 +59,6 @@
width: 100%;
height: 4px;
background: transparent;
z-index: 1;
}
.rc-slider-dot {
position: absolute;
@@ -240,7 +236,6 @@
position: absolute;
left: -9999px;
top: -9999px;
z-index: 4;
visibility: visible;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);