diff --git a/app/index/view/mobile/topic_laptop/index.html b/app/index/view/mobile/topic_laptop/index.html index 326e1e29..46dfe2bd 100644 --- a/app/index/view/mobile/topic_laptop/index.html +++ b/app/index/view/mobile/topic_laptop/index.html @@ -119,7 +119,7 @@
{eq name=":cookie('think_lang')" value="en-us"} -
{$cpu_first_section.title|default=''|raw}
+
{$cpu_first_section.title|default=''|raw}

{$cpu_first_section.short_title|default=''|raw}

{else/}
{$cpu_first_section.title|default=''|raw}
@@ -279,7 +279,7 @@
{eq name=":cookie('think_lang')" value="en-us"} -
{$data.ram.title|raw}
+
{$data.ram.title|raw}
{else/}
{$data.ram.title|raw}
{/eq} @@ -299,7 +299,7 @@ {assign name="ssd_first_section" value=":array_shift($data.hard_drive)"/}
{eq name=":cookie('think_lang')" value="en-us"} -
{$ssd_first_section.title|default=''|raw}
+
{$ssd_first_section.title|default=''|raw}
{else/}
{$ssd_first_section.title|default=''|raw}
{/eq} @@ -353,7 +353,7 @@
{eq name=":cookie('think_lang')" value="en-us"} -
{$data.apps.title|default=''}
+
{$data.apps.title|default=''}
{else/}
{$data.apps.title|default=''}
{/eq} @@ -393,7 +393,7 @@
{assign name="gamut_first_section" value=":array_shift($data.screen_color_gamut)"/} {eq name=":cookie('think_lang')" value="en-us"} -
{$gamut_first_section.title|default=''|raw}
+
{$gamut_first_section.title|default=''|raw}
{else/}
{$gamut_first_section.title|default=''|raw}
{/eq} @@ -417,7 +417,7 @@ {assign name="glare_first_section" value=":array_shift($data.screen_anti_glare)"/}
{eq name=":cookie('think_lang')" value="en-us"} -
{$glare_first_section.title|default=''|raw}
+
{$glare_first_section.title|default=''|raw}
{$glare_first_section.short_title|default=''|raw}
{else/}
{$glare_first_section.title|default=''|raw}
@@ -441,7 +441,7 @@
{assign name="texture_first_section" value=":array_shift($data.exterior_texture)"/} {eq name=":cookie('think_lang')" value="en-us"} -
{$texture_first_section.title|default=''|raw}
+
{$texture_first_section.title|default=''|raw}
{$texture_first_section.short_title|default=''|raw}
{else/}
{$texture_first_section.title|default=''|raw}
@@ -465,7 +465,7 @@
{eq name=":cookie('think_lang')" value="en-us"} -
{$wifi_first_section.title|default=''|raw}
+
{$wifi_first_section.title|default=''|raw}
{$wifi_first_section.short_title|default=''|raw}
{else/}
{$wifi_first_section.title|default=''|raw}
@@ -503,7 +503,7 @@ {eq name=":cookie('think_lang')" value="en-us"} -
{:lang_i18n('接口大满贯')}
+
{:lang_i18n('接口大满贯')}
{else/}
{:lang_i18n('接口大满贯')}
{/eq} @@ -598,10 +598,10 @@
{eq name=":cookie('think_lang')" value="en-us"} {notempty name="camare_microphone"} -
{$camare_microphone.title|default=''}
+
{$camare_microphone.title|default=''}
{/notempty} {notempty name="security"} -
{$security.title|default=''}
+
{$security.title|default=''}
{/notempty} {else/} {notempty name="camare_microphone"} diff --git a/public/static/index/mobile/css/topic_laptop/index.css b/public/static/index/mobile/css/topic_laptop/index.css index 2b5c35fd..347ee8e7 100644 --- a/public/static/index/mobile/css/topic_laptop/index.css +++ b/public/static/index/mobile/css/topic_laptop/index.css @@ -21,12 +21,15 @@ body { .f36{ font-size: 0.36rem !important; font-family: "HarmonyOS-Medium" !important; - line-height: 1 !important; + /* line-height: 1 !important; */ } .f18{ font-size: 0.18rem !important; line-height: 1.5 !important; } +.lh1 { + line-height: 1 !important; +} .f28 { font-size: 0.28rem !important; font-family: "HarmonyOS-Medium" !important;