| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <title>部门短信提醒</title>
- <style>
- .box {
- width: 35%;
- }
- .delModel .box,.proModel .box{
- width: 20%;
- }
-
- .boxCon {
- height: 285px;
- }
-
- .boxCon table th {
- width: 20%;
- }
- .boxCon table td textarea{
- width: 80%;
- }
- .treeTable {
- height: 500px;
- }
-
- .tree {
- height: 100%;
- }
-
- .treeCon {
- height: 90%;
- border: 1px solid #ebebeb;
- overflow-y: auto;
- }
-
- .trTitle {
- width: 100%;
- height: 34px;
- line-height: 34px;
- border-bottom: 1px solid #ebebeb;
- color: red;
- font-weight: 700;
- margin-bottom: 15px;
- }
- </style>
- </head>
- <body class="gray-bg">
- <div class="container-fluid wrapper-content animated fadeInRight">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn><i class="syIcon"></i>位置:<a id="ReIndex" href="javaScript:;">首页</a>><a href="javaScript:;">系统管理</a>><a href="" class="nowPosition">短信设置</a></sapn>
- </div>
- <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
- </div>
- <div class="toolBar clearfix">
- <div class="toolLeft">
- <button class="btns protect">保存</button>
- </div>
- </div>
- <div class="treeTable clearfix">
- <div class="tableCon col-md-9">
- <div class="trTitle"> 权限设置</div>
- <div class="treeCon">
- <ul id="treeDemo" class="ztree">
- <!--类名为ztree是必须的-->
- </ul>
- </div>
- </div>
- </div>
- </div>
- <div class="model proModel">
- <div class="box">
- <div class="btop clearfix">
- <p class="btl"><span>提示</span></p>
- <p class="btr proBtr" title="关闭">X</p>
- </div>
- <div class="boxCon" style="height: 150px;text-align: center;">
- <p style="font-size: 16px;">保存成功!</p>
- <p style="margin-top: 30px;">
- <button class="btns proSure">确定</button>
- </p>
- </div>
- </div>
- </div>
- <script src="../css/layer/layer.js"></script>
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <script src="../js/zTree/jquery.ztree.excheck.min.js"></script>
- <script src="./js/SMSReminder.js"></script>
- </body>
- </html>
|