[更新]修改微信图文

This commit is contained in:
Anyon 2017-04-27 14:44:42 +08:00
parent 47fd657242
commit d91b706d0b

View File

@ -13,10 +13,10 @@ html {
} }
html, body { html, body {
-webkit-touch-callout: none; /* -webkit-touch-callout: none;
-webkit-text-size-adjust: none; -webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none; -webkit-user-select: none;*/
width: 100%; width: 100%;
} }
@ -557,7 +557,7 @@ img.aui-img-round {
/*基本容器*/ /*基本容器*/
.aui-content { .aui-content {
-webkit-overflow-scrolling: touch; /*-webkit-overflow-scrolling: touch;*/
overflow-x: hidden; overflow-x: hidden;
word-break: break-all; word-break: break-all;
} }
@ -566,7 +566,7 @@ img.aui-img-round {
margin: 0.75rem; margin: 0.75rem;
position: relative; position: relative;
word-break: break-all; word-break: break-all;
-webkit-overflow-scrolling: touch; /*-webkit-overflow-scrolling: touch;*/
} }
/*栅格类*/ /*栅格类*/
@ -953,14 +953,14 @@ input[type="search"]::-webkit-search-cancel-button {
.aui-scroll-x { .aui-scroll-x {
position: relative; position: relative;
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch; /*-webkit-overflow-scrolling: touch;*/
} }
.aui-scroll-y { .aui-scroll-y {
position: relative; position: relative;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch; /*-webkit-overflow-scrolling: touch;*/
} }
::-webkit-scrollbar { ::-webkit-scrollbar {