init: sxbh.ltd 官网初始提交
- nginx 安全加固 (CSP, HSTS, 缓存策略) - 共享 style.css - 138个页面全部接入 Co-authored-by: Hermes AI <agent@hermes>
This commit is contained in:
@@ -0,0 +1,124 @@
|
||||
<!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="陕西博海网络科技 — 打印耗材专业供应商,惠普/佳能/兄弟/联想全系列墨盒、硒鼓、碳粉,原装正品,定边县内配送。">
|
||||
<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">
|
||||
<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:32px}
|
||||
.hero .tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
|
||||
.hero .tags span{padding:6px 14px;border-radius:6px;font-size:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}
|
||||
.section-inner{max-width:1200px;margin:0 auto;padding:80px 24px}
|
||||
.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:32px;font-weight:700;margin-bottom:12px;color:#0a132e}
|
||||
.section-desc{font-size:16px;color:#64748b;margin-bottom:48px}
|
||||
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
|
||||
.cat-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #e2e8f0;padding:32px 24px;text-align:center;transition:all .3s}
|
||||
.cat-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}
|
||||
.cat-card .icon{font-size:40px;margin-bottom:12px;display:block}
|
||||
.cat-card h3{font-family:"Noto Serif SC",serif;font-size:20px;font-weight:600;margin-bottom:8px}
|
||||
.cat-card p{font-size:14px;color:#64748b;margin-bottom:12px;line-height:1.6}
|
||||
.cat-card ul{list-style:none;text-align:left;font-size:13px;color:#475569}
|
||||
.cat-card ul li{padding:4px 0;padding-left:16px;position:relative}
|
||||
.cat-card ul li::before{content:"·";position:absolute;left:0;color:#06b6d4;font-weight:700}
|
||||
.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:32px}
|
||||
.brand-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 16px;text-align:center;transition:all .3s}
|
||||
.brand-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#06b6d4}
|
||||
.brand-card .icon{font-size:32px;margin-bottom:8px;display:block}
|
||||
.brand-card h4{font-size:14px;font-weight:600;color:#0a132e}
|
||||
.promise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:32px}
|
||||
.promise-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center}
|
||||
.promise-item .icon{font-size:28px;margin-bottom:8px;display:block}
|
||||
.promise-item h4{font-family:"Noto Serif SC",serif;font-size:15px;font-weight:600;margin-bottom:4px}
|
||||
.promise-item p{font-size:13px;color:#64748b}
|
||||
.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;font-family:"Inter",sans-serif}
|
||||
.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}.section-title{font-size:24px}.cat-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:1fr 1fr}.promise-grid{grid-template-columns:1fr 1fr}.cta-section .phone{font-size:28px}}
|
||||
</style>
|
||||
<script defer src="https://sxbh.ltd/umami/api/send" data-website-id="22bcb6ef-cc9d-4e3a-91f5-c218ba4e9437"></script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Product",
|
||||
"name": "打印耗材全系列",
|
||||
"brand": {"@type": "Brand", "name": "HP/Canon/Brother/Lenovo/Epson"},
|
||||
"description": "陕西博海网络科技 — 打印耗材专业供应,墨盒、硒鼓、碳粉、纸张,原装正品",
|
||||
"offers": {"@type": "AggregateOffer", "priceCurrency": "CNY", "availability": "https://schema.org/InStock"},
|
||||
"seller": {
|
||||
"@type": "Organization", "name": "陕西博海网络科技有限公司",
|
||||
"telephone": "0912-4223980",
|
||||
"areaServed": "陕西省榆林市定边县",
|
||||
"address": {"@type": "PostalAddress", "streetAddress": "二道西街", "addressLocality": "定边县", "addressRegion": "榆林市", "addressCountry": "CN"}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<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> 专业供应</h1><p class="sub">墨盒 · 硒鼓 · 碳粉 · 色带 · 纸张 · 全品牌覆盖,定边县内配送</p><div class="tags"><span>原装正品</span><span>品牌授权</span><span>定边配送</span><span>定期补货</span></div></div></section>
|
||||
<section><div class="section-inner"><div class="section-label">耗材品类</div><h2 class="section-title">全系列打印耗材</h2><p class="section-desc">覆盖惠普、佳能、兄弟、联想等主流品牌,原装与兼容耗材任选</p>
|
||||
<div class="cat-grid">
|
||||
<div class="cat-card"><span class="icon">🖨️</span><h3>墨盒/墨水</h3><p>喷墨打印机墨盒与墨水,原装与兼容方案</p><ul><li>惠普HP全系列墨盒</li><li>佳能Canon墨盒/墨水</li><li>爱普生Epson墨盒</li><li>兄弟Brother墨盒</li></ul></div>
|
||||
<div class="cat-card"><span class="icon">⚫</span><h3>硒鼓/碳粉</h3><p>激光打印机硒鼓与碳粉,高印量经济方案</p><ul><li>惠普HP硒鼓全系列</li><li>佳能Canon硒鼓</li><li>兄弟Brother硒鼓</li><li>联想Lenovo硒鼓</li></ul></div>
|
||||
<div class="cat-card"><span class="icon">📄</span><h3>打印纸张</h3><p>各类办公用纸,满足日常打印和特殊需求</p><ul><li>A4/A3复印纸70g/80g</li><li>彩色打印纸/标签纸</li><li>相片纸/铜版纸/卡纸</li><li>热敏纸/收银纸/连续纸</li></ul></div>
|
||||
<div class="cat-card"><span class="icon">🔧</span><h3>维修服务</h3><p>打印机维修、租赁、加粉、维护全包服务</p><ul><li>打印机上门维修</li><li>灌粉/加墨服务</li><li>打印机租赁方案</li><li>定期保养维护</li></ul></div>
|
||||
</div></div></section>
|
||||
<section style="background:#f1f5f9;"><div class="section-inner"><div class="section-label">合作品牌</div><h2 class="section-title">授权合作 · 品牌直供</h2><p class="section-desc">与主流打印设备品牌建立长期合作关系,确保产品质量</p>
|
||||
<div class="brand-grid">
|
||||
<div class="brand-card"><span class="icon">🖨️</span><h4>惠普 HP</h4></div>
|
||||
<div class="brand-card"><span class="icon">📷</span><h4>佳能 Canon</h4></div>
|
||||
<div class="brand-card"><span class="icon">🔗</span><h4>兄弟 Brother</h4></div>
|
||||
<div class="brand-card"><span class="icon">💻</span><h4>联想 Lenovo</h4></div>
|
||||
<div class="brand-card"><span class="icon">🖼️</span><h4>爱普生 Epson</h4></div>
|
||||
<div class="brand-card"><span class="icon">📠</span><h4>三星 Samsung</h4></div>
|
||||
</div></div></section>
|
||||
<section><div class="section-inner"><div class="section-label">为什么选我们</div><h2 class="section-title">耗材采购 · 省心之选</h2>
|
||||
<div class="promise-grid">
|
||||
<div class="promise-item"><span class="icon">✓</span><h4>原装正品</h4><p>品牌授权,假一赔十</p></div>
|
||||
<div class="promise-item"><span class="icon">🚚</span><h4>免费配送</h4><p>定边县内当日达</p></div>
|
||||
<div class="promise-item"><span class="icon">🔄</span><h4>定期补货</h4><p>按月配送,不断货</p></div>
|
||||
<div class="promise-item"><span class="icon">💳</span><h4>对公月结</h4><p>支持账期和专票</p></div>
|
||||
<div class="promise-item"><span class="icon">🔧</span><h4>免费安装</h4><p>耗材上门更换</p></div>
|
||||
<div class="promise-item"><span class="icon">📊</span><h4>节约成本</h4><p>企业协议价,省15-30%</p></div>
|
||||
</div></div></section>
|
||||
<section style="background:#fff;"><div class="section-inner">
|
||||
<div class="section-label">常见问题</div><h2 class="section-title">打印耗材 · FAQ</h2><p class="section-desc">关于打印耗材的常见疑问</p>
|
||||
<div style="max-width:800px;margin:0 auto;">
|
||||
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">怎么确定我该买哪种耗材?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">查看打印机型号(通常在打印机正面或底部标签上),告诉客服型号即可匹配对应的墨盒/硒鼓型号。也可以把旧耗材带过来对照购买。</div></div></div>
|
||||
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">兼容耗材和原装耗材有什么区别?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">原装耗材由打印机品牌厂商生产,兼容耗材由第三方生产。原装打印质量更稳定但价格较高,兼容耗材性价比高,适合日常办公不追求极致打印质量的场景。两种我们都提供。</div></div></div>
|
||||
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:12px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">企业可以定期自动补货吗?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">可以。根据您的打印机型号和月印量定制补货计划,每月按时配送,不会出现耗材断档的情况。支持对公月结。</div></div></div>
|
||||
<div style="background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;" itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 style="font-size:16px;font-weight:600;margin-bottom:8px;" itemprop="name">能用兼容耗材吗?会不会损坏打印机?</h3><div itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text" style="font-size:14px;color:#475569;line-height:1.7;">优质的兼容耗材不会损坏打印机。我们只供应经过测试的兼容品牌,并提供质量保证。如果使用兼容耗材后出现打印质量问题,可免费更换或退款。</div></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 · 陕西博海网络科技<br>地址:陕西省榆林市定边县二道西街</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>
|
||||
Reference in New Issue
Block a user