码迷,mamicode.com
首页 > Web开发 > 详细

公共css

时间:2017-07-03 12:12:36      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:content   pad   cal   display   line   12px   auto   logs   splay   

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

标签:content   pad   cal   display   line   12px   auto   logs   splay   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!