From f5f0d8736c339d176b9b8709483c5d60c5608955 Mon Sep 17 00:00:00 2001 From: ubuntu Date: Wed, 16 Sep 2026 20:32:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(visual):=20=E4=BF=AE=E5=A4=8D=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E6=A0=87=E9=A2=98=E9=A2=9C=E8=89=B2=E4=B8=8E=E9=A1=B5?= =?UTF-8?q?=E8=84=9A=20logo=20=E5=8F=8D=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug1: 首页 banner 轮播 4 张 slide 标题写作

...

(开闭标签错配),浏览器自动把 当作 闭合,实际元素是 h2;而 CSS 只写了 .banner-slide h1{color:#fff},h2 命中不到 → 回落到全局深色文字,深蓝底上几乎看不见。改为

...

(语义也正确:每张 slide 一个主标题),并把 h2 加进 CSS 规则作兜底。 Bug2: 33 页页脚 logo 用了 logo-dark.png(深底反白版/白字)放在 background:#fff 白卡片里,白字压白底。白卡内改回 logo.png(深色文字版)。按上下文精确匹配替换,JSON-LD 的 logo 字段未受影响。 --- .gitignore | 2 ++ about.html | 2 +- ai-acquisition.html | 2 +- ai-customer-service.html | 2 +- ai-private-expert.html | 2 +- ai-promotion.html | 2 +- blog.html | 2 +- case-detail.html | 2 +- cases.html | 2 +- company.html | 2 +- contact.html | 2 +- cookie.html | 2 +- digital-human.html | 2 +- disclaimer.html | 2 +- edm-email.html | 2 +- enterprise-agent.html | 2 +- forum.html | 2 +- geo-seo-sem.html | 2 +- index.html | 12 ++++++------ join.html | 2 +- legal.html | 2 +- marketing-resources.html | 2 +- media-ops.html | 2 +- news-detail.html | 2 +- news.html | 2 +- opc-solution.html | 2 +- privacy.html | 2 +- rag-kb.html | 2 +- sentiment-management.html | 2 +- sitemap.html | 2 +- software-detail.html | 2 +- software.html | 2 +- superlink.html | 2 +- website-building.html | 2 +- 34 files changed, 40 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index 4e4cab1..3710a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,14 @@ gen_software_detail.py update_site.py update_address.py add_logo.py +fix_visual.py # 备份与临时文件 .bak-before-update/ .bak-address/ .bak-dedup/ .bak-logo/ +.bak-visualfix/ .snap1/ run1/ *.bak diff --git a/about.html b/about.html index 46cd93e..930e035 100644 --- a/about.html +++ b/about.html @@ -323,7 +323,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/ai-acquisition.html b/ai-acquisition.html index 5d4e315..c5701bd 100644 --- a/ai-acquisition.html +++ b/ai-acquisition.html @@ -317,7 +317,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/ai-customer-service.html b/ai-customer-service.html index 10828dc..0801530 100644 --- a/ai-customer-service.html +++ b/ai-customer-service.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/ai-private-expert.html b/ai-private-expert.html index 7dd362d..a14e141 100644 --- a/ai-private-expert.html +++ b/ai-private-expert.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/ai-promotion.html b/ai-promotion.html index 1382c47..1a1a66d 100644 --- a/ai-promotion.html +++ b/ai-promotion.html @@ -323,7 +323,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/blog.html b/blog.html index 5718904..b9304bd 100644 --- a/blog.html +++ b/blog.html @@ -317,7 +317,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/case-detail.html b/case-detail.html index c1bbeef..4c7bb30 100644 --- a/case-detail.html +++ b/case-detail.html @@ -420,7 +420,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/cases.html b/cases.html index eb45e2a..640d8ea 100644 --- a/cases.html +++ b/cases.html @@ -376,7 +376,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/company.html b/company.html index e51178b..4aafdd5 100644 --- a/company.html +++ b/company.html @@ -345,7 +345,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/contact.html b/contact.html index 722ad24..f57bc8d 100644 --- a/contact.html +++ b/contact.html @@ -392,7 +392,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/cookie.html b/cookie.html index f355b9e..daaab58 100644 --- a/cookie.html +++ b/cookie.html @@ -310,7 +310,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/digital-human.html b/digital-human.html index 9255c86..a6c60c2 100644 --- a/digital-human.html +++ b/digital-human.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/disclaimer.html b/disclaimer.html index 69962f5..0332d1a 100644 --- a/disclaimer.html +++ b/disclaimer.html @@ -305,7 +305,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/edm-email.html b/edm-email.html index f089132..82a82d5 100644 --- a/edm-email.html +++ b/edm-email.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/enterprise-agent.html b/enterprise-agent.html index a6bb1dd..744ccbd 100644 --- a/enterprise-agent.html +++ b/enterprise-agent.html @@ -358,7 +358,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/forum.html b/forum.html index befff7e..7418fb7 100644 --- a/forum.html +++ b/forum.html @@ -330,7 +330,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/geo-seo-sem.html b/geo-seo-sem.html index 147122c..80ca1d3 100644 --- a/geo-seo-sem.html +++ b/geo-seo-sem.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/index.html b/index.html index 5888481..ab616b5 100644 --- a/index.html +++ b/index.html @@ -256,7 +256,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G .banner-slide::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")} .banner-slide .inner{position:relative;z-index:2;max-width:900px;padding:0 24px} .banner-slide .kicker{display:inline-block;padding:6px 18px;border:1px solid rgba(255,255,255,.3);border-radius:30px;color:#fff;font-size:.85rem;margin-bottom:22px;letter-spacing:2px} -.banner-slide h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;line-height:1.25;margin-bottom:20px} +.banner-slide h1,.banner-slide h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;line-height:1.25;margin-bottom:20px} .banner-slide p{font-size:1.15rem;color:rgba(255,255,255,.75);margin-bottom:34px;line-height:1.8} .banner-slide .btn{border:none} .banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s} @@ -388,7 +388,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
千视科技
-

企业智能体

+

企业智能体

RAG知识库 · AI客服 · 数字人 · OPC,让企业拥有24小时在线的数字员工。

了解企业智能体
@@ -397,7 +397,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
千视科技
-

AI拓客

+

AI拓客

Superlink精准触达 + EDM邮件,数据驱动智能获客。

数据驱动智能获客
@@ -406,7 +406,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
千视科技
-

AI推广

+

AI推广

自媒体代运营 · GEO/SEO/SEM · 舆情管理,全域营销增长。

AI赋能全域营销
@@ -415,7 +415,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
千视科技
-

软件定制

+

软件定制

贴合业务的定制开发,从需求到交付全流程。

定制开发企业软件
@@ -791,7 +791,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/join.html b/join.html index 149ccdc..9d799c2 100644 --- a/join.html +++ b/join.html @@ -330,7 +330,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/legal.html b/legal.html index 840c21b..36f10d5 100644 --- a/legal.html +++ b/legal.html @@ -323,7 +323,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/marketing-resources.html b/marketing-resources.html index 7f71b77..5cc52c6 100644 --- a/marketing-resources.html +++ b/marketing-resources.html @@ -330,7 +330,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/media-ops.html b/media-ops.html index 359e17f..72d44da 100644 --- a/media-ops.html +++ b/media-ops.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/news-detail.html b/news-detail.html index 7a67f6d..566c75e 100644 --- a/news-detail.html +++ b/news-detail.html @@ -314,7 +314,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/news.html b/news.html index f8b7f52..8a3bc32 100644 --- a/news.html +++ b/news.html @@ -379,7 +379,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/opc-solution.html b/opc-solution.html index 84b218b..b43da7b 100644 --- a/opc-solution.html +++ b/opc-solution.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/privacy.html b/privacy.html index 029c077..8de966d 100644 --- a/privacy.html +++ b/privacy.html @@ -340,7 +340,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/rag-kb.html b/rag-kb.html index c74bd55..cd1b6ac 100644 --- a/rag-kb.html +++ b/rag-kb.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/sentiment-management.html b/sentiment-management.html index 15eea90..ce50ca3 100644 --- a/sentiment-management.html +++ b/sentiment-management.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/sitemap.html b/sitemap.html index 28510b7..d39d5de 100644 --- a/sitemap.html +++ b/sitemap.html @@ -307,7 +307,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/software-detail.html b/software-detail.html index 31ee5c8..147c976 100644 --- a/software-detail.html +++ b/software-detail.html @@ -344,7 +344,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/software.html b/software.html index d42e63d..52a8d01 100644 --- a/software.html +++ b/software.html @@ -345,7 +345,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/superlink.html b/superlink.html index cc6e004..84cc5cf 100644 --- a/superlink.html +++ b/superlink.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com
diff --git a/website-building.html b/website-building.html index d54c5c9..5b7dce7 100644 --- a/website-building.html +++ b/website-building.html @@ -332,7 +332,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans G
联系方式
18948732299
105920869@qq.com