style.css 4.83 KB
/*dragProgress*/
.dragProgress_wrap {
  width: 420px;
  float: left;
  height: 30px;
  position: relative;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.dragProgress_wrap .bar_wrap {
  width: 380px;
  float: left;
  height: 100%;
  padding-top: 5px;
}
.dragProgress_wrap .bar_wrap .roller {
  height: 10px;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  background: #cdcdcd;
}
.dragProgress_wrap .bar_wrap .roller .water {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dragProgress_wrap .bar_wrap .roller .water_1 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #e50011;
}
.dragProgress_wrap .bar_wrap .roller .water_2 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #e73016;
}
.dragProgress_wrap .bar_wrap .roller .water_3 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #e84340;
}
.dragProgress_wrap .bar_wrap .roller .water_4 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ee7b44;
}
.dragProgress_wrap .bar_wrap .roller .water_5 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f5ba46;
}
.dragProgress_wrap .bar_wrap .roller .water_6 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff000;
}
.dragProgress_wrap .bar_wrap .roller .water_7 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #b6c753;
}
.dragProgress_wrap .bar_wrap .roller .water_8 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #a2c047;
}
.dragProgress_wrap .bar_wrap .roller .water_9 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #32ad45;
}
.dragProgress_wrap .bar_wrap .roller .water_10 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #009943;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.dragProgress_wrap .bar_wrap .item {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
}
.dragProgress_wrap .bar_wrap .item_1 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #e50011;
  border-color: #e73016;
}
.dragProgress_wrap .bar_wrap .item_2 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #e73016;
  border-color: #e84340;
}
.dragProgress_wrap .bar_wrap .item_3 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #e84340;
  border-color: #ee7b44;
}
.dragProgress_wrap .bar_wrap .item_4 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #ee7b44;
  border-color: #f5ba46;
}
.dragProgress_wrap .bar_wrap .item_5 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #f5ba46;
  border-color: #fff000;
}
.dragProgress_wrap .bar_wrap .item_6 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #fff000;
  border-color: #b6c753;
}
.dragProgress_wrap .bar_wrap .item_7 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #b6c753;
  border-color: #a2c047;
}
.dragProgress_wrap .bar_wrap .item_8 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #a2c047;
  border-color: #32ad45;
}
.dragProgress_wrap .bar_wrap .item_9 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #32ad45;
  border-color: #009943;
}
.dragProgress_wrap .bar_wrap .item_10 {
  border: solid 1px #cdcdcd;
  height: 100%;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  margin-top: -15px;
  height: 20px;
  background: #009943;
}
.dragProgress_wrap .proportion {
  float: right;
  margin-top: 5px;
}
/*dragProgress*/