left.css 528 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html body {
  4. margin: 0px;
  5. font-size: 12px;
  6. }
  7. #lefter {
  8. width: 200px;
  9. float: left;
  10. }
  11. .left_tb_line {
  12. border-bottom: 1px #A9CCEA dotted;
  13. height: 20px;
  14. }
  15. .left_rightline {
  16. border-right: 1px #aaccee solid;
  17. }
  18. .left_tb_line a {
  19. color: #000000;
  20. text-decoration: none;
  21. }
  22. .left_tb_line a:hover {
  23. text-decoration: underline;
  24. }
  25. .left_tb {
  26. background-color: #f0f0f0;
  27. height: 22px;
  28. color: #07519a;
  29. border-bottom-width: 1px;
  30. border-bottom-style: solid;
  31. border-bottom-color: #3c78b5;
  32. }