From be129a07ce18fb8ed75420e042480ad4b87f0ace Mon Sep 17 00:00:00 2001
From: liangjiami <2249412933@qq.com>
Date: Tue, 1 Jul 2025 11:27:56 +0800
Subject: [PATCH] =?UTF-8?q?style:=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/index/view/mobile/article/detail.html | 6 +-
app/index/view/pc/article/index.html | 2 +
app/index/view/pc/product/detail.html | 2 -
app/index/view/pc/public/footer.html | 60 +++++++++----------
.../index/mobile/css/contactus_index.css | 4 ++
public/static/index/mobile/css/public.css | 1 +
public/static/index/mobile/css/style.css | 1 +
.../index/mobile/css/topic_nas_download.css | 4 +-
.../mobile/css/topic_nas_help-detail.css | 1 +
.../index/mobile/css/topic_nas_help.css | 4 +-
public/static/index/pc/css/article_detail.css | 3 +-
.../static/index/pc/css/contactus_index.css | 3 +-
.../static/index/pc/css/topic_nas_header.css | 4 +-
.../index/pc/css/topic_nas_help-detail.css | 6 ++
14 files changed, 56 insertions(+), 45 deletions(-)
diff --git a/app/index/view/mobile/article/detail.html b/app/index/view/mobile/article/detail.html
index eb7ade11..75b00dd5 100644
--- a/app/index/view/mobile/article/detail.html
+++ b/app/index/view/mobile/article/detail.html
@@ -86,7 +86,7 @@
{:lang_i18n('你可能还喜欢')}

-
+
{volist name="recommends" id="vo"}
@@ -136,10 +136,6 @@
// 配置选项
slidesPerView: 2,
spaceBetween: 30,
- loop: true,
- autoplay: {
- delay: 3000,
- },
pagination: {
el: '.swiper-pagination',
}
diff --git a/app/index/view/pc/article/index.html b/app/index/view/pc/article/index.html
index e428d598..6289bde6 100644
--- a/app/index/view/pc/article/index.html
+++ b/app/index/view/pc/article/index.html
@@ -44,6 +44,8 @@
{$articles|raw}
+ {else/}
+
暂无数据
{/notempty}
diff --git a/app/index/view/pc/product/detail.html b/app/index/view/pc/product/detail.html
index 17f59b1e..38cbe4b4 100644
--- a/app/index/view/pc/product/detail.html
+++ b/app/index/view/pc/product/detail.html
@@ -332,8 +332,6 @@
slidesPerView: 3,
spaceBetween: 30,
slidesPerGroup: 3,
- loop: true,
- loopFillGroupWithBlank: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
diff --git a/app/index/view/pc/public/footer.html b/app/index/view/pc/public/footer.html
index 9a277f25..c1a8fcf1 100644
--- a/app/index/view/pc/public/footer.html
+++ b/app/index/view/pc/public/footer.html
@@ -51,10 +51,10 @@
{volist name="contact_config" id="vo"}
-
+ {if condition="$vo.type == 'image'"}
+
+ {else/}
- {if condition="$vo.type == 'image'"}
-
- {else/}
{$vo.value}
{/if}
@@ -70,7 +70,7 @@
{volist name="media_config" id="vo"}
-
+
{/volist}
@@ -91,33 +91,33 @@
{eq name=":cookie('think_lang')" value="zh-cn"}
-

-
返回顶部
+

