From bf76aee2efd5b56b9dc11bb434575906b25bb81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 22 Apr 2017 11:33:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/keys.form.html | 11 ++++++----- application/wechat/view/review.index.html | 4 ++-- public/static/theme/default/css/console.css | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/application/wechat/view/keys.form.html b/application/wechat/view/keys.form.html index 9eb494fd2..8b405db71 100644 --- a/application/wechat/view/keys.form.html +++ b/application/wechat/view/keys.form.html @@ -36,7 +36,7 @@
-
+
{$title}
{if !isset($vo.keys) or ($vo.keys neq 'default' and $vo.keys neq 'subscribe')} @@ -196,7 +196,7 @@
- +
@@ -250,13 +250,14 @@
-
- -
+
+
+ {if !isset($vo.keys) || !in_array($vo.keys,['default','subscribe'])} + {/if}
{if isset($vo['id'])}{/if} diff --git a/application/wechat/view/review.index.html b/application/wechat/view/review.index.html index 3b84bb1a2..e6670ab6f 100644 --- a/application/wechat/view/review.index.html +++ b/application/wechat/view/review.index.html @@ -32,7 +32,7 @@ } .aui-chat .aui-chat-inner { - max-width: 95% !important; + max-width: 80% !important; } .aui-chat .aui-chat-content .aui-chat-arrow.one { @@ -81,7 +81,7 @@ {$title|default=''} -
+
diff --git a/public/static/theme/default/css/console.css b/public/static/theme/default/css/console.css index 35228145e..2006b58f0 100644 --- a/public/static/theme/default/css/console.css +++ b/public/static/theme/default/css/console.css @@ -211,7 +211,7 @@ td .text-explode:first-child{opacity:0;display:none} /** 微信菜单 */ .mobile-preview{position:relative;width:317px;height:580px;background:url("../img/wechat/mobile_head.png") no-repeat 0 0;border:1px solid #e7e7eb} -.mobile-preview .mobile-header{color:#fff;text-align:center;padding-top:30px;font-size:15px;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;margin:0 30px} +.mobile-preview .mobile-header{color:#fff;text-align:center;padding-top:30px;font-size:15px;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;margin:0 30px;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none} .mobile-body{width:100%;position:absolute;bottom:0;top:60px} .mobile-body iframe{width:100%;height:100%;background:#fff} .mobile-footer{list-style-type:none;margin:0;position:absolute;bottom:0;left:0;right:0;border-top:1px solid #e7e7eb;background:url("../img/wechat/mobile_foot.png") no-repeat 0 0;padding-left:43px}