代码

body,html
{
 margin
:0px;
 background
:#ffffff;
 font-size
:12px;
 padding
:0px;
}
td,th
{
 font-size
:12px;
}
div,form,img,ul,ol,li,dl,dt,dd,p 
{
 margin
: 0;
 padding
: 0;
 border
: 0;
}
li
{ 
   list-style
:none;
}
h1,h2,h3,h4,h5,h6,input,select 
{
   margin
:0; 
   padding
:0;
}

a
{
    color
:#000;
 text-decoration
:none;
}
a:hover ,a:active
{
    color
:#BB0119;
 text-decoration
:none;
}
.hidden
{
  display
:none;
}
.floatleft
{
 float
:left;
}
.floatright
{
 float
:right;
}
.clearboth
{
   clear
:both;
}


 

 

/*表格样式*/
 .table
  
{
    border
:1px red solid;
    border-collapse
:collapse;
  
}
  .table td
   
{
     border
:1px red solid;
   
}

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-10-08
  • 2021-09-18
  • 2022-12-23
  • 2021-06-23
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2021-12-13
  • 2022-01-01
  • 2021-05-26
  • 2021-08-04
  • 2021-12-24
相关资源
相似解决方案