mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信模块
This commit is contained in:
parent
35cf9d1303
commit
bf76aee2ef
@ -36,7 +36,7 @@
|
||||
<!-- 效果预览区域 结束 -->
|
||||
<div class='col-xs-6' style="margin-left:15px">
|
||||
<form class="form-horizontal" role="form" data-auto="true" action="__SELF__" method="post">
|
||||
<fieldset class="layui-elem-field layui-box">
|
||||
<fieldset class="layui-elem-field layui-box" style="height:580px;position:absolute;width:535px">
|
||||
<legend>{$title}</legend>
|
||||
<div>
|
||||
{if !isset($vo.keys) or ($vo.keys neq 'default' and $vo.keys neq 'subscribe')}
|
||||
@ -196,7 +196,7 @@
|
||||
<div class="form-group" data-keys-type='music'>
|
||||
<label class="col-md-2 control-label layui-form-label">音乐描述</label>
|
||||
<div class="col-md-9">
|
||||
<textarea name="music_desc" maxlength="50" class="form-control" style="height:100px">{$vo.music_desc|default='音乐描述'}</textarea>
|
||||
<input name="music_desc" class="layui-input" value="{$vo.music_desc|default='音乐描述'}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" data-keys-type='music'>
|
||||
@ -250,13 +250,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hr-line-dashed"></div>
|
||||
|
||||
<div class="text-center" style="padding-bottom:30px">
|
||||
<div class="text-center" style="position:absolute;bottom:50px;width:100%;">
|
||||
<div class="hr-line-dashed"></div>
|
||||
<button class="layui-btn menu-submit">保存数据</button>
|
||||
{if !isset($vo.keys) || !in_array($vo.keys,['default','subscribe'])}
|
||||
<button onclick="$.msg.confirm('确定取消编辑吗?',function(){history.back()})"
|
||||
class="layui-btn layui-btn-danger" type='button'>取消编辑
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if isset($vo['id'])}<input type='hidden' value='{$vo.id}' name='id'/>{/if}
|
||||
|
@ -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=''}
|
||||
</td>
|
||||
<td style='overflow:hidden;white-space:nowrap;color:#f5f5f5;max-width:100%;' rowspan="2">
|
||||
<div style='position:absolute;right:0;top:0;bottom:0;width:2.5rem;background: #080'></div>
|
||||
<div style='position:absolute;right:0;top:0;bottom:0;width:2.5rem;background:#080;border-radius:5px'></div>
|
||||
<div style='width:1.5rem;height:1.5rem;background:#0a0;padding:.1rem;text-align:center;position:absolute;right:.5rem;top:1rem'>
|
||||
<i style='font-size:1rem' class='aui-iconfont aui-icon-video'></i>
|
||||
</div>
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user