zoukankan      html  css  js  c++  java
  • APP reset.css

    复制代码
    html {
        box-sizing: border-box;
    }
    * {
        user-select: none;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        -webkit-tap-highlight-color: transparent;
        box-sizing: inherit;
    }
    *:before,
    *:after {
        box-sizing: inherit;
    }
    input[type],
    [contenteditable] {
        user-select: text;
    }
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    b {
        font-weight: 400;
    }
    em,
    i {
        font-style: normal;
    }
    a:focus {
        outline: 0;
    }
    input,
    fieldset {
        appearance: none;
        border: 0;
        padding: 0;
        margin: 0;
        min- 0;
        font-size: 1rem;
        font-family: inherit;
    }
    input::-ms-clear {
        display: none;
    }
    input:focus {
        outline: 0;
    }
    
    input[type="number"] {
        -moz-appearance: textfield;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        appearance: none;
    }
    svg {
        display: inline-flex;
    }
    
    img {
        max- 100%;
        display: block;
    }
    复制代码
  • 相关阅读:
    Start The Life of Blog
    当你在寻找某件东西时,眼睛是闭着的
    终于升成512m,以此篇纪念一下
    昨天 acm 分组
    FAQ
    VNC
    Telnet
    FTP
    DNS
    Samba
  • 原文地址:https://www.cnblogs.com/wangsicongde/p/7598704.html
Copyright © 2011-2022 走看看