| <!DOCTYPE html> |
| <html lang="zh-CN"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>国央企业务合规系统</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: '#1a56db', |
| secondary: '#4b5563', |
| accent: '#dc2626', |
| light: '#f9fafb', |
| success: '#16a34a', |
| warning: '#f59e0b', |
| 'compliance-green': '#10b981', |
| 'compliance-yellow': '#f59e0b', |
| 'compliance-red': '#ef4444' |
| } |
| } |
| } |
| } |
| </script> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap'); |
| |
| body { |
| font-family: 'Noto Sans SC', sans-serif; |
| background-color: #f0f2f5; |
| color: #1f2937; |
| min-height: 100vh; |
| } |
| |
| .card { |
| background: white; |
| border-radius: 0; |
| box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); |
| border: 1px solid #e5e7eb; |
| } |
| |
| .btn-primary { |
| background-color: #1a56db; |
| color: white; |
| border-radius: 0.375rem; |
| padding: 0.5rem 1rem; |
| font-weight: 500; |
| transition: all 0.3s ease; |
| } |
| |
| .btn-primary:hover { |
| background-color: #1e40af; |
| } |
| |
| .progress-bar { |
| height: 8px; |
| border-radius: 4px; |
| overflow: hidden; |
| } |
| |
| .progress-green { |
| background-color: #10b981; |
| } |
| |
| .progress-yellow { |
| background-color: #f59e0b; |
| } |
| |
| .progress-red { |
| background-color: #ef4444; |
| } |
| |
| .risk-tag-high { |
| background-color: #fee2e2; |
| color: #ef4444; |
| } |
| |
| .risk-tag-medium { |
| background-color: #fff7ed; |
| color: #f97316; |
| } |
| |
| .risk-tag-low { |
| background-color: #ecfdf5; |
| color: #059669; |
| } |
| </style> |
| </head> |
| <body> |
| |
| <header class="bg-white shadow"> |
| <div class="container mx-auto px-6 py-4"> |
| <div class="flex justify-between items-center"> |
| <div class="flex items-center"> |
| <div class="text-xl font-bold text-primary flex items-center"> |
| <i class="fas fa-shield-alt mr-3"></i> |
| 国央企业务合规系统 |
| </div> |
| </div> |
| |
| <div class="flex items-center space-x-6"> |
| <div class="relative"> |
| <div class="absolute inset-y-0 left-0 flex items-center pl-3"> |
| <i class="fas fa-search text-gray-400"></i> |
| </div> |
| <input type="text" placeholder="搜索合同、客户、项目..." class="w-64 rounded-lg border border-gray-300 pl-10 pr-4 py-2 focus:ring-2 focus:ring-primary focus:outline-none"> |
| </div> |
| |
| <div class="flex items-center"> |
| <div class="mr-4 text-right"> |
| <div class="font-medium">张经理</div> |
| <div class="text-sm text-secondary">业务部</div> |
| </div> |
| <div class="relative"> |
| <img src="https://avatars.dicebear.com/api/initials/%E5%BC%A0%E7%BB%8F%E7%90%86.svg" class="w-10 h-10 rounded-full border-2 border-primary" alt="用户头像"> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </header> |
|
|
| |
| <main class="container mx-auto px-6 py-6 grid grid-cols-5 gap-6"> |
| |
| <div class="col-span-5 md:col-span-3 lg:col-span-4 flex flex-col gap-6"> |
| |
| <div class="flex items-center justify-between px-4 py-4"> |
| <div class="flex items-center space-x-2"> |
| <div class="text-lg text-gray-500">今日待办</div> |
| <div class="text-2xl font-bold text-blue-600">12</div> |
| </div> |
| |
| <div class="flex items-center space-x-2"> |
| <div class="text-lg text-gray-500">在办合同</div> |
| <div class="text-2xl font-bold text-indigo-600">28</div> |
| </div> |
| |
| <div class="flex items-center space-x-2"> |
| <div class="text-lg text-gray-500">履约金额</div> |
| <div class="text-2xl font-bold text-green-600">2,852万</div> |
| </div> |
| |
| <div class="flex items-center space-x-2"> |
| <div class="text-lg text-gray-500">合规问题</div> |
| <div class="text-2xl font-bold text-yellow-600">4</div> |
| </div> |
| |
| <div class="flex items-center space-x-2"> |
| <div class="text-lg text-gray-500">风险预警</div> |
| <div class="text-2xl font-bold text-red-500">9</div> |
| </div> |
| </div> |
| |
| |
| <div class="grid grid-cols-2 sm:grid-cols-4 gap-3 mb-6"> |
| <button class="btn-primary"> |
| <i class="fas fa-file-contract mr-2"></i> |
| 新建合同 |
| </button> |
| <button class="btn-primary"> |
| <i class="fas fa-retweet mr-2"></i> |
| 发起变更 |
| </button> |
| <button class="btn-primary"> |
| <i class="fas fa-search mr-2"></i> |
| 合规复核 |
| </button> |
| <button class="btn-primary"> |
| <i class="fas fa-clipboard-check mr-2"></i> |
| 风险检查 |
| </button> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="flex justify-between items-center p-5 border-b"> |
| <h2 class="text-xl font-bold">我的合同</h2> |
| <button class="btn-primary"> |
| <i class="fas fa-file-contract mr-2"></i> |
| 新建合同 |
| </button> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-4 p-5"> |
| <div class="p-5 rounded-lg bg-gray-50"> |
| <div class="text-secondary mb-2">草稿中</div> |
| <div class="text-3xl font-bold mb-4">8</div> |
| <button class="text-primary text-sm font-medium"> |
| 继续编辑 <i class="fas fa-chevron-right ml-1 text-xs"></i> |
| </button> |
| </div> |
| |
| <div class="p-5 rounded-lg bg-blue-50"> |
| <div class="text-secondary mb-2">审批中</div> |
| <div class="text-3xl font-bold mb-4">14</div> |
| <button class="text-primary text-sm font-medium"> |
| 查看进度 <i class="fas fa-chevron-right ml-1 text-xs"></i> |
| </button> |
| </div> |
| |
| <div class="p-5 rounded-lg bg-green-50"> |
| <div class="text-secondary mb-2">执行中</div> |
| <div class="text-3xl font-bold mb-4">24</div> |
| <button class="text-primary text-sm font-medium"> |
| 查看详情 <i class="fas fa-chevron-right ml-1 text-xs"></i> |
| </button> |
| </div> |
| |
| <div class="p-5 rounded-lg bg-gray-100"> |
| <div class="text-secondary mb-2">已归档</div> |
| <div class="text-3xl font-bold mb-4">132</div> |
| <button class="text-primary text-sm font-medium"> |
| 历史查阅 <i class="fas fa-chevron-right ml-1 text-xs"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="card"> |
| <div class="flex justify-between items-center p-5 border-b"> |
| <h2 class="text-xl font-bold">风险与预警</h2> |
| <button class="btn-primary"> |
| <i class="fas fa-exclamation-triangle mr-2"></i> |
| 查看全部预警 |
| </button> |
| </div> |
| <div class="p-4 overflow-x-auto"> |
| <table class="w-full text-sm text-left"> |
| <thead class="bg-gray-50 text-secondary"> |
| <tr> |
| <th class="p-3 font-semibold">预警事项</th> |
| <th class="p-3 font-semibold">合同编号</th> |
| <th class="p-3 font-semibold">预警等级</th> |
| <th class="p-3 font-semibold">发现时间</th> |
| <th class="p-3 font-semibold">操作</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="border-b hover:bg-gray-50"> |
| <td class="p-3"> |
| <div class="font-medium">批量采购订单总额超年度预算</div> |
| <div class="text-xs text-secondary mt-1">HG-20230505-045</div> |
| </td> |
| <td class="p-3">CT202308090012</td> |
| <td class="p-3"> |
| <span class="risk-tag-high px-2 py-1 rounded text-xs font-bold">高风险</span> |
| </td> |
| <td class="p-3">2023-08-10 14:23</td> |
| <td class="p-3"> |
| <button class="text-primary text-sm font-medium"> |
| 处理 <i class="fas fa-chevron-right ml-1"></i> |
| </button> |
| </td> |
| </tr> |
| <tr class="border-b hover:bg-gray-50"> |
| <td class="p-3"> |
| <div class="font-medium">审批人异常变动</div> |
| <div class="text-xs text-secondary mt-1">FD-20230721-018</div> |
| </td> |
| <td class="p-3">CT202308070038</td> |
| <td class="p-3"> |
| <span class="risk-tag-high px-2 py-1 rounded text-xs font-bold">高风险</span> |
| </td> |
| <td class="p-3">2023-08-09 09:47</td> |
| <td class="p-3"> |
| <button class="text-primary text-sm font-medium"> |
| 处理 <i class="fas fa-chevron-right ml-1"></i> |
| </button> |
| </td> |
| </tr> |
| <tr class="border-b hover:bg-gray-50"> |
| <td class="p-3"> |
| <div class="font-medium">一次性付款比例过高</div> |
| <div class="text-xs text-secondary mt-1">ZS-20230615-032</div> |
| </td> |
| <td class="p-3">CT202308060077</td> |
| <td class="p-3"> |
| <span class="risk-tag-medium px-2 py-1 rounded text-xs font-bold">中风险</span> |
| </td> |
| <td class="p-3">2023-08-05 16:35</td> |
| <td class="p-3"> |
| <button class="text-primary text-sm font-medium"> |
| 处理 <i class="fas fa-chevron-right ml-1"></i> |
| </button> |
| </td> |
| </tr> |
| <tr class="border-b hover:bg-gray-50"> |
| <td class="p-3"> |
| <div class="font-medium">项目内容频繁变更</div> |
| <div class="text-xs text-secondary mt-1">QM-20230802-005</div> |
| </td> |
| <td class="p-3">CT202308010018</td> |
| <td class="p-3"> |
| <span class="risk-tag-medium px-2 py-1 rounded text-xs font-bold">中风险</span> |
| </td> |
| <td class="p-3">2023-08-03 10:12</td> |
| <td class="p-3"> |
| <button class="text-primary text-sm font-medium"> |
| 处理 <i class="fas fa-chevron-right ml-1"></i> |
| </button> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </div> |
|
|
| |
| </div> |
| |
| |
| <div class="col-span-5 md:col-span-2 lg:col-span-1 flex flex-col gap-6"> |
| |
| <div class="card"> |
| <div class="p-5 border-b"> |
| <h2 class="text-xl font-bold">合规助手</h2> |
| </div> |
| <div class="p-5"> |
| <div class="flex justify-between mb-4"> |
| <h3 class="font-medium">最近合同合规评分</h3> |
| <span class="text-sm text-secondary"> |
| <i class="fas fa-clock mr-1"></i> |
| 2023-08-10 |
| </span> |
| </div> |
| |
| <div class="bg-gray-50 rounded-lg p-5 mb-4"> |
| <div class="flex justify-between items-center mb-2"> |
| <div class="text-sm text-secondary">技术合作协议</div> |
| <span class="font-bold text-success">92分</span> |
| </div> |
| <div class="progress-bar bg-gray-200"> |
| <div class="progress-green w-11/12"></div> |
| </div> |
| </div> |
| |
| <div class="bg-gray-50 rounded-lg p-5 mb-6"> |
| <div class="flex justify-between items-center mb-2"> |
| <div class="text-sm text-secondary">采购框架协议</div> |
| <span class="font-bold text-warning">76分</span> |
| </div> |
| <div class="progress-bar bg-gray-200"> |
| <div class="progress-yellow w-3/4"></div> |
| </div> |
| </div> |
| |
| <div class="bg-orange-50 rounded-lg p-5 mb-6"> |
| <div class="font-medium mb-2"> |
| <i class="fas fa-exclamation-circle mr-2 text-warning"></i> |
| 智能审核建议 |
| </div> |
| <ul class="list-disc list-inside text-sm pl-2"> |
| <li class="mb-1">发现高风险条款2处</li> |
| <li class="mb-1">付款方式需补充履约担保</li> |
| <li class="mb-1">争议解决条款不完善</li> |
| </ul> |
| </div> |
| |
| <button class="w-full btn-primary"> |
| <i class="fas fa-file-alt mr-2"></i> |
| 查看《合同合规审查报告》 |
| </button> |
| </div> |
| </div> |
| |
| |
| <div class="card"> |
| <div class="p-5 border-b"> |
| <h2 class="text-xl font-bold">最近访问</h2> |
| </div> |
| <div class="p-5"> |
| <div class="space-y-3"> |
| <div class="flex items-center p-3 hover:bg-gray-50 rounded-md cursor-pointer"> |
| <div class="bg-blue-100 text-blue-800 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
| <i class="fas fa-building"></i> |
| </div> |
| <div> |
| <div class="font-medium">国电北方能源采购</div> |
| <div class="text-xs text-secondary">项目编号:PN2023080123</div> |
| </div> |
| </div> |
| |
| <div class="flex items-center p-3 hover:bg-gray-50 rounded-md cursor-pointer"> |
| <div class="bg-green-100 text-green-800 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
| <i class="fas fa-industry"></i> |
| </div> |
| <div> |
| <div class="font-medium">华云重工设备租赁</div> |
| <div class="text-xs text-secondary">项目编号:PN2023072871</div> |
| </div> |
| </div> |
| |
| <div class="flex items-center p-3 hover:bg-gray-50 rounded-md cursor-pointer"> |
| <div class="bg-purple-100 text-purple-800 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
| <i class="fas fa-users"></i> |
| </div> |
| <div> |
| <div class="font-medium">南方科技服务协议</div> |
| <div class="text-xs text-secondary">项目编号:PN2023072954</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </main> |
|
|
| |
| <footer class="mt-auto py-6 bg-white border-t"> |
| <div class="container mx-auto px-6"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <div class="mb-4 md:mb-0"> |
| <div class="text-sm font-medium text-secondary">© 2023 国央企业务合规系统</div> |
| <div class="text-xs text-gray-500 mt-1">国有企业合规管理信息系统 v3.2</div> |
| </div> |
| |
| <div class="flex items-center space-x-4"> |
| <div class="flex items-center text-sm text-secondary"> |
| <div class="w-2 h-2 rounded-full bg-green-500 mr-2"></div> |
| 系统运行正常 |
| </div> |
| <div class="text-xs text-gray-500"> |
| 最后更新:2023-08-12 10:23:45 |
| </div> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| function updateTime() { |
| const dateElement = document.querySelector('.last-update'); |
| if (dateElement) { |
| const now = new Date(); |
| const formattedDate = now.toLocaleDateString('zh-CN') + ' ' + now.toLocaleTimeString('zh-CN'); |
| dateElement.textContent = '最后更新:' + formattedDate; |
| } |
| } |
| |
| |
| updateTime(); |
| |
| |
| setInterval(updateTime, 60000); |
| |
| |
| document.querySelectorAll('.card').forEach(card => { |
| card.addEventListener('mouseenter', function() { |
| this.style.transform = 'translateY(-2px)'; |
| }); |
| card.addEventListener('mouseleave', function() { |
| this.style.transform = 'translateY(0)'; |
| }); |
| }); |
| </script> |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maomaobj/hetong1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |