slider.css

来自「《JavaScript精粹》 源文件下载」· CSS 代码 · 共 36 行

CSS
36
字号
body {
  font-size: 100%;
  font-family: sans-serif;
  margin: 12px;
  padding: 3px;
}

.sliderContainer {
  width: 240px;
  margin: 5px 0 20px 0;
  background: #f7f7f7;
  border-style: solid;
  border-width: 1px 0;
  border-color: #999 #eee #eee #999;
  height: 24px;
}

.sliderWidget {
  position: relative;
  width: 20px;
  height: 20px;
  border-width: 1px;
  margin: 1px 0;
  padding: 0;
  text-align: center;
}

.sliderFocus {
  background:#acf;
}

.offleft {
  position:absolute;
  top:-100em;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?