美文网首页
pc_base.css

pc_base.css

作者: 一袭白衣染 | 来源:发表于2017-08-16 16:12 被阅读0次

    body,

    div,

    dl,

    dt,

    dd,

    ul,

    ol,

    li,

    h1,

    h2,

    h3,

    h4,

    h5,

    h6,

    pre,

    form,

    fieldset,

    input,

    textarea,

    p,

    blockquote,

    th,

    td {

    margin: 0;

    padding: 0

    }

    body {

    font-family: 'Microsoft YaHei', '微软雅黑', 'PingFangSC-Regular', 'PingFang SC';

    color: #515151;

    font-size:16px;

    -webkit-font-smoothing: antialiased;

    font-smoothing: antialiased

    }

    *,

    ::after,

    ::before {

    box-sizing: border-box;

    }

    img {

    border: 0

    }

    a {

    text-decoration: none;

    outline: none;

    color: #000;

    }

    a:link,

    a:visited,

    a:hover,

    a:active {

    text-decoration: none;

    outline: none

    }

    li {

    list-style: none;

    }

    table {

    border-collapse: collapse;

    border-spacing: 0

    }

    相关文章

      网友评论

          本文标题:pc_base.css

          本文链接:https://www.haomeiwen.com/subject/mgwirxtx.html