one-long

标题: 做网站公用的CSS代码,利器! [打印本页]

作者: admin    时间: 2016-8-15 11:15
标题: 做网站公用的CSS代码,利器!
我们在http://dedecms.codesdq.comCSS样式里少不了一部分公用的初始化结构代码,无论是哪个系统都适合用。下面的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;*




欢迎光临 one-long (https://bbs.one-long.com/) Powered by Discuz! X3.1