+
返回顶部
{/eq}
\ No newline at end of file
diff --git a/public/static/index/mobile/css/contactus_index.css b/public/static/index/mobile/css/contactus_index.css
index 4c959dda..6ba42aeb 100755
--- a/public/static/index/mobile/css/contactus_index.css
+++ b/public/static/index/mobile/css/contactus_index.css
@@ -227,6 +227,9 @@
align-items: center;
justify-content: center;
}
+.oricoEGapp-Contact .narskfPage .narskf-content .narskf-ct-row .narskfit .narskfactive-ewm img{
+ width: 80%;
+}
.oricoEGapp-Contact .narskfPage .narskf-content .narskf-ct-row .narskfit .narskfactive-ewm .narskfactiveimg {
width: 9.5rem;
width: 9.5rem;
@@ -251,6 +254,7 @@
padding-top: 0;
font-size: 1rem;
padding-bottom: 0.375rem;
+ overflow: inherit;
}
.oricoEGapp-Contact .narskfPage .narskf-content .narskf-ct-row .narskfit2 .narskfit2-ct .narskf-sm {
font-size: 0.75rem;
diff --git a/public/static/index/mobile/css/public.css b/public/static/index/mobile/css/public.css
index a9b668e6..906ce406 100755
--- a/public/static/index/mobile/css/public.css
+++ b/public/static/index/mobile/css/public.css
@@ -42,6 +42,7 @@ body {
font-size: 1.2em;
font-weight: 400;
color: #333;
+ overflow-x: hidden;
}
select,
diff --git a/public/static/index/mobile/css/style.css b/public/static/index/mobile/css/style.css
index 60dc8de7..fceab82d 100755
--- a/public/static/index/mobile/css/style.css
+++ b/public/static/index/mobile/css/style.css
@@ -3071,6 +3071,7 @@ video img {
width: 96%;
max-width: 800px;
margin: 2rem auto 0;
+ margin-bottom: 2rem;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
diff --git a/public/static/index/mobile/css/topic_nas_download.css b/public/static/index/mobile/css/topic_nas_download.css
index 2df89bad..a4e455f8 100644
--- a/public/static/index/mobile/css/topic_nas_download.css
+++ b/public/static/index/mobile/css/topic_nas_download.css
@@ -145,8 +145,8 @@
}
.narswljshow .nDtopIt2 .nDitImg .nDitImg img {
- width: 3.25rem;
- height: 3.25rem;
+ /* width: 3.25rem;
+ height: 3.25rem; */
padding: 1.25rem;
padding-bottom: 0.5rem;
}
\ No newline at end of file
diff --git a/public/static/index/mobile/css/topic_nas_help-detail.css b/public/static/index/mobile/css/topic_nas_help-detail.css
index ed530e11..0e8af98b 100644
--- a/public/static/index/mobile/css/topic_nas_help-detail.css
+++ b/public/static/index/mobile/css/topic_nas_help-detail.css
@@ -46,6 +46,7 @@
.narshelpCenterdetail-app #rendered-content img {
max-width: 100%;
+ display: inline;
}
.narshelpCenterdetail-app .nhlpapp-search {
diff --git a/public/static/index/mobile/css/topic_nas_help.css b/public/static/index/mobile/css/topic_nas_help.css
index 523e1d1f..a21ef9dc 100644
--- a/public/static/index/mobile/css/topic_nas_help.css
+++ b/public/static/index/mobile/css/topic_nas_help.css
@@ -136,13 +136,13 @@
.narshelpCenterPc-app .nhlpappit {
margin: 0 auto;
- padding: 1.875rem;
+ padding: 7%;
background: #fafafa;
border-radius: 1rem;
color: #202734;
font-size: 1rem;
margin-bottom: 1.25rem;
- width: 74%;
+ width: 76%;
}
.narshelpCenterPc-app .nhlpappit .nhlptl {
diff --git a/public/static/index/pc/css/article_detail.css b/public/static/index/pc/css/article_detail.css
index 2c0ccb97..ff8cc3bc 100755
--- a/public/static/index/pc/css/article_detail.css
+++ b/public/static/index/pc/css/article_detail.css
@@ -92,6 +92,7 @@
.orico_Page_articleDetail .articleDetailMain .atmright .blog_share .share_list {
padding: 1.875rem;
display: flex;
+ justify-content: space-between;
}
.orico_Page_articleDetail
.articleDetailMain
@@ -100,7 +101,7 @@
.share_list
.atdit {
float: left;
- margin-right: 3.125rem;
+ /* margin-right: 3.125rem; */
position: relative;
}
.orico_Page_articleDetail
diff --git a/public/static/index/pc/css/contactus_index.css b/public/static/index/pc/css/contactus_index.css
index 8e4d49ef..d386055c 100755
--- a/public/static/index/pc/css/contactus_index.css
+++ b/public/static/index/pc/css/contactus_index.css
@@ -81,7 +81,8 @@
width: 11rem;
}
.narskfPage .narskf-content .narskf-ct-row .narskfit2 {
- width: 37rem;
+ /* width: 37rem; */
+ width: 50%;
height: 11.25rem;
flex-direction: row;
}
diff --git a/public/static/index/pc/css/topic_nas_header.css b/public/static/index/pc/css/topic_nas_header.css
index 758ce863..2070ea52 100644
--- a/public/static/index/pc/css/topic_nas_header.css
+++ b/public/static/index/pc/css/topic_nas_header.css
@@ -54,7 +54,7 @@
}
.narsPage-head .headcenter .logico {
- width: 13.375rem;
+ width: 10rem;
height: 2.875rem;
- width:100%
+ /* width:100% */
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_nas_help-detail.css b/public/static/index/pc/css/topic_nas_help-detail.css
index 92dbfb39..fa0a827b 100755
--- a/public/static/index/pc/css/topic_nas_help-detail.css
+++ b/public/static/index/pc/css/topic_nas_help-detail.css
@@ -182,6 +182,12 @@
overflow-y: auto;
position: relative;
}
+ .narshelpdetailPc .nars-help-content .nars-hlpdt-mm p img{
+ display: inline;
+ max-width: 100%;
+ margin: 5px 0;
+ }
+
/* .narshelpdetailPc .nars-help-content .nars-hlpdt-mm img{*/
/* width: -webkit-fill-available;*/