商丘12345 前端

SMSReminder.html 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>部门短信提醒</title>
  10. <style>
  11. .box {
  12. width: 35%;
  13. }
  14. .delModel .box,.proModel .box{
  15. width: 20%;
  16. }
  17. .boxCon {
  18. height: 285px;
  19. }
  20. .boxCon table th {
  21. width: 20%;
  22. }
  23. .boxCon table td textarea{
  24. width: 80%;
  25. }
  26. .treeTable {
  27. height: 500px;
  28. }
  29. .tree {
  30. height: 100%;
  31. }
  32. .treeCon {
  33. height: 90%;
  34. border: 1px solid #ebebeb;
  35. overflow-y: auto;
  36. }
  37. .trTitle {
  38. width: 100%;
  39. height: 34px;
  40. line-height: 34px;
  41. border-bottom: 1px solid #ebebeb;
  42. color: red;
  43. font-weight: 700;
  44. margin-bottom: 15px;
  45. }
  46. </style>
  47. </head>
  48. <body class="gray-bg">
  49. <div class="container-fluid wrapper-content animated fadeInRight">
  50. <div class="daoHang clearfix">
  51. <div class="dhLeft">
  52. <sapn><i class="syIcon"></i>位置:<a id="ReIndex" href="javaScript:;">首页</a>&gt;<a href="javaScript:;">系统管理</a>&gt;<a href="" class="nowPosition">短信设置</a></sapn>
  53. </div>
  54. <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
  55. </div>
  56. <div class="toolBar clearfix">
  57. <div class="toolLeft">
  58. <button class="btns protect">保存</button>
  59. </div>
  60. </div>
  61. <div class="treeTable clearfix">
  62. <div class="tableCon col-md-9">
  63. <div class="trTitle"> 权限设置</div>
  64. <div class="treeCon">
  65. <ul id="treeDemo" class="ztree">
  66. <!--类名为ztree是必须的-->
  67. </ul>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="model proModel">
  73. <div class="box">
  74. <div class="btop clearfix">
  75. <p class="btl"><span>提示</span></p>
  76. <p class="btr proBtr" title="关闭">X</p>
  77. </div>
  78. <div class="boxCon" style="height: 150px;text-align: center;">
  79. <p style="font-size: 16px;">保存成功!</p>
  80. <p style="margin-top: 30px;">
  81. <button class="btns proSure">确定</button>
  82. </p>
  83. </div>
  84. </div>
  85. </div>
  86. <script src="../css/layer/layer.js"></script>
  87. <script src="../js/zTree/jquery.ztree.core.js"></script>
  88. <script src="../js/zTree/jquery.ztree.excheck.min.js"></script>
  89. <script src="./js/SMSReminder.js"></script>
  90. </body>
  91. </html>