常用的body和通用css設置


body{
    min-width: 320px;
    width: 15rem;
    margin: 0 auto;
    line-height: 1.5;
    background: #f2f2f2;
    overflow-x:hidden;
    -webkit-tap-highlight-color: transparent;
}*,
::before,
::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 針對移動端 */
    -webkit-tap-highlight-color: transparent;
} a
{ text-decoration: none; color: #333; }

input,textarea{
    outline: none;
    border: none;
    resize: none;
    /* 清除移動端的輸入樣式 */
    -webkit-appearance: none;
}

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM