首页 > 代码库 > 公共css

公共css

    * {
        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