c477a43edaa7bb572993f44030c9c65c.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?php /*a:2:{s:61:"D:\phpstudy_pro\WWW\caiping\app\admin\view\message\index.html";i:1723541257;s:59:"D:\phpstudy_pro\WWW\caiping\app\admin\view\common\base.html";i:1723541257;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
  10. <script src="/static/dist/xm-select.js"></script>
  11. <link rel="mobile-prefetch" href=""/>
  12. <title><?php echo get_system_config('web','admin_title'); ?></title>
  13. <meta name="keywords" content="<?php echo get_system_config('web','keywords'); ?>"/>
  14. <meta name="description" content="<?php echo get_system_config('web','desc'); ?>"/>
  15. <link rel="stylesheet" href="/static/assets/gougu/css/gougu.css?v=<?php echo get_system_config('web','version'); ?>" media="all">
  16. <style>
  17. .footer{
  18. width: 100%;
  19. height: 25px;
  20. text-align: center;
  21. margin-bottom: 0 !important;
  22. }
  23. #layout .layui-card-body {
  24. height: 150px;
  25. }
  26. .layui-card-header {
  27. border-bottom: 1px solid #eee;
  28. }
  29. .top-box {
  30. width: 50%;
  31. text-align: center;
  32. padding: 45px;
  33. }
  34. .top-box-1 {
  35. font-size: 1.75vw;
  36. font-weight: 550;
  37. padding-bottom: 5px;
  38. }
  39. .list {
  40. border-bottom: 1px dashed #e2e2e2;
  41. padding: 10px 15px 10px 15px;
  42. }
  43. .data-center {
  44. text-align: center;
  45. }
  46. .layui-tab-brief>.layui-tab-more li.layui-this:after,
  47. .layui-tab-brief>.layui-tab-title .sreach:after {
  48. border: none;
  49. border-radius: 0;
  50. }
  51. .qiguaideul {
  52. width: 100%;
  53. display: flex;
  54. justify-content: space-between;
  55. }
  56. .qiguaideul .layui-input{
  57. height: 41px;
  58. }
  59. .layui-input-group{
  60. padding-right: 4%;
  61. }
  62. .message-text{
  63. height: 90vh !important;
  64. overflow: auto;
  65. }
  66. .title{
  67. font-size: 0.85vw;
  68. font-weight: 600;
  69. }
  70. </style>
  71. </head>
  72. <body class="main-body">
  73. <!-- 主体 -->
  74. <div class="p-3" id="layout">
  75. <div class="layui-row layui-col-space12">
  76. <div class="layui-col-xs12">
  77. <div class="layui-card">
  78. <div class="layui-card-header title">
  79. 消息中心
  80. </div>
  81. <div class="layui-card-body message-text">
  82. <?php if(is_array($msg) || $msg instanceof \think\Collection || $msg instanceof \think\Paginator): $i = 0; $__LIST__ = $msg;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
  83. <div class="layui-timeline-item">
  84. <i class="layui-icon layui-timeline-axis"></i>
  85. <div class="layui-timeline-content layui-text">
  86. <h3 class="layui-timeline-title" style="font-size: 16px;"><?php echo htmlentities(date("Y-m-d H:i:s",!is_numeric($vo['create_time'])? strtotime($vo['create_time']) : $vo['create_time'])); ?></h3>
  87. <p>
  88. <?php echo htmlentities($vo['content']); ?>
  89. </p>
  90. </div>
  91. </div>
  92. <?php endforeach; endif; else: echo "" ;endif; ?>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. </div>
  98. <!-- /主体 -->
  99. <!-- 底部 -->
  100. <div class="footer">
  101. 逸管工程项目管理系统 © www.yiguanfep.com
  102. <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
  103. <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\&quot;noreferrer'target=\”blank\&quot;" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
  104. <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
  105. </div>
  106. <!-- /底部 -->
  107. <!-- 脚本 -->
  108. <!-- /脚本 -->
  109. <!-- <script src="/static/assets/layui/layui.js"></script> -->
  110. <script src="/static/assets/layui/layui.js"></script>
  111. <script src="/static/assets/third_party/echart/echarts.min.js"></script>
  112. <script src="/static/assets/gougu/gouguInit.js"></script>
  113. <script src="https://unpkg.com/pinyin-pro"></script>
  114. <script>
  115. var { pinyin } = pinyinPro;
  116. </script>
  117. <!-- 统计代码 -->
  118. <!-- /统计代码 -->
  119. </body>
  120. </html>