You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
1.1 KiB

2 months ago
  1. .SelectDL {border:1px solid #DDD;height: 30px;background: #FFF;cursor: default;text-indent: 4px;position: relative;}
  2. .SelectDL:hover,.SelectDL.cur{box-shadow:0 0 3px #00baf2;}
  3. .SelectDL dt {padding-right: 30px;background: url(/edu/center/images/tips.png) no-repeat 95% center;color:#666;}
  4. .SelectDL dt.disabled {background-color: #e3e3e3;cursor: no-drop;}
  5. .SelectDL-icon {background: url(/edu/center/images/tips.png) no-repeat 95% center !important;}
  6. .SelectDL dt p,.SelectDL dd li {text-overflow:ellipsis; white-space:nowrap; overflow:hidden;word-wrap:normal;text-align: center;}
  7. .SelectDL dd {position: absolute;left: -1px;top:30px;background: #FFF;border:1px solid #DDD;width: 100%;display: none;overflow: hidden;z-index: 100;margin-top: -1px;}
  8. .SelectDL dd ul {max-height: 240px;padding:5px 10px;}
  9. .SelectDL dd ul li:hover {background: #F1F1F1;}
  10. .SelectDL dd ul li.disabled,.SelectDL dd ul li.disabled:hover {background: #CCC;}
  11. .SelectDL i.icon.arrow_down{background-position: 0px -150px;width: 8px;height: 5px;position: absolute;right: 10px;top:13px;}