- nginx 安全加固 (CSP, HSTS, 缓存策略) - 共享 style.css - 138个页面全部接入 Co-authored-by: Hermes AI <agent@hermes>
146 lines
11 KiB
HTML
146 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>常见问题 · 陕西博海网络科技</title>
|
|
<meta name="description" content="关于陕西博海网络科技的产品、服务、采购、售后的常见问题解答。涵盖电脑采购、IT服务、打印耗材、企业合作等。">
|
|
<link rel="preconnect" href="https://fonts.loli.net">
|
|
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin>
|
|
<link href="https://fonts.loli.net/css2?family=Inter:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap" rel="stylesheet">
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "FAQPage",
|
|
"name": "陕西博海网络科技 — 常见问题",
|
|
"description": "关于电脑采购、IT服务、打印耗材、企业合作的常见问题",
|
|
"provider": {
|
|
"@type": "Organization",
|
|
"name": "陕西博海网络科技有限公司",
|
|
"telephone": "0912-4223980"
|
|
}
|
|
}
|
|
</script>
|
|
<style>
|
|
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
|
|
body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;background:#f8fafc;color:#0a132e;line-height:1.6}
|
|
header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid #e2e8f0}
|
|
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:68px}
|
|
.logo{font-size:20px;font-weight:700;color:#0f1f4a;display:flex;align-items:center;gap:12px;text-decoration:none}
|
|
.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#1a3380,#06b6d4);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}
|
|
nav{display:flex;gap:36px}
|
|
nav a{color:#475569;text-decoration:none;font-size:14px;font-weight:500;padding:4px 0}
|
|
nav a:hover{color:#0f1f4a}
|
|
.hero{background:linear-gradient(135deg,#0a132e,#0f1f4a 40%,#1a3380);color:#fff;padding:80px 24px;text-align:center;margin-top:68px;overflow:hidden;position:relative}
|
|
.hero::before{content:"";position:absolute;top:-30%;right:-20%;width:60%;height:150%;background:radial-gradient(ellipse,rgba(6,182,212,.15),transparent 70%)}
|
|
.hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
|
|
.badge{display:inline-block;padding:6px 16px;border-radius:20px;background:rgba(255,255,255,.1);font-size:13px;margin-bottom:16px;border:1px solid rgba(255,255,255,.15)}
|
|
.hero h1{font-family:"Noto Serif SC",serif;font-size:48px;font-weight:700;margin-bottom:8px}
|
|
.hero h1 span{color:#06b6d4}
|
|
.hero .sub{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:0}
|
|
.section-inner{max-width:900px;margin:0 auto;padding:60px 24px 80px}
|
|
.section-label{font-size:13px;font-weight:600;color:#06b6d4;letter-spacing:3px;margin-bottom:12px}
|
|
.section-title{font-family:"Noto Serif SC",serif;font-size:28px;font-weight:700;margin-bottom:40px;color:#0a132e}
|
|
.cat-label{font-size:20px;font-family:"Noto Serif SC",serif;font-weight:600;color:#0a132e;margin:40px 0 20px;padding-bottom:8px;border-bottom:2px solid #06b6d4}
|
|
.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px 24px;margin-bottom:12px;transition:all .2s}
|
|
.faq-item:hover{border-color:#06b6d4}
|
|
.faq-item h3{font-size:15px;font-weight:600;color:#0a132e;margin-bottom:8px;cursor:default}
|
|
.faq-item p{font-size:14px;color:#475569;line-height:1.8}
|
|
.cta-section{background:linear-gradient(135deg,#0a132e,#1a3380);color:#fff;text-align:center;padding:60px 24px}
|
|
.cta-section h2{font-family:"Noto Serif SC",serif;font-size:28px;margin-bottom:16px}
|
|
.cta-section .phone{font-size:36px;font-weight:700;color:#fbbf24;margin-bottom:8px}
|
|
.cta-section .sub{font-size:14px;color:rgba(255,255,255,.5)}
|
|
.cta-section .btn-back{display:inline-block;margin-top:24px;padding:12px 32px;border-radius:8px;background:#fff;color:#0f1f4a;font-size:16px;font-weight:600;text-decoration:none}
|
|
footer{background:#0a132e;color:rgba(255,255,255,.5);text-align:center;padding:32px 24px;font-size:14px}
|
|
footer a{color:rgba(255,255,255,.4);text-decoration:none}
|
|
footer a:hover{color:#06b6d4}
|
|
footer .sep{margin:0 12px;color:rgba(255,255,255,.2)}
|
|
@media (max-width:768px){.hero h1{font-size:32px}}
|
|
</style>
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<header><div class="header-inner"><a href="/" class="logo"><div class="logo-icon">博</div>陕西博海网络科技</a><nav><a href="/#services">解决方案</a><a href="/#products">产品中心</a><a href="/#perspective">博海视角</a><a href="/#why">为什么选择我们</a><a href="/#contact">联系我们</a></nav></div></header>
|
|
<main>
|
|
|
|
<section class="hero"><div class="hero-inner">
|
|
<div class="badge">常见问题 · 快速解答</div>
|
|
<h1>常见问题 <span>·</span> FAQ</h1>
|
|
<p class="sub">关于产品、服务、采购、售后的常见疑问,答案都在这里</p>
|
|
</div></section>
|
|
|
|
<section><div class="section-inner">
|
|
|
|
<div class="section-label">FAQ</div>
|
|
<h2 class="section-title">您可能想问的</h2>
|
|
|
|
<div class="cat-label">📦 产品采购</div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">你们的产品是正品吗?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">所有产品均为品牌授权正品行货,享受厂家全国联保。我们是联想官方授权经销商,可提供授权证明。假一赔十。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">支持哪些付款方式?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">支持现金、微信/支付宝转账、对公转账、银行汇款。企业客户可开增值税专用发票或普通发票。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">企业采购有账期吗?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">长期合作企业客户可根据信用评估开通月结/账期服务,具体请联系销售经理洽谈。首单一般需现结。</div></div></div>
|
|
|
|
<div class="cat-label">🚚 配送安装</div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">送货范围覆盖哪里?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">定边县城内免费送货上门,当日送达。乡镇地区1-2个工作日可送达。榆林市及周边地区视距离协商配送方式和费用。外地可发物流。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">电脑购买后含安装调试吗?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">含免费送货上门和系统调试服务。包括:开箱验机、系统激活、常用软件安装、网络配置、数据迁移(旧电脑换新)。确保您拿到就能用。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">送货时间怎么约?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">下单后客服会电话联系您确认送货时间。工作日一般上午下单下午送,下午下单次日上午送。紧急需求可加急处理。</div></div></div>
|
|
|
|
<div class="cat-label">🔧 售后维修</div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">电脑保修期多久?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">新电脑享受联想官方全国联保1年(部分型号3年),我们额外提供3年有偿延保服务。保修期内非人为损坏免费维修。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">电脑出了问题怎么办?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">两种途径:① 送至定边县二道西街门店检测维修;② 县城内提供上门维修服务(2小时内响应)。可通过电话、微信联系我们报修。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">打印机维修怎么收费?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">先检测报价,客户确认后再维修。简单故障当场处理,复杂维修需留机1-3个工作日。企业客户签订年度维护合同可享受免检测费和优先服务。</div></div></div>
|
|
|
|
<div class="cat-label">🤝 企业合作</div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">怎么签约IT运维外包?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">第一步:联系我们预约上门勘测,了解您现有的IT设备和痛点;第二步:出具服务方案和报价;第三步:双方确认后签订服务合同;第四步:按合同约定开始服务。首次签约3个月起。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">你们有实体门店吗?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">有的,门店位于陕西省榆林市定边县二道西街。欢迎到店咨询、选购产品、送修设备。周一至周五 9:00-18:00营业。</div></div></div>
|
|
|
|
<div class="faq-item" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
|
|
<h3 itemprop="name">能否先出方案再决定?</h3>
|
|
<div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text">可以。无论是网络布线、IT运维还是设备采购,我们都提供免费上门勘测和方案设计,不强制购买。方案满意后再决定是否合作。</div></div></div>
|
|
|
|
</div></section>
|
|
|
|
<section class="cta-section">
|
|
<h2>还有问题?直接联系我们</h2>
|
|
<p style="color:rgba(255,255,255,.6);margin-bottom:24px;">电话、微信、到店,三种方式任您选</p>
|
|
<div class="phone">📞 0912-4223980</div>
|
|
<div class="sub">陕西省榆林市定边县二道西街 · 周一至周五 9:00-18:00</div>
|
|
<a href="/" class="btn-back">← 返回首页</a>
|
|
</section>
|
|
|
|
</main>
|
|
<footer>© 2026 陕西博海网络科技有限公司 版权所有 <span class="sep">|</span> 专业IT解决方案 · 值得信赖<br><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">陕ICP备2023001969号-3</a></footer>
|
|
</body>
|
|
</html> |