From b7e09aeb049f98d13b03924ff86d823e0c890b9d Mon Sep 17 00:00:00 2001
From: liqian <735273025@qq.com>
Date: Wed, 17 Dec 2025 17:57:10 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/index/lang/en-us/pc.php | 6 +-
app/index/view/pc/topic_laptop/index.html | 84 +++--
public/static/index/mobile/css/public.css | 29 +-
public/static/index/pc/css/public.css | 16 +-
.../static/index/pc/css/topic_laptop/45w.css | 10 +-
.../static/index/pc/css/topic_laptop/amd.css | 299 +++++++++---------
.../static/index/pc/css/topic_laptop/amd1.css | 150 +++++++++
.../static/index/pc/css/topic_laptop/bly.css | 9 +-
.../index/pc/css/topic_laptop/bottom.css | 3 +
.../index/pc/css/topic_laptop/index.css | 12 +-
.../static/index/pc/css/topic_laptop/ips.css | 70 ++--
.../static/index/pc/css/topic_laptop/jk.css | 20 +-
.../static/index/pc/css/topic_laptop/lb.css | 21 +-
.../static/index/pc/css/topic_laptop/m2.css | 16 +-
.../index/pc/css/topic_laptop/progress.css | 23 +-
.../static/index/pc/css/topic_laptop/qb.css | 7 +-
.../index/pc/css/topic_laptop/readon.css | 36 ++-
.../static/index/pc/css/topic_laptop/rgb.css | 15 +-
.../static/index/pc/css/topic_laptop/th.css | 2 +-
.../static/index/pc/css/topic_laptop/wift.css | 31 +-
.../index/pc/css/topic_laptop/wift6.css | 13 +-
.../static/index/pc/css/topic_laptop/xh.css | 20 +-
.../static/index/pc/css/topic_laptop/xn.css | 10 +-
.../static/index/pc/css/topic_laptop/yq.css | 18 +-
24 files changed, 632 insertions(+), 288 deletions(-)
create mode 100644 public/static/index/pc/css/topic_laptop/amd1.css
diff --git a/app/index/lang/en-us/pc.php b/app/index/lang/en-us/pc.php
index bdc9c3de..4aa02b3f 100644
--- a/app/index/lang/en-us/pc.php
+++ b/app/index/lang/en-us/pc.php
@@ -236,5 +236,9 @@ return [
'3.5mm
耳麦合一' => '3.5mm
Combo Audio',
'TF口3.0' => 'TF 3.0
Card Slot',
'全功能
USB-C' => 'All-in-One
USB-C',
+ "接口大满贯" => "Full-Featured Ports",
+ "酷睿i5-12450H" => "Core i5-12450H",
+ "锐龙9 6900HX" => "Ryzen9 6900HX",
+ "标配多种接口,会议室连接电脑、U盘传输文件、TF卡读取等,全都轻松搞定" => "Versatile Ports for Easy Connectivity. Effortlessly link to pro",
],
-];
\ No newline at end of file
+];
diff --git a/app/index/view/pc/topic_laptop/index.html b/app/index/view/pc/topic_laptop/index.html
index afee9c74..e263c6b5 100644
--- a/app/index/view/pc/topic_laptop/index.html
+++ b/app/index/view/pc/topic_laptop/index.html
@@ -27,21 +27,17 @@
-
-{/block}
\ No newline at end of file
+{/block}
diff --git a/public/static/index/mobile/css/public.css b/public/static/index/mobile/css/public.css
index 9809956d..d5040f4d 100755
--- a/public/static/index/mobile/css/public.css
+++ b/public/static/index/mobile/css/public.css
@@ -1,24 +1,41 @@
+
@font-face {
font-family: "HarmonyOS";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS-Regular.otf") format("opentype");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+@font-face {
+ font-family: "HarmonyOS-Regular";
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
-
@font-face {
font-family: "HarmonyOS-Bold";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS-Bold.otf") format("opentype");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
-
@font-face {
font-family: "HarmonyOS-Medium";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS-Medium.otf") format("opentype");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Medium.ttf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+/* HarmonyOS-SemiBold1 */
+@font-face {
+ font-family: "HarmonyOS-SemiBold";
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+@font-face {
+ font-family: "HarmonyOS-Light";
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Light.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
-
* {
margin: 0;
padding: 0;
diff --git a/public/static/index/pc/css/public.css b/public/static/index/pc/css/public.css
index ab8f463c..1e69ccfc 100755
--- a/public/static/index/pc/css/public.css
+++ b/public/static/index/pc/css/public.css
@@ -20,32 +20,38 @@
} */
@font-face {
font-family: "HarmonyOS";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HarmonyOS-Regular";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HarmonyOS-Bold";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HarmonyOS-Medium";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Medium.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
/* HarmonyOS-SemiBold1 */
@font-face {
font-family: "HarmonyOS-SemiBold";
- src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+@font-face {
+ font-family: "HarmonyOS-Light";
+ src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Light.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
diff --git a/public/static/index/pc/css/topic_laptop/45w.css b/public/static/index/pc/css/topic_laptop/45w.css
index f22016f9..9c9b6928 100644
--- a/public/static/index/pc/css/topic_laptop/45w.css
+++ b/public/static/index/pc/css/topic_laptop/45w.css
@@ -1,10 +1,10 @@
.dl {
width: 100%;
- padding-top: 1.42rem;
+ padding-top: 1.89rem;
}
.dl-t {
color: #cbcfd8;
- font-size: 0.5rem;
+ font-size: 0.63rem;
width: 100%;
text-align: center;
}
@@ -13,6 +13,8 @@
font-size: clamp(16px, 1vw, 0.22rem);
width: 100%;
text-align: center;
- padding-top: 0.47rem;
- padding-bottom: 0.27rem;
+ padding-top: 0.63rem;
+ padding-bottom: 0.37rem;
+ line-height: 1.8;
+ font-family: "HarmonyOS-Light";
}
diff --git a/public/static/index/pc/css/topic_laptop/amd.css b/public/static/index/pc/css/topic_laptop/amd.css
index 7a52d897..57787180 100644
--- a/public/static/index/pc/css/topic_laptop/amd.css
+++ b/public/static/index/pc/css/topic_laptop/amd.css
@@ -1,149 +1,150 @@
-.amd-box {
- width: 100%;
- background: #000;
- overflow: hidden;
- max-width: 1440px;
- min-width: 1280px;
- margin: 0 auto;
- margin-top:-2rem;
-
-}
-
-.amd-img-box {
- width: 100%;
- /* 移除height:100%,避免继承高度导致比例失效 */
-}
-
-/* 动画基础样式(保留,仅微调) */
-.amd-img-1,
-.amd-img-2,
-.amd-img-3,
-.amd-img-4,
-.amd-img-5,
-.amd-img-6 {
- width: 100%;
-}
-/* .amd-img-1 {
- margin-top: 0.06rem;
-} */
-.amd-img-2,
-.amd-img-3,
-.amd-img-4,
-.amd-img-5,
-.amd-img-6 {
- margin-top:0.15rem;
-}
-.fade-in {
- opacity: 1 !important;
- transform: translateY(0) !important;
- visibility: visible !important;
-}
-
-/* 原有图片样式(重点修改) */
-.amd-img-1-1 {
- width: 100%;
- /* 移除height:100%,改用auto保持比例 */
- height: auto;
- max-height: 4.28rem; /* 保留最大高度限制 */
-
- display: block;
-}
-
-.amd-img-2 {
- display: flex;
- gap: 0.2rem;
-}
-
-/* 710:210比例的容器(核心修改) */
-.amd-img-2-1,
-.amd-img-2-2 {
- flex: 1;
- width: 50%;
- /* 固定宽高比:710/210 ≈ 3.38,反向则210/710≈29.58% */
- aspect-ratio: 711/260;
- overflow: hidden; /* 裁剪超出部分(可选) */
-}
-
-.amd-img-2-1 img,
-.amd-img-2-2 img {
- width: 100%;
- height: 100%;
- display: block;
-}
-
-.amd-img-3 {
- display: flex;
- gap: 0.2rem;
-}
-
-/* .amd-img-3-left {
- max-height:5.4rem;
-} */
-.amd-img-3-left,.amd-img-3-right {
- flex: 1;
- width: 50%;
- max-height:5.4rem;
-}
-
-/* 3-1-left:540高度的比例(假设原始宽710,高540 → 710/540≈1.31) */
-.amd-img-3-1-left {
- width: 100%;
- aspect-ratio: 710/540;
- overflow: hidden;
-}
-
-/* 3-2-right:710:210比例 */
-.amd-img-3-2-right {
- width: 100%;
- aspect-ratio: 710/261;
- margin-top: 0.15rem;
- overflow: hidden;
-}
-
-.amd-img-3-1-right img,
-.amd-img-3-2-right img {
- width: 100%;
- height: 100%;
- display: block;
-}
-
-/* 统一处理其他图片容器的比例 */
-.amd-img-4 {
- max-width: 1440px;
- aspect-ratio: 1440/178; /* 按原始1440:178比例固定 */
-}
-
-.amd-img-4 img {
- width: 100%;
- height: 100%;
- /* object-fit: cover; */
- display: block;
-}
-
-.amd-img-5 {
- max-width: 1440px;
- display: flex;
- gap: 0.2rem;
- aspect-ratio: 1440/260; /* 1440:260比例 */
-}
-
-.amd-img-5 img {
- flex: 1;
- width: 50%;
- height: 100%;
- /* object-fit: cover; */
- display: block;
-}
-
-.amd-img-6 {
- max-width: 1440px;
- aspect-ratio: 1440/260; /* 1440:260比例 */
- overflow: hidden;
-}
-
-.amd-img-6 img {
- width: 100%;
- height: 100%;
- /* object-fit: cover; */
- display: block;
-}
+.amd-box {
+ width: 100%;
+ background: #000;
+ overflow: hidden;
+ max-width: 1440px;
+ min-width: 1280px;
+ margin: 0 auto;
+ margin-top:-2rem;
+
+}
+
+.amd-img-box {
+ width: 100%;
+ /* 移除height:100%,避免继承高度导致比例失效 */
+}
+
+/* 动画基础样式(保留,仅微调) */
+.amd-img-1,
+.amd-img-2,
+.amd-img-3,
+.amd-img-4,
+.amd-img-5,
+.amd-img-6 {
+ width: 100%;
+}
+
+.amd-img-2,
+.amd-img-3,
+.amd-img-4,
+.amd-img-5,
+.amd-img-6 {
+ margin-top:0.15rem;
+}
+.fade-in {
+ opacity: 1 !important;
+ transform: translateY(0) !important;
+ visibility: visible !important;
+}
+
+/* 原有图片样式(重点修改) */
+.amd-img-1-1 {
+ max-width: 14.4rem;
+ width: 100%;
+ /* 移除height:100%,改用auto保持比例 */
+ height: auto;
+
+ /* aspect-ratio: 1440/429; */
+ display: block;
+}
+
+.amd-img-2 {
+ display: flex;
+ gap: 0.2rem;
+}
+
+/* 710:210比例的容器(核心修改) */
+.amd-img-2-1,
+.amd-img-2-2 {
+ flex: 1;
+ width: 50%;
+ /* 固定宽高比:710/210 ≈ 3.38,反向则210/710≈29.58% */
+ /* aspect-ratio: 711/261; */
+ overflow: hidden; /* 裁剪超出部分(可选) */
+}
+
+.amd-img-2-1 img,
+.amd-img-2-2 img {
+ width: 100%;
+ height: 100%;
+ display: block;
+ aspect-ratio: 711/261;
+}
+
+.amd-img-3 {
+ display: flex;
+ height: auto;
+ gap: 0.2rem;
+}
+
+
+.amd-img-3-left,.amd-img-3-right {
+ flex: 1;
+ height: auto;
+ width: 50%;
+}
+.amd-img-3-right {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between
+}
+.amd-img-3-left img {
+ display: block;
+ aspect-ratio: 711/541;
+}
+
+
+/* 3-2-right:710:210比例 */
+.amd-img-3-1-right,.amd-img-3-2-right {
+ width: 100%;
+}
+
+
+.amd-img-3-1-right img,
+.amd-img-3-2-right img {
+ width: 100%;
+ height: 100%;
+ display: block;
+ aspect-ratio: 711/261;
+}
+
+/* 统一处理其他图片容器的比例 */
+.amd-img-4 {
+ max-width: 1440px;
+ aspect-ratio: 1440/178; /* 按原始1440:178比例固定 */
+}
+
+.amd-img-4 img {
+ width: 100%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
+
+.amd-img-5 {
+ max-width: 1440px;
+ display: flex;
+ gap: 0.2rem;
+ aspect-ratio: 1440/260; /* 1440:260比例 */
+}
+
+.amd-img-5 img {
+ flex: 1;
+ width: 50%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
+
+.amd-img-6 {
+ max-width: 1440px;
+ aspect-ratio: 1440/260; /* 1440:260比例 */
+ overflow: hidden;
+}
+
+.amd-img-6 img {
+ width: 100%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
diff --git a/public/static/index/pc/css/topic_laptop/amd1.css b/public/static/index/pc/css/topic_laptop/amd1.css
new file mode 100644
index 00000000..2c4e124d
--- /dev/null
+++ b/public/static/index/pc/css/topic_laptop/amd1.css
@@ -0,0 +1,150 @@
+.amd-box {
+ width: 100%;
+ background: #000;
+ overflow: hidden;
+ max-width: 1440px;
+ min-width: 1280px;
+ margin: 0 auto;
+ margin-top:-2rem;
+
+}
+
+.amd-img-box {
+ width: 100%;
+ /* 移除height:100%,避免继承高度导致比例失效 */
+}
+
+/* 动画基础样式(保留,仅微调) */
+.amd-img-1,
+.amd-img-2,
+.amd-img-3,
+.amd-img-4,
+.amd-img-5,
+.amd-img-6 {
+ width: 100%;
+}
+
+.amd-img-2,
+.amd-img-3,
+.amd-img-4,
+.amd-img-5,
+.amd-img-6 {
+ margin-top:0.15rem;
+}
+.fade-in {
+ opacity: 1 !important;
+ transform: translateY(0) !important;
+ visibility: visible !important;
+}
+
+/* 原有图片样式(重点修改) */
+.amd-img-1-1 {
+ max-width: 14.4rem;
+ width: 100%;
+ /* 移除height:100%,改用auto保持比例 */
+ height: auto;
+
+ /* aspect-ratio: 1440/429; */
+ display: block;
+}
+
+.amd-img-2 {
+ display: flex;
+ gap: 0.2rem;
+}
+
+/* 710:210比例的容器(核心修改) */
+.amd-img-2-1,
+.amd-img-2-2 {
+ flex: 1;
+ width: 50%;
+ /* 固定宽高比:710/210 ≈ 3.38,反向则210/710≈29.58% */
+ /* aspect-ratio: 711/261; */
+ overflow: hidden; /* 裁剪超出部分(可选) */
+}
+
+.amd-img-2-1 img,
+.amd-img-2-2 img {
+ width: 100%;
+ height: 100%;
+ display: block;
+ aspect-ratio: 711/261;
+}
+
+.amd-img-3 {
+ display: flex;
+ height: auto;
+ gap: 0.2rem;
+}
+
+
+.amd-img-3-left,.amd-img-3-right {
+ flex: 1;
+ height: auto;
+ width: 50%;
+}
+.amd-img-3-right {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between
+}
+.amd-img-3-left img {
+ display: block;
+ aspect-ratio: 711/541;
+}
+
+
+/* 3-2-right:710:210比例 */
+.amd-img-3-1-right,.amd-img-3-2-right {
+ width: 100%;
+}
+
+
+.amd-img-3-1-right img,
+.amd-img-3-2-right img {
+ width: 100%;
+ height: 100%;
+ display: block;
+ aspect-ratio: 711/261;
+}
+
+/* 统一处理其他图片容器的比例 */
+.amd-img-4 {
+ max-width: 1440px;
+ aspect-ratio: 1440/178; /* 按原始1440:178比例固定 */
+}
+
+.amd-img-4 img {
+ width: 100%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
+
+.amd-img-5 {
+ max-width: 1440px;
+ display: flex;
+ gap: 0.2rem;
+ aspect-ratio: 1440/260; /* 1440:260比例 */
+}
+
+.amd-img-5 img {
+ flex: 1;
+ width: 50%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
+
+.amd-img-6 {
+ max-width: 1440px;
+ aspect-ratio: 1440/260; /* 1440:260比例 */
+ overflow: hidden;
+}
+
+.amd-img-6 img {
+ width: 100%;
+ height: 100%;
+ /* object-fit: cover; */
+ display: block;
+}
diff --git a/public/static/index/pc/css/topic_laptop/bly.css b/public/static/index/pc/css/topic_laptop/bly.css
index c7bd29cd..4f74c6aa 100644
--- a/public/static/index/pc/css/topic_laptop/bly.css
+++ b/public/static/index/pc/css/topic_laptop/bly.css
@@ -4,7 +4,7 @@
margin: 0 auto;
aspect-ratio: 1437/679;
/* max-height: 6.97rem; */
- padding-top: 4.02rem;
+ padding-top:5.43rem;
}
.bly .ba-slider .handle:after {
@@ -32,7 +32,7 @@
transform: scale(0.8);
}
.bly-t {
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
text-align: center;
width: 100%;
@@ -42,6 +42,7 @@
color: #cbcfd8;
text-align: center;
width: 100%;
- padding-top: 0.38rem;
- padding-bottom: 1.63rem;
+ padding-top: 0.51rem;
+ padding-bottom: 1.65rem;
+ font-family: "HarmonyOS-Light";
}
diff --git a/public/static/index/pc/css/topic_laptop/bottom.css b/public/static/index/pc/css/topic_laptop/bottom.css
index a41b8d70..e57a837d 100644
--- a/public/static/index/pc/css/topic_laptop/bottom.css
+++ b/public/static/index/pc/css/topic_laptop/bottom.css
@@ -41,4 +41,7 @@
}
.bottom-p p {
text-indent: -10px;
+ line-height: 1.8;
+ margin-bottom: 0.1rem;
+ font-family: "HarmonyOS-Light";
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/index.css b/public/static/index/pc/css/topic_laptop/index.css
index a2b6d519..159bf5e7 100644
--- a/public/static/index/pc/css/topic_laptop/index.css
+++ b/public/static/index/pc/css/topic_laptop/index.css
@@ -11,11 +11,21 @@ body {
-webkit-overflow-scrolling: touch !important;
/* padding: 0 !important;
margin:0 !important; */
- max-width:100vw;
+ /* max-width:100% !important;
width: 100vw !important;
+ margin:0 auto; */
/* max-width:100vw !important */
/* margin:0 auto !important; */
}
+/* 当视口宽度大于1920px时生效 */
+@media screen and (min-width: 1920px) {
+ /* 这里写你的样式 */
+ body {
+ max-width:100% !important;
+ width: 100vw !important;
+ }
+
+ }
.opacity0 {
opacity: 0;
transform: translateY(0.5rem);
diff --git a/public/static/index/pc/css/topic_laptop/ips.css b/public/static/index/pc/css/topic_laptop/ips.css
index 8ee3c777..8ab564d4 100644
--- a/public/static/index/pc/css/topic_laptop/ips.css
+++ b/public/static/index/pc/css/topic_laptop/ips.css
@@ -6,7 +6,7 @@
background-repeat: no-repeat;
background-size: 100% auto; 宽度铺满,高度自动 */
min-width: 1280px;
- margin-top: 2.02rem;
+ margin-top: 2.69rem;
}
.ips-text {
color: #cbcfd8;
@@ -17,51 +17,71 @@
width: 100%;
}
.ips-t {
-font-size: 0.5rem;
- padding-top: 2.39rem;
- padding-left: 4.21rem;
+ font-size: 0.63rem;
+ padding-top: 3.19rem;
+ padding-left: 5.63rem;
}
.ips-p {
font-size: clamp(16px, 1vw, 0.22rem);
padding-top: 0.86rem;
- padding-left: 4.21rem;
+ padding-left: 5.63rem;
line-height: 1.8;
+ color:#cbcfd8;
+ font-family: "HarmonyOS-Light";
}
.ips-img {
display: flex;
flex-wrap: wrap; /* 允许换行 */
justify-content: space-between; /* 左对齐,也可设为center(居中) */
- margin-left: 4.21rem;
- width: 5.1rem;
- padding-top: 1.7rem;
+ margin-left: 5.63rem;
+ width: 6.9rem;
+ padding-top: 2.65rem;
}
.ips-img img {
- width: 1.61rem;
+ max-width: 2.2rem;
}
.ips-img img:nth-child(2) {
- margin-left: 1.88rem;
+ margin-left: 2.5rem;
}
.ips-img img:nth-child(4) {
- margin-left: 1.88rem;
- padding-top: 0.92rem;
+ margin-left: 2.5rem;
+ margin-top: 1.22rem;
}
.ips-img img:nth-child(3) {
-
- padding-top: 0.92rem;
+ margin-top: 1.22rem;
}
-/* .ips-img {
- width: 100%;
+
+.ips-img1 {
display: flex;
- padding-left: 7rem;
- padding-top: 1.35rem;
+ flex-wrap: wrap; /* 允许换行 */
+ justify-content: space-between; /* 左对齐,也可设为center(居中) */
+ margin-left: 5.63rem;
+ width: 7.35rem;
+ padding-top: 2.03rem;
}
-.ips-img img {
- width: 100%;
- max-width: 2.15rem;
- max-height: 1.82rem;
+
+
+.ips-img1 img:nth-child(1) {
+ width: 100%;
+ max-width: 2.76rem;
+ aspect-ratio: 276/168;
}
-.ips-img img:nth-child(2) {
- padding-left: 2rem;
-} */
+.ips-img1 img:nth-child(2) {
+ width: 100%;
+ max-width: 3.35rem;
+ aspect-ratio: 335/130;
+}
+.ips-img1 img:nth-child(3) {
+ width: 100%;
+ max-width: 2.67rem;
+ aspect-ratio: 267/118;
+ margin-top: 1.36rem;
+}
+.ips-img1 img:nth-child(4) {
+ width: 100%;
+ max-width: 3.39rem;
+ aspect-ratio: 339/122;
+ margin-top: 1.36rem;
+}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/jk.css b/public/static/index/pc/css/topic_laptop/jk.css
index a7010e48..e42110a4 100644
--- a/public/static/index/pc/css/topic_laptop/jk.css
+++ b/public/static/index/pc/css/topic_laptop/jk.css
@@ -17,6 +17,7 @@
width: 100%;
height: 100%;
overflow: hidden;
+ z-index: -10;
}
/* 图片:按原始比例填充包裹层,不裁切,初始放大+过渡动画 */
@@ -84,7 +85,24 @@
height:clamp(50px,3vw,0.6rem);
/* 最终高度(vw单位) */
}
-
+.zoom-text {
+ padding-top: 1.68rem;
+ padding-bottom: 2rem;
+}
+.zoom-text div{
+ width: 100%;
+ text-align: center;
+ font-size:0.63rem;
+ color:#CBCFD8
+}
+.zoom-text p{
+ width: 100%;
+ text-align: center;
+ font-size:clamp(16px,1vw,0.22rem);
+ color:#cbcfd8;
+ padding-top: 0.55rem;
+ font-family: "HarmonyOS-Light";
+}
/* 响应式适配:1280px以下固定尺寸 */
@media (max-width: 1280px) {
.zoom-container {
diff --git a/public/static/index/pc/css/topic_laptop/lb.css b/public/static/index/pc/css/topic_laptop/lb.css
index 2412ac99..2952415b 100644
--- a/public/static/index/pc/css/topic_laptop/lb.css
+++ b/public/static/index/pc/css/topic_laptop/lb.css
@@ -91,7 +91,7 @@
display: flex;
justify-content: space-between;
padding-top: 1rem;
- color: #555;
+
}
/* 文字高亮样式(保留原有) */
@@ -100,20 +100,35 @@
transition: all 0.3s ease;
cursor: pointer;
border-radius: 4px;
+ color:#48494D
}
.carousel-text.active {
- font-weight: bold;
+ /* font-weight: bold; */
transform: translateY(-3px);
- color: #fff;
+ color: #fff !important;
}
.carousel-text-t {
font-size: 0.32rem;
text-align: center;
+ /* color:#48494D */
+}
+.carousel-text-t1{
+ font-size: clamp(18px, 1vw, 0.26rem);
+ text-align: center;
+ /* color:#48494D */
+}
+.carousel-text-p1 {
+ font-size:clamp(16px, 1vw, 0.22rem);
+ padding-top: 0.28rem;
+ text-align: center;
+ font-family: "HarmonyOS-Light";
}
.carousel-text-p {
font-size:clamp(16px, 1vw, 0.22rem);
padding-top: 0.3rem;
text-align: center;
+ font-family: "HarmonyOS-Light";
+ /* color:#48494D */
}
diff --git a/public/static/index/pc/css/topic_laptop/m2.css b/public/static/index/pc/css/topic_laptop/m2.css
index da8581e4..78955067 100644
--- a/public/static/index/pc/css/topic_laptop/m2.css
+++ b/public/static/index/pc/css/topic_laptop/m2.css
@@ -11,11 +11,19 @@
min-width: 1280px;
}
.m2-bg-t {
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
width: 100%;
text-align: center;
- margin-top: 1.78rem;
+ padding-top: 1.78rem;
+ /* margin-top: 1.78rem; */
+}
+.m2-bg-t1 {
+ font-size: 0.36rem;
+ color: #cbcfd8;
+ width: 100%;
+ text-align: center;
+ padding-top: 1.78rem;
}
.m2-img-box {
position: absolute;
@@ -26,5 +34,7 @@
gap: 0.2rem;
}
.m2-img-box img {
- width: 3.5rem;
+ max-width: 4.66rem;
+ aspect-ratio: 466/249
+
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/progress.css b/public/static/index/pc/css/topic_laptop/progress.css
index 894d2187..c2e8575a 100644
--- a/public/static/index/pc/css/topic_laptop/progress.css
+++ b/public/static/index/pc/css/topic_laptop/progress.css
@@ -12,7 +12,8 @@
.progress-title {
font-size: 0.48rem;
color: #cbcfd8;
- padding: 1.6rem 0 0.78rem 0;
+ padding: 2.13rem 0 0.78rem 0;
+ font-family: "HarmonyOS-Medium";
}
.progress-item .label {
@@ -29,6 +30,7 @@
.progress-item .label .device-name {
flex: 1;
+ font-family: "HarmonyOS-Medium";
}
.progress-item .label .baseline {
@@ -38,10 +40,10 @@
.progress-item .label .value {
font-size: 0.4rem;
- font-weight: 600;
min-width: 0.8rem;
text-align: right;
margin-left: 0.16rem;
+ font-family: "HarmonyOS-Medium";
}
.colorLinearGradient {
background: linear-gradient(90deg, #7e51ff, #d5dfff);
@@ -174,15 +176,22 @@
font-size: 0.32rem !important;
}
.colorCBCFD8 {
- color: #cbcfd8 !important;
+ color: #646778 !important;
}
.color8A8787 {
- color: #8a8787 !important;
+ color: #646778 !important;
}
.progress-p {
color: #cbcfd8;
- font-size: 0.24rem;
- margin-top: 0.92rem;
- margin-bottom: 1.52rem;
+ font-size: clamp(16px, 1vw, 0.22rem);
+ margin-top: 1.23rem;
+ margin-bottom: 5.04rem;
text-align: center;
}
+.progress-p1 {
+ color: #cbcfd8;
+ font-size: clamp(16px, 1vw, 0.22rem);
+ margin-top: 1.56rem;
+ margin-bottom: 3.93rem;
+ text-align: center;
+}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/qb.css b/public/static/index/pc/css/topic_laptop/qb.css
index f0529263..14280497 100644
--- a/public/static/index/pc/css/topic_laptop/qb.css
+++ b/public/static/index/pc/css/topic_laptop/qb.css
@@ -3,17 +3,18 @@
} */
.qb-t {
width: 100%;
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
text-align: center;
- padding-top: 3.03rem;
+ padding-top: 4.52rem;
}
.qb-p {
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
- padding-top: 0.38rem;
+ padding-top: 0.54rem;
padding-bottom: 0.56rem;
+ font-family: "HarmonyOS-Light";
}
.qb-bg-img1 {
max-width: 16.43rem;
diff --git a/public/static/index/pc/css/topic_laptop/readon.css b/public/static/index/pc/css/topic_laptop/readon.css
index 32964b73..f4980ca5 100644
--- a/public/static/index/pc/css/topic_laptop/readon.css
+++ b/public/static/index/pc/css/topic_laptop/readon.css
@@ -26,10 +26,17 @@
}
.readon-t {
color: #cbcfd8;
- font-size: 0.5rem;
- line-height: 1.4;
- padding-top: 1.01rem;
- padding-bottom: 0.50rem;
+ font-size: 0.68rem;
+ /* line-height: 1.4; */
+ /* padding-top: 1.01rem;
+ padding-bottom: 0.50rem; */
+}
+.readon-t div:nth-child(1) {
+ padding-top: 1.34rem;
+ padding-bottom: 0.41rem;
+}
+.readon-t div:nth-child(2),.readon-t div:nth-child(3){
+ font-size:0.63rem;
}
.readon-p {
color: #cbcfd8;
@@ -37,29 +44,40 @@
}
.readon-js {
color: #cbcfd8;
+ font-size: 0.27rem;
+ line-height: 1.8;
+ margin-top: 0.72rem;
+ font-family: "HarmonyOS-Light";
+}
+.readon-js1 {
+ color: #cbcfd8;
font-size: 0.22rem;
line-height: 1.8;
- /* margin-top: 0.72rem; */
+ margin-top: 0.72rem;
+ font-family: "HarmonyOS-Light";
}
.readon-img {
width: 100%;
max-width: 1440px;
min-width: 1280px;
- margin-top: 12%;
+ margin-top:2.37rem;
}
.readon-img img {
- max-width: 2.84rem;
+ width: 100%;
+ max-width: 3.78rem;
+ aspect-ratio: 378/218;
}
.readon-img-box {
width: 100%;
min-width: 1280px;
position: absolute;
margin: 0 auto;
- bottom: -30px;
+ bottom: -0.61rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.readon-img-box img {
- width: 2.59rem;
+ max-width: 3.45rem;
+ aspect-ratio:345/245;
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/rgb.css b/public/static/index/pc/css/topic_laptop/rgb.css
index d919584b..e2431a5f 100644
--- a/public/static/index/pc/css/topic_laptop/rgb.css
+++ b/public/static/index/pc/css/topic_laptop/rgb.css
@@ -6,7 +6,7 @@
background-repeat: no-repeat;
background-size: 100% auto; */
min-width: 1280px;
- margin-top: 2.03rem;
+ margin-top: 2.7rem;
}
.rgb-text {
position: absolute;
@@ -18,7 +18,7 @@
}
.rgb-t {
width: 100%;
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
text-align: center;
}
@@ -26,20 +26,21 @@
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
- padding-top: 0.55rem;
- line-height: 2.5;
+ padding-top: 0.73rem;
+ line-height: 1.8;
+ font-family: "HarmonyOS-Light";
}
.rgb-img {
width: 100%;
min-width: 1280px;
position: absolute;
- bottom: -1rem;
+ bottom: -1.41rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.rgb-img img {
- max-width:3.5rem;
-
+ max-width:4.66rem;
+ aspect-ratio: 466/261;
display: block;
}
diff --git a/public/static/index/pc/css/topic_laptop/th.css b/public/static/index/pc/css/topic_laptop/th.css
index 9141624d..57291eca 100644
--- a/public/static/index/pc/css/topic_laptop/th.css
+++ b/public/static/index/pc/css/topic_laptop/th.css
@@ -104,7 +104,7 @@
display: block;
}
.tab-t {
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
width: 100%;
text-align: center;
diff --git a/public/static/index/pc/css/topic_laptop/wift.css b/public/static/index/pc/css/topic_laptop/wift.css
index 4917ed3f..9073ce32 100644
--- a/public/static/index/pc/css/topic_laptop/wift.css
+++ b/public/static/index/pc/css/topic_laptop/wift.css
@@ -7,7 +7,7 @@
background-repeat: no-repeat;
background-size: 100% auto; */
min-width: 1280px;
- margin-bottom: 0.53rem;
+ margin-bottom: 0.71rem;
}
.wift-bg-t {
font-size: 0.5rem;
@@ -20,26 +20,43 @@
color: #cbcfd8;
width: 100%;
text-align: center;
- padding-top: 0.56rem;
+ padding-top: 0.73rem;
line-height: 1.8;
+ font-family: "HarmonyOS-Light";
+}
+.wift-bg-p1 {
+ font-size: clamp(16px, 1vw, 0.22rem);
+ color: #cbcfd8;
+ width: 100%;
+ text-align: center;
+ padding-top: 0.39rem;
+ line-height: 1.8;
+ font-family: "HarmonyOS-Light";
}
.wift-bg-img {
width: 100%;
display: flex;
justify-content: center;
- max-height: 3.11rem;
+
position: absolute;
bottom: 1.46rem;
}
.wift-bg-img img {
-
- width:10.1rem;
+ width: 14.41rem;
+
}
.wift-t {
width: 100%;
color: #cbcfd8;
- font-size: 0.5rem;
text-align: center;
margin-top: 2.95rem;
-
+}
+.wift-t div:nth-child(1) {
+ font-size: 0.72rem;
+ line-height: 1;
+ padding-bottom: 0.33rem;
+}
+.wift-t div:nth-child(2) {
+ font-size: 0.63rem;
+ line-height: 1;
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_laptop/wift6.css b/public/static/index/pc/css/topic_laptop/wift6.css
index 646a2893..002b9230 100644
--- a/public/static/index/pc/css/topic_laptop/wift6.css
+++ b/public/static/index/pc/css/topic_laptop/wift6.css
@@ -18,7 +18,7 @@
}
.wift6-t {
width: 100%;
- font-size: 0.5rem;
+ font-size: 0.63rem;
color: #cbcfd8;
text-align: center;
}
@@ -26,20 +26,21 @@
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
- padding-top: 0.56rem;
+ padding-top: 0.74rem;
line-height: 1.8;
+ font-family: "HarmonyOS-Light";
}
.wift6-img {
width: 100%;
min-width: 1280px;
position: absolute;
- bottom: -30px;
+ bottom: -0.56rem;
display: flex;
justify-content: center;
- gap: 0.2rem;
+ gap: 0.4rem;
}
.wift6-img img {
- max-width: 5.36rem;
-
+ max-width:7.15rem;
+ aspect-ratio: 715/309;
display: block;
}
diff --git a/public/static/index/pc/css/topic_laptop/xh.css b/public/static/index/pc/css/topic_laptop/xh.css
index 556a3895..98bdbe4f 100644
--- a/public/static/index/pc/css/topic_laptop/xh.css
+++ b/public/static/index/pc/css/topic_laptop/xh.css
@@ -6,7 +6,7 @@
background-repeat: no-repeat;
background-size: 100% auto; */
min-width: 1280px;
- margin-top: 2.59rem;
+ margin-top: 3.45rem;
}
.xh-text {
width: 100%;
@@ -21,26 +21,32 @@
color: #cbcfd8;
text-align: center;
}
+.xh-t span:nth-child(1) {
+ font-size: 0.72rem;
+}
+.xh-t span:nth-child(2) {
+ font-size: 0.63rem;
+ margin-left: 0.13rem;
+}
.xh-p {
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
- padding-top: 0.5rem;
-
- line-height: 2.5;
+ padding-top: 0.67rem;
+ font-family: "HarmonyOS-Light";
}
.xh-img {
width: 100%;
min-width: 1280px;
position: absolute;
- bottom: 1.7rem;
+ bottom: 1.8rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.xh-img img {
- max-width: 5.33rem;
-
+ max-width: 7.1rem;
+ aspect-ratio: 710/308;
display: block;
}
.xh-b-p {
diff --git a/public/static/index/pc/css/topic_laptop/xn.css b/public/static/index/pc/css/topic_laptop/xn.css
index 16195a7d..37280dd4 100644
--- a/public/static/index/pc/css/topic_laptop/xn.css
+++ b/public/static/index/pc/css/topic_laptop/xn.css
@@ -38,18 +38,18 @@
opacity: 1;
}
.xn-t {
- font-size:0.5rem;
+ font-size:0.63rem;
color: #cbcfd8;
text-align: center;
- margin-top: 3.56rem;
- margin-bottom: 0.95rem;
+ margin-top: 4.74rem;
+ margin-bottom: 1.26rem;
}
.xn-p {
- padding-top: 0.45rem;
+ padding-top: 0.6rem;
}
.xn-p p {
font-size: clamp(16px, 1vw, 0.22rem);
- color: #fff;
+ color: #CBCFD8;
text-align: center;
line-height: 2.4;
}
diff --git a/public/static/index/pc/css/topic_laptop/yq.css b/public/static/index/pc/css/topic_laptop/yq.css
index 47f5887a..955b484e 100644
--- a/public/static/index/pc/css/topic_laptop/yq.css
+++ b/public/static/index/pc/css/topic_laptop/yq.css
@@ -3,7 +3,7 @@
position: relative;
width: 100%;
min-width: 1280px;
- margin-top:1.87rem;
+ margin-top:2.49rem;
aspect-ratio: 16/9; /* 2560/1440=16/9,核心比例约束 */
/* background: url('../img/yq1.png'); */
background-size: cover;
@@ -24,12 +24,12 @@
/* 宽幅限制生效 */
width: 100%;
min-width: 1280px;
- padding-top: 1.1rem;
+ padding-top: 1.47rem;
}
.overlay-text div {
width: 100%;
- font-size: 0.47rem;
+ font-size: 0.63rem;
color: #cbcfd8;
text-align: center;
line-height: 1;
@@ -37,27 +37,31 @@
}
.overlay-text p {
- font-size: 0.17rem;
+ font-size: clamp(16px,1vw,0.22rem);
color: #cbcfd8;
text-align: center;
padding-top: 0.43rem;
+ font-family: "HarmonyOS-Light";
}
.float-cards {
display: flex;
width: 100%;
justify-content: center;
position: absolute;
- bottom: -0.71rem;
+ bottom: -1.05rem;
gap: 0.2rem;
}
.float-cards img {
- width: 2.22rem;
+ /* width: 2.96rem; */
+ /* width: 100%; */
+ max-width: 2.96rem;
+ aspect-ratio:296/215
}
.bottom-desc {
text-align: center;
color: #cbcfd8;
font-size: clamp(16px, 1vw, 0.22rem);
- padding-top: 1.43rem;
+ padding-top: 1.9rem;
width: 100%;
min-width: 1280px;
}