heighterControl_mini.css 447 B

12345678910111213141516171819
  1. #heighterSlider{
  2. position: absolute;
  3. bottom: 220px;
  4. right: 11px;
  5. cursor: pointer;
  6. display: none;
  7. }
  8. #heighterSlider .heighterslider-btn{
  9. width: 35px;
  10. height: 35px;
  11. border: none;
  12. background: #fff url(../images/layout/man.png) 13px 6px no-repeat;
  13. text-indent: -11111px;
  14. cursor: pointer;
  15. }
  16. #heighterSlider .active .heighterslider-btn{
  17. background: #378be0 url(../images/layout/man-w.png) 13px 6px no-repeat;
  18. }