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