mirror of
https://github.com/blasten/turn.js.git
synced 2025-04-30 14:36:56 +08:00
16 lines
247 B
CSS
16 lines
247 B
CSS
.turnjs-slide{
|
|
width:600px;
|
|
height:8px;
|
|
background-color:#B4B4B4;
|
|
border-radius:5px;
|
|
margin:20px auto;
|
|
}
|
|
|
|
.turnjs-slide .ui-slider .ui-slider-handle{
|
|
background-color:#8F8F8F;
|
|
z-index:10000;
|
|
}
|
|
|
|
.turnjs-slide .thumbnail{
|
|
background: #666;
|
|
} |