diff --git a/app/index/view/pc/topic_laptop/index.html b/app/index/view/pc/topic_laptop/index.html index 19157c94..51267b9c 100644 --- a/app/index/view/pc/topic_laptop/index.html +++ b/app/index/view/pc/topic_laptop/index.html @@ -55,15 +55,6 @@ {block name="main"} {notempty name="data.top_focus_images"}
- {eq name=":cookie('think_lang')" value="en-us"} -
- {volist name="data.top_focus_images" id="tfi"} - - {$tfi.title} - - {/volist} -
- {else/}
{volist name="data.top_focus_images" id="tfi"}
@@ -72,15 +63,20 @@
{$tfi.desc||raw|htmlspecialchars_decode}
- {$tfi.title} + {$tfi.title}
{/volist}
- {/eq} + {/notempty} {notempty name="data.perf"} @@ -332,13 +328,14 @@
{$data.cooling_system.0.desc|raw}
{/notempty} -
+ +
- {notempty name="data.cooling_system.1"}{/notempty} - {notempty name="data.cooling_system.2"}{/notempty} + {notempty name="data.cooling_system.1"}{/notempty} + {notempty name="data.cooling_system.2"}{/notempty}
- {notempty name="data.cooling_system.3"}{/notempty} + {notempty name="data.cooling_system.3"}{/notempty}
@@ -346,10 +343,11 @@ {/notempty} {notempty name="data.apps"}
-
{$data.apps.title|default=''}
+ +
{$data.apps.title|default=''}
- +
{$data.apps.desc|default=''|raw}
diff --git a/public/static/index/pc/css/topic_laptop/index.css b/public/static/index/pc/css/topic_laptop/index.css index 1f231ceb..cd66744a 100644 --- a/public/static/index/pc/css/topic_laptop/index.css +++ b/public/static/index/pc/css/topic_laptop/index.css @@ -43,8 +43,3 @@ body { /* [data-order="19"] { transition: all 0.3s ease-out 0.2s !important; } */ -[data-order], .annotation, .progress-fill, .zoom-image, .float-card { - transform: translateZ(0); /* 开启硬件加速,将元素交给 GPU 渲染 */ - will-change: opacity, transform; /* 告诉浏览器提前优化这个元素 */ - backface-visibility: hidden; /* 防止元素翻转时的闪烁 */ -} \ 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 24d43300..2072cf57 100644 --- a/public/static/index/pc/css/topic_laptop/progress.css +++ b/public/static/index/pc/css/topic_laptop/progress.css @@ -189,14 +189,14 @@ .progress-p { color: #cbcfd8; font-size: clamp(16px, 1vw, 0.22rem); - margin-top: 1.23rem; - margin-bottom: 5.04rem; + margin-top: 1.56rem; + margin-bottom: 2rem; text-align: center; } .progress-p1 { color: #cbcfd8; font-size: clamp(16px, 1vw, 0.22rem); margin-top: 1.56rem; - /* margin-bottom: 2.3rem; */ + /* margin-bottom: 1.66rem; */ text-align: center; } \ No newline at end of file diff --git a/public/static/index/pc/css/topic_laptop/wift.css b/public/static/index/pc/css/topic_laptop/wift.css index cae4f2ba..6014f870 100644 --- a/public/static/index/pc/css/topic_laptop/wift.css +++ b/public/static/index/pc/css/topic_laptop/wift.css @@ -39,7 +39,7 @@ color: #cbcfd8; width: 100%; text-align: center; - padding-top: 0.39rem; + padding-top: 0.43rem; line-height: 1.8; font-family: "HarmonyOS-Light"; } diff --git a/public/static/index/pc/images/topic_laptop/eljgd.png b/public/static/index/pc/images/topic_laptop/eljgd.png new file mode 100644 index 00000000..666c9663 Binary files /dev/null and b/public/static/index/pc/images/topic_laptop/eljgd.png differ