reset

div, ul, ol, li, h1, h2, h3, input, button, textarea, p, span, img, a, table, thead, tbody, tfoot, tr, td, dl, dt, dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: unset
}

a:hover {
    text-decoration: none;
}

input, textarea {
    outline: none;
    border: 0;
    background: unset
}

input:-internal-autofill-selected {
    background-color: transparent !important
}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章