經典案例
  • 妙視界
  • 廣州市坊森室內裝飾有限公司
  • 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;*

tag標簽:
------分隔線----------------------------
------分隔線----------------------------