经典案例
  •   山东滨州宝水原生态家具厂
  • 滨州市供销社
  • Genoya Industrial Limited
  • 山东滨州捷宏金属网业有限公司
  • 山东达昌油脂化工有限公司
  • 金晟装饰设计
  • 宁波光禾机电安装有限公司
  • 宁波巨安国际物流有限公司
  • 山东省滨州市乾佛周易研究中心

做网站公用的CSS代码,利器!

发布于:2013-06-04 11:58来源: 作者: 点击:

我们在做网站时,阳江做网站阳春做网站CSS样式里少不了一部分公用的初始化结构代码,无论是哪个系统都适合用。下面的CSS初始化结构代码我是整合各大系统CSS代码综合做成的适合企业站用的样式:
*{padding:0px;margin:0px;}
html{background:#ffffff;}
body{font:12px Verdana,Arial,Tahoma;}
img{border:none;}
a{color:#333;text-decoration:none;}
a:hover{color:red;text-decoration:none;}
p{ line-height:24px;}
ul{list-style:none;}
input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle;}
/*---------- stock ---------*/
.center{margin:0px auto;}
.w960{width:960px;}
.w980{width:980px;}
.w1003{width:1003px;}
.diy_width{width:980px;}
.pright .infos_userinfo {margin-bottom: 0px;}
.mt1{margin-top:8px;}
.pright .mt1{margin-top:0px;}
.mt2{margin-top:16px;}
.clear{overflow:hidden;}
.clr{clear:both;}

 

/----------------------------------------------------------------/

 


织梦dede的初始化结构CSS代码:

*{padding:0px;margin:0px;}
html{background:#FFF;}
body{font:12px Verdana,Arial,Tahoma;}
img{border:none;}
a{color:#256EB1;text-decoration:none;}
a:hover{color:#ba2636;text-decoration:underline;}
ul{list-style:none;}
input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle;}
/*---------- stock ---------*/
.center{margin:0px auto;}
.w960{width:960px;/*position:relative;*

tag标签:
------分隔线----------------------------
------分隔线----------------------------