*, *::before, *::after {
margin: 0;
padding: 0;
word-break: break-all;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul, li {
list-style: none;
}
a {
text-decoration: none;
color: unset
}
input, textarea {
outline: none;
border: 0;
background: unset;
-webkit-appearance: none;//去除ios输入框阴影
}
input:-internal-autofill-selected {
background-color: transparent !important
}
/** 隐藏滚动条
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
*/