You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
<#include "../../_include/_t.ftl"/>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<#include "../../_include/_h.ftl"/>
|
|
<#include "../../_include/_l.ftl"/>
|
|
<#include "../../_include/admin/_c.ftl"/>
|
|
</head>
|
|
<body>
|
|
<div class="page_div">
|
|
<blockquote class="layui-elem-quote">
|
|
${title}
|
|
</blockquote>
|
|
|
|
<div id="data_1_00_div" class="layui-show" style="background:#f2f2f2;">
|
|
<div style="position:absolute;top:40%;left:50%;background:url(${ctx}/style/images/help_des.png) center center no-repeat;box-sizing:border-box;padding:0 75px;width:499px;height:409px;margin-top:-205px;margin-left:-250px;text-align:center;">
|
|
<h1 style="font-family:微软雅黑;font-size:24px;line-height:30px;color:#0642a2;margin-top:172px;">${title}</h1>
|
|
<p style="font-family:微软雅黑;font-size:16px;line-height:24px;color:#0642a2;margin-top:28px;">当前短信平台暂不支持短信平台的参数设置。</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
<!--
|
|
<script type="text/javascript">
|
|
layuiplus.on(function(){
|
|
layuiplus.init(0);
|
|
alert();
|
|
});
|
|
</script>
|
|
-->
|
|
</body>
|
|
</html>
|