main.css 757 B

123456789101112131415161718
  1. * { padding: 0; margin: 0; }
  2. .table_border { border: solid 1px #B4B4B4; border-collapse: collapse; }
  3. .table_border tr th { padding-left: 4px; height: 27px; border: solid 1px #B4B4B4; }
  4. .table_border tr td { height: 25px; padding: 4px; border: solid 1px #B4B4B4; }
  5. .goto_box { position: fixed; right: -144px; bottom: 10px; width: 150px; background: #fff; }
  6. .leftNav { box-sizing: border-box; padding: 10px; position: fixed; height: 100%; width: 250px; overflow: auto; background-color: #f0f0f0; padding-bottom: 20px; }
  7. .leftNav ul li { list-style: none; margin-top: 1px; padding: 5px; border-bottom: #ccc dashed 1px; }
  8. .leftNav ul li a { text-decoration: none; font-size: 14px; }
  9. .rightBox { margin-left: 270px; }
  10. /*# sourceMappingURL=main.css.map */