1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

[更新]修改微信图文

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
application/wechat/view
static/plugs/aui

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

@ -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 {