|
|
@@ -8,6 +8,7 @@ html * {
|
|
|
outline:none;
|
|
|
-webkit-text-size-adjust: none;
|
|
|
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
}
|
|
|
|
|
|
/* 内外边距通常让各个浏览器样式的表现位置不同 */
|
|
|
@@ -181,5 +182,5 @@ ins, a {
|
|
|
color: #01a44e;
|
|
|
}
|
|
|
::-webkit-scrollbar {
|
|
|
- display: none !important;
|
|
|
+ opacity: 0;
|
|
|
}
|