@@ -1643,7 +1643,12 @@
width: 108px;
}
.search-check .batch-operate .operate-content > div p input[type=range]::-webkit-slider-runnable-track {
- box-shadow: 0 1px 1px #def3f8, inset 0 16px 16px #4054ff; /*轨道内置阴影效果*/
+ background: #4054ff;
+ height: 5px;
+ }
+ .search-check .batch-operate .operate-content > div p input[type=range]::-webkit-slider-thumb {
+ position: relative;
+ bottom: 7px;
.search-check .batch-operate .operate-content > div p .batch-progress {