123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- <?php /*a:2:{s:75:"D:\phpstudy_pro\WWW\caiping\app\admin\view\project\report\view_company.html";i:1723541257;s:59:"D:\phpstudy_pro\WWW\caiping\app\admin\view\common\base.html";i:1723541257;}*/ ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
- <script src="/static/dist/xm-select.js"></script>
- <link rel="mobile-prefetch" href=""/>
- <title><?php echo get_system_config('web','admin_title'); ?></title>
- <meta name="keywords" content="<?php echo get_system_config('web','keywords'); ?>"/>
- <meta name="description" content="<?php echo get_system_config('web','desc'); ?>"/>
- <link rel="stylesheet" href="/static/assets/gougu/css/gougu.css?v=<?php echo get_system_config('web','version'); ?>" media="all">
- <link rel="stylesheet" href="/static/assets/third_party/prism/prism.css"/>
- <style>
- .footer{
- display: none;
- }
-
- #fileBox li{
- display: flex;
- flex-wrap: wrap;
- flex-direction: column;
- }
-
- .layui-btn-group{
- text-align: center;
- }
- #fileBox p{
- margin: 3px 0 5px 0;
- width: 11vw;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: center;
- }
- .upimg {
- width: 250px;
- height: 250px;
- }
- #fileBox img {
- height: auto !important;
-
- }
- #fileBox{
- width: 100%;
- overflow: auto;
- justify-content:flex-start;
- align-content: space-between;
- flex-direction: column-reverse;
- flex-wrap: wrap;
- display: flex;
- }
-
- #fileBox li{
- padding: 0.5vw 0.8vw 0.5vw 0.8vw;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-
- border-right: 1px solid #e2e2e2;
- float: left;
- }
- .text-detial-ops{line-height: 30px; color:#999; font-size: 12px; padding: 12px 0;}
- .text-detial-ops span{margin-right: 20px;}
- .text-detial-ops a{margin-right:10px;}
- .text-detial-content{padding: 8px 0; color:#333; word-break: break-all; border-top:1px solid #e8e8e8;font-size: 16px!important; line-height: 1.72!important;}
- .text-detial-content p{padding: 8px 0;}
- .text-detial-content img{max-width:98%!important; margin:0 auto; display:block; border: 1px solid #e6e6e6; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08); border-radius: 4px;}
- .text-detial-content h1,.text-detial-content h2,.text-detial-content h3,.text-detial-content h4,.text-detial-content h5{margin-top:10px;}
- .text-detial-content a{color:#186AF2; font-style:italic;}
- .text-detial-content a:hover{text-decoration:underline;}
- .text-detial-content p code,.blog-detial-content pre{margin:0 3px;font-size: 14px; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; background: #f6f6f6; padding: 10px; border-radius: 2px;}
- .text-detial-content p code{border: 1px solid #eee;padding: 2px 4px;}
- .text-detial-content table {border-collapse: collapse; border-spacing: 0; display: block; width: 100%; overflow: auto; word-break: normal;word-break: keep-all; margin-top: 0;margin-bottom: 16px;}
- .text-detial-content table tr {background-color: #fff;border-top: 1px solid #ccc;}
- .text-detial-content table tr:nth-child(2n) {background-color: #f8f8f8;}
- .text-detial-content table td, .blog-detial-content table th { padding: 6px 12px;border: 1px solid #ddd; font-size:14px; }
- .text-detial-content table th {font-weight: 800;}
- .text-detial-content li {list-style: initial;margin-left: 20px;}
- :not(pre)>code[class*=language-], pre[class*=language-]{background:#fff!important;border:1px solid #e8e8e8!important; border-radius:3px;}
- </style>
- </head>
- <body class="main-body">
- <!-- 主体 -->
-
- <form class="layui-form p-4">
- <h1><?php echo htmlentities($detail['title']); ?></h1>
- <div class="text-detial-ops">
- <span><?php echo htmlentities($detail['maker_name']); ?>发表于:<?php echo htmlentities(date('Y-m-d H:i:s',!is_numeric($detail['create_time'])? strtotime($detail['create_time']) : $detail['create_time'])); ?></span>
- </div>
- <div class="text-detial-content">
- <?php echo $detail['content']; ?>
- </div>
- </form>
- <div class="layui-card border-y">
- <div class="layui-row p-2" id="fileBox">
- <?php echo fileCard($file_array); if(empty($file_array) || (($file_array instanceof \think\Collection || $file_array instanceof \think\Paginator ) && $file_array->isEmpty())): ?>
- <div class="layui-data-none">暂无附件</div>
- <?php endif; ?>
- </div>
- </div>
- <!-- /主体 -->
- <!-- 底部 -->
-
- <div class="footer">
- 逸管工程项目管理系统 © www.yiguanfep.com
- <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
- <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\"noreferrer'target=\”blank\"" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
- <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
- </div>
-
-
- <!-- /底部 -->
-
- <!-- 脚本 -->
-
- <script src="/static/assets/third_party/prism/prism.js"></script>
- <script>
- function gouguInit() {
- $('#filesBox').on('click', '.file-del', function () {
- layer.msg("不可删除")
- })
- }
- </script>
- <!-- /脚本 -->
-
- <!-- <script src="/static/assets/layui/layui.js"></script> -->
- <script src="/static/assets/layui/layui.js"></script>
- <script src="/static/assets/third_party/echart/echarts.min.js"></script>
- <script src="/static/assets/gougu/gouguInit.js"></script>
- <script src="https://unpkg.com/pinyin-pro"></script>
- <script>
-
- var { pinyin } = pinyinPro;
- </script>
-
-
- <!-- 统计代码 -->
-
- <!-- /统计代码 -->
- </body>
- </html>
|