css slider,CSS范围滑块

css

*, *:before, *:after {

-webkit-box-sizing: border-box;

box-sizing: border-box;

}

body {

font-family: sans-serif;

padding: 60px 20px;

}

@media (min-width: 600px) {

body {

padding: 60px;

}

}

.range-slider {

margin: 60px 0 0 0%;

}

.range-slider {

width: 100%;

}

.range-slider__range {

-webkit-appearance: none;

width: calc(100% - (73px));

height: 10px;

border-radius: 5px;

background: #d7dcdf;

outline: none;

padding: 0;

margin: 0;

}

.range-slider__range::-webkit-slider-thumb {

-webkit-appearance: none;

appearance: none;

width: 20px;

height: 20px;

border-radius: 50%;

background: #2c3e50;

cursor: pointer;

-webkit-transition: background .15s ease-in-out;

transition: background .15s ease-in-out;

}

.range-slider__range::-webkit-slider-thumb:hover {

background: #1abc9c;

}

.range-slider__range:active::-webkit-slider-thumb {

background: #1abc9c;

}

.range-slider__range::-moz-range-thumb {

width: 20px;

height: 20px;

border: 0;

border-radius: 50%;

background: #2c3e50;

cursor: pointer;

-webkit-transition: background .15s ease-in-out;

transition: background .15s ease-in-out;

}

.range-slider__range::-moz-range-thumb:hover {

background: #1abc9c;

}

.range-slider__range:active::-moz-range-thumb {

background: #1abc9c;

}

.range-slider__value {

display: inline-block;

position: relative;

width: 60px;

color: #fff;

line-height: 20px;

text-align: center;

border-radius: 3px;

background: #2c3e50;

padding: 5px 10px;

margin-left: 8px;

}

.range-slider__value:after {

position: absolute;

top: 8px;

left: -7px;

width: 0;

height: 0;

border-top: 7px solid transparent;

border-right: 7px solid #2c3e50;

border-bottom: 7px solid transparent;

content: '';

}

::-moz-range-track {

background: #d7dcdf;

border: 0;

}

input::-moz-focus-inner,

input::-moz-focus-outer {

border: 0;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值