常用的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