/
www
/
wwwroot
/
ai.shgd123.com
/
Upload File
HOME
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>上海冠顶工业设备有限公司 - 登录门户</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', sans-serif; } body { background: #f8fafc; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 20px; color: #333; line-height: 1.6; } .container { max-width: 1200px; width: 100%; text-align: center; } .header { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #e2e8f0; } .logo-container { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 25px; } .company-logo { width: 200px; height: 150px; object-fit: contain; filter: brightness(1.1); } .company-name { font-size: 2.2rem; font-weight: 600; color: #1e293b; margin-bottom: 8px; letter-spacing: 0.5px; } .company-tagline { font-size: 1.1rem; color: #64748b; margin-bottom: 15px; } .products-tags { display: flex; justify-content: center; gap: 40px; margin-top: -40px; flex-wrap: wrap; } .product-tag { background: #e2e8f0; color: #475569; padding: 8px 20px; border-radius: 20px; font-size: 0.95rem; transition: all 0.2s ease; } .product-tag:hover { background: #cbd5e1; transform: translateY(-2px); } .portal-title { font-size: 1.8rem; color: #334155; margin: 40px 0 50px; font-weight: 500; position: relative; display: inline-block; } .portal-title:after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: #3b82f6; border-radius: 2px; } .systems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-bottom: 40px; } .system-card { background: white; border-radius: 16px; padding: 35px 30px; text-decoration: none; color: #333; transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); display: flex; flex-direction: column; align-items: center; min-height: 280px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; } .system-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); border-color: #3b82f6; } .system-icon { font-size: 2.8rem; height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 20px; color: white; } .system-1 .system-icon { background: linear-gradient(135deg, #10b981, #34d399); } .system-2 .system-icon { background: linear-gradient(135deg, #3b82f6, #60a5fa); } .system-3 .system-icon { background: linear-gradient(135deg, #f59e0b, #fbbf24); } .system-title { font-size: 1.4rem; font-weight: 600; color: #1e293b; margin-bottom: 12px; } .system-desc { font-size: 0.95rem; color: #64748b; line-height: 1.5; margin-bottom: 20px; text-align: center; } .system-features { font-size: 0.9rem; color: #475569; line-height: 1.5; margin-bottom: 25px; text-align: left; width: 100%; } .system-features ul { list-style-type: none; padding-left: 0; } .system-features li { padding: 6px 0; position: relative; padding-left: 24px; margin-bottom: 4px; } .system-features li:before { content: "•"; color: #3b82f6; position: absolute; left: 0; font-weight: bold; font-size: 1.2rem; } .enter-btn { display: inline-flex; align-items: center; justify-content: center; background: #3b82f6; color: white; padding: 12px 32px; border-radius: 8px; font-weight: 500; font-size: 1rem; text-decoration: none; margin-top: auto; transition: all 0.2s ease; border: none; cursor: pointer; } .system-card:hover .enter-btn { background: #2563eb; transform: scale(1.02); } .enter-btn i { margin-left: 8px; transition: transform 0.2s ease; } .system-card:hover .enter-btn i { transform: translateX(3px); } .footer { margin-top: 40px; padding-top: 25px; border-top: 1px solid #e2e8f0; font-size: 0.9rem; color: #64748b; } .company-info { margin-bottom: 12px; } .tech-support { color: #10b981; font-weight: 500; } .footer-links { display: flex; justify-content: center; gap: 25px; margin-top: 15px; flex-wrap: wrap; } .footer-links a { color: #64748b; text-decoration: none; transition: color 0.2s ease; } .footer-links a:hover { color: #3b82f6; } /* 响应式设计 */ @media (max-width: 1200px) { .systems-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } } @media (max-width: 768px) { .container { padding: 0 10px; } .systems-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto 50px; } .company-name { font-size: 1.8rem; } .company-logo { width: 100px; height: 100px; } .products-tags { gap: 10px; } .product-tag { padding: 6px 16px; font-size: 0.9rem; } } @media (max-width: 480px) { .company-name { font-size: 1.6rem; } .company-logo { width: 80px; height: 80px; } .portal-title { font-size: 1.5rem; margin: 30px 0 40px; } .system-card { padding: 25px 20px; min-height: 260px; } .system-icon { font-size: 2.4rem; height: 70px; width: 70px; margin-bottom: 18px; } .footer-links { gap: 15px; } } /* 简洁的背景装饰 */ .background-decoration { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; } .background-decoration:before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%); border-radius: 50%; } .background-decoration:after { content: ''; position: absolute; bottom: 0; left: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%); border-radius: 50%; } </style> </head> <body> <!-- 简洁的背景装饰 --> <div class="background-decoration"></div> <div class="container"> <div class="header"> <div class="logo-container"> <img src="/logo.png" alt="上海冠顶工业设备有限公司" class="company-logo"> </div> <div class="products-tags"> <div class="product-tag">隧道炉</div> <div class="product-tag">烘箱</div> <div class="product-tag">高温炉</div> </div> </div> <div class="systems-grid"> <!-- 营销客户端 --> <a href="https://ai.shgd123.com/ainode/" class="system-card system-1" target="_blank"> <div class="system-icon"> <i class="fas fa-user-tie"></i> </div> <h3 class="system-title">营销客户端</h3> <p class="system-desc"> 为客户提供便捷的在线服务 </p> <div class="system-features"> <ul> <li>AI营销工具</li> <li>营销数据分析</li> <li>线索转化跟踪</li> <li>工作日志提交</li> </ul> </div> <span class="enter-btn"> 进入系统 <i class="fas fa-arrow-right"></i> </span> </a> <!-- 营销管理端 --> <a href="https://ai.shgd123.com/ainode/administrator" class="system-card system-2" target="_blank"> <div class="system-icon"> <i class="fas fa-chart-line"></i> </div> <h3 class="system-title">营销管理端</h3> <p class="system-desc"> 专业营销管理平台 </p> <div class="system-features"> <ul> <li>员工管理</li> <li>有效线索追踪</li> <li>绩效考核</li> <li>基础信息维护</li> </ul> </div> <span class="enter-btn"> 进入系统 <i class="fas fa-arrow-right"></i> </span> </a> <!-- 生产管理系统 --> <a href="https://ai.shgd123.com/py/" class="system-card system-3" target="_blank"> <div class="system-icon"> <i class="fas fa-industry"></i> </div> <h3 class="system-title">生产管理系统</h3> <p class="system-desc"> 智能制造管理平台 </p> <div class="system-features"> <ul> <li>生产订单管理</li> <li>车间生产监控</li> <li>实时数据大屏</li> <li>质量售后追溯</li> </ul> </div> <span class="enter-btn"> 进入系统 <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="footer"> <div class="company-info"> <p>© 2026 上海冠顶工业设备有限公司 | <span class="tech-support">技术支持: 400-7720-113</span></p> </div> </div> </div> <script> // 页面加载完成 document.addEventListener('DOMContentLoaded', function() { // 控制台日志 console.log('上海冠顶简洁版登录门户已加载完成'); }); </script> </body> </html>