123456789101112131415161718192021222324252627 |
- * {
- margin: 0;
- padding: 0;
- }
- a{
- text-decoration:none;
- color:#000;
- }
- html {
- height: 100%;
- widrth: 100%;
- }
- body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- font-family: 黑体, SimHei;
- }
- a,p,h4,h5,h6{
- font-family: 黑体, SimHei;
- }
- li{
- list-style:none;
- }
- thead th{
- border-bottom:none !important;
- }
|