[更新]修改微信图文

This commit is contained in:
Anyon 2017-04-27 14:50:25 +08:00
parent d91b706d0b
commit c3d46c7806
2 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="__PUBLIC__/static/plugs/aui/aui.css">
</head>
<body>
<body class='aui-scroll-x'>
<style>
* {font-family: "Microsoft YaHei" !important;letter-spacing: .01rem}
html,body{height:100%;overflow:auto!important}
html,body{display:block;height:100%;overflow:auto!important}
.aui-chat .aui-chat-media img {border-radius:0}
.aui-chat .aui-chat-inner {max-width:80%!important;}
.aui-chat .bg-white {background: #f5f5f5!important;border:1px solid #ccc;}

View File

@ -13,10 +13,10 @@ html {
}
html, body {
/* -webkit-touch-callout: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;*/
-webkit-user-select: none;
width: 100%;
}
@ -557,7 +557,7 @@ img.aui-img-round {
/*基本容器*/
.aui-content {
/*-webkit-overflow-scrolling: touch;*/
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
word-break: break-all;
}
@ -566,7 +566,7 @@ img.aui-img-round {
margin: 0.75rem;
position: relative;
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 {
position: relative;
overflow-y: auto;
/*-webkit-overflow-scrolling: touch;*/
-webkit-overflow-scrolling: touch;
}
.aui-scroll-y {
position: relative;
width: 100%;
overflow-x: auto;
/*-webkit-overflow-scrolling: touch;*/
-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {