经典案例
  • 妙视界
  • 广州市坊森室内装饰有限公司
  • ArtsRouge
  • Management
  • 爱艺术咖啡会所

做网站公用的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;*
文章关键词:网站公用的CSS

------分隔线----------------------------
------分隔线----------------------------