48639d82a93f345db62871aa1f8ad07a8a933301.svn-base 657 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .sxbtn {
  2. display: inline-block;
  3. padding: 0 10px;
  4. height: 30px;
  5. line-height: 30px;
  6. background: #9090fb;
  7. margin: 3px 8px;
  8. color: #fff;
  9. cursor: pointer;
  10. border-radius: 5px;
  11. }
  12. .sxbtn1 {
  13. display: inline-block;
  14. padding: 0 10px;
  15. background: #9090fb;
  16. margin: 3px 8px;
  17. color: #fff;
  18. cursor: pointer;
  19. border-radius: 5px;
  20. }
  21. .sxbtn1:ACTIVE {
  22. position: relative;
  23. top:3px;
  24. background: #5555ec;
  25. }
  26. .sxbtn_click {
  27. position:relative;
  28. top:1px;
  29. background: #5555ec;
  30. }
  31. .sxBtnCon {
  32. text-align: center;
  33. margin-top: 2px;
  34. }
  35. /* #treeDept-gzfw{
  36. height: 300px;
  37. overflow-x: hidden;
  38. }
  39. */