[更新]修改微信菜单样式

This commit is contained in:
Anyon 2018-06-21 10:06:07 +08:00
parent d3701c9091
commit b821d1626a

View File

@ -39,9 +39,9 @@
<div class="arrow"></div> <div class="arrow"></div>
<h3 class="popover-title"> <h3 class="popover-title">
微信菜单编辑 微信菜单编辑
{if auth("$classuri/edit")} <!--{if auth("$classuri/edit")}-->
<button type="button" class="pull-right menu-item-deleted layui-btn layui-btn-sm layui-btn-danger">移除菜单项</button> <button type="button" class="pull-right menu-item-deleted layui-btn layui-btn-sm layui-btn-danger">移除菜单项</button>
{/if} <!--{/if}-->
</h3> </h3>
<div class="popover-content menu-content"></div> <div class="popover-content menu-content"></div>
</div> </div>
@ -73,23 +73,23 @@
<label class="col-xs-3 control-label label-required">菜单内容</label> <label class="col-xs-3 control-label label-required">菜单内容</label>
<div class="col-xs-8"> <div class="col-xs-8">
<div class="row padding-top-5"> <div class="row padding-top-5">
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="text"> 文字消息 <input type="radio" name="menu-type" value="text"> 文字消息
</label> </label>
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="keys"> 关键字 <input type="radio" name="menu-type" value="keys"> 关键字
</label> </label>
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="view"> 跳转网页 <input type="radio" name="menu-type" value="view"> 跳转网页
</label> </label>
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="event"> 事件功能 <input type="radio" name="menu-type" value="event"> 事件功能
</label> </label>
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="miniprogram"> 小程序 <input type="radio" name="menu-type" value="miniprogram"> 小程序
</label> </label>
<label class="col-xs-5 margin-bottom-10 pointer"> <label class="col-xs-5 margin-bottom-10 pointer think-radio">
<input class="cuci-radio" type="radio" name="menu-type" value="customservice"> 多客服 <input type="radio" name="menu-type" value="customservice"> 多客服
</label> </label>
</div> </div>
</div> </div>
@ -236,7 +236,7 @@
'location_select': '弹出地理位置选择器' 'location_select': '弹出地理位置选择器'
}; };
var select = []; var select = [];
var tpl = '<p class="margin-bottom-10"><label class="font-noraml pointer"><input class="cuci-radio" name="content" type="radio" {checked} value="{value}"> {title}</label></p>'; var tpl = '<p class="margin-bottom-10"><label class="font-noraml pointer think-radio"><input name="content" type="radio" {checked} value="{value}"> {title}</label></p>';
if (!(options[content] || false)) { if (!(options[content] || false)) {
(content = 'scancode_push'), $span.data('content', content); (content = 'scancode_push'), $span.data('content', content);
} }