代码
@charset "utf-8";

/*--------------------------------------------------------------------
 全局定义
 ---------------------------------------------------------------------
*/
body,html,table,tr,th,td
{font-size:12px;}
body,html,table,tr,th,td,div,form,img,ul,ol,li,dl,dt,dd,p,fieldset,h1,h2,h3,h4,h5,h6 
{margin:0;padding:0;border:0;}
input,select 
{margin:0;padding:0;}
ul,ol,li,dl,dt,dd
{list-style:none;}
h1, h2, h3, h4, h5, h6 
{ font-size: 1em; }
select 
{ margin-right: 2px; }
textarea
{border:1px solid #cad9ea;line-height:16px;}
a
{color:#333;text-decoration:none;}
a:hover,a:active
{color:red;text-decoration:none;}
.floatleft
{float:left;}
.floatright
{float:right;}
.clearboth
{clear:both;}

.orange
{color:#F3A330;} /*橙色的*/
.red
{color:#F00;}/*红色*/
.gray
{color:gray;}/*灰色*/




/*--------------------------------------------------------------------
 end 全局定义
 ---------------------------------------------------------------------
*/





 

 

相关文章:

  • 2021-06-09
  • 2021-12-28
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-09-22
  • 2021-12-25
  • 2021-10-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
相关资源
相似解决方案