首页 > Web开发 > 详细

公共css

时间:2017-07-03 11:33:05      阅读:261      评论:0      收藏:0      [点我收藏+]
    * {
        margin: 0;
        padding: 0;
        word-break: break-all;
        font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    }
    .clearfix {
        zoom: 1;
    }

    .clearfix:after {
        content: "";
        clear: both;
        display: block;
    }
     body {
        color: #5c5c5c;
        text-decoration: none;
        font-size: 12px;
        line-height: 22px;
        word-break: normal;
        width: 100%;
        min-width: 1200px;
        max-width: 1920px;
        margin: 0 auto;
        font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    }
    ul,form {
        margin: 0px;
        padding: 0px;
    }
    input,
    img,
    select {
        vertical-align: middle;
    }
    a {
        text-decoration: none;
        color: #5C5C5C;
    }
    a:active {
        color: #333333;
    }

    a:hover {
        color: #999;
        text-decoration: none;
    }

    img {
        border: 0px;
    }
    ul,
    li {
        list-style: none outside;
    }

    h1,h2,h3,h4,h5,h6,b{font-weight:normal;}

  

公共css

原文:http://www.cnblogs.com/theWayToAce/p/7109874.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!