zoomla
Version:
16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统
55 lines (54 loc) • 1.16 kB
CSS
.is_clickable {
cursor: hand;
cursor: pointer;
}
.nstSlider {
cursor: hand;
cursor: pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
width: 300px;
height: 20px;
background: #113344;
}
.nstSlider .leftGrip.gripHighlighted {
background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
position: absolute;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 20px;
height: 20px;
background: #ffffff;
}
.nstSlider .bar {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: absolute;
background: #ffffff;
height: 8px;
top: 6px;
}
.nstSlider .highlightPanel {
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: absolute;
background: #e87722;
height: 20px;
top: 0;
}