diff --git a/src/main/webapp/templates/1/default/_files/css/main.css b/src/main/webapp/templates/1/default/_files/css/main.css index 2eaae94..b0e8d0e 100644 --- a/src/main/webapp/templates/1/default/_files/css/main.css +++ b/src/main/webapp/templates/1/default/_files/css/main.css @@ -634,16 +634,25 @@ font-size: 16px; } .more_btn{ width:200px; - height:50px; + height:40px; background:#1d78ff; margin:0 auto; text-align: center; color:#fff; - line-height: 50px; + line-height:40px; border-radius:4px; cursor: pointer; + transition: all 0.3s ease; + font-size: 14px; + a{ + color:#fff; + text-decoration: none; + } &:hover{ - opacity:0.8; + background:#1063e0; + transform: translateY(-5px); + box-shadow: 0 8px 20px rgba(29, 120, 255, 0.4); + } } } @@ -693,9 +702,11 @@ font-size: 16px; justify-content: space-between; .item{ + .tit{ color: #ffffff; font-size: 18px; + margin-bottom: 10px; } .main{ color: #cecece; @@ -2298,6 +2309,13 @@ width:1400px; .right_main{ min-height: 500px; +.cm-ff-yh{ + + font-size: 1.2rem; + background: #f9f9f9; + padding: 0.5rem; +} + img{ max-width: 100%; @@ -2306,6 +2324,11 @@ max-width: 100%; } +.breadcrumb .list-inline-item a{ + color:#222222; + font-size:14px; +} + diff --git a/src/main/webapp/templates/1/default/article.html b/src/main/webapp/templates/1/default/article.html index 90663a1..609d07d 100644 --- a/src/main/webapp/templates/1/default/article.html +++ b/src/main/webapp/templates/1/default/article.html @@ -193,6 +193,7 @@ $articleImg.addClass('gallery-img'); initPhotoSwipeFromDOM('.gallery-img'); +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_about.html b/src/main/webapp/templates/1/default/article_about.html index 68559db..f5a13db 100644 --- a/src/main/webapp/templates/1/default/article_about.html +++ b/src/main/webapp/templates/1/default/article_about.html @@ -36,6 +36,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_job.html b/src/main/webapp/templates/1/default/article_job.html index 7059846..7d0185c 100644 --- a/src/main/webapp/templates/1/default/article_job.html +++ b/src/main/webapp/templates/1/default/article_job.html @@ -36,6 +36,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_product.html b/src/main/webapp/templates/1/default/article_product.html index 6a28748..409e8d8 100644 --- a/src/main/webapp/templates/1/default/article_product.html +++ b/src/main/webapp/templates/1/default/article_product.html @@ -45,6 +45,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_public.html b/src/main/webapp/templates/1/default/article_public.html index 92f450d..3d18b37 100644 --- a/src/main/webapp/templates/1/default/article_public.html +++ b/src/main/webapp/templates/1/default/article_public.html @@ -67,7 +67,7 @@ - +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_service.html b/src/main/webapp/templates/1/default/article_service.html index 7059846..7d0185c 100644 --- a/src/main/webapp/templates/1/default/article_service.html +++ b/src/main/webapp/templates/1/default/article_service.html @@ -36,6 +36,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/article_wenku.html b/src/main/webapp/templates/1/default/article_wenku.html index 7e0e922..4ca34c7 100644 --- a/src/main/webapp/templates/1/default/article_wenku.html +++ b/src/main/webapp/templates/1/default/article_wenku.html @@ -294,7 +294,7 @@ - +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_about.html b/src/main/webapp/templates/1/default/channel_about.html index 42ee461..b430302 100644 --- a/src/main/webapp/templates/1/default/channel_about.html +++ b/src/main/webapp/templates/1/default/channel_about.html @@ -39,6 +39,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_job.html b/src/main/webapp/templates/1/default/channel_job.html index 894d0f7..6328a77 100644 --- a/src/main/webapp/templates/1/default/channel_job.html +++ b/src/main/webapp/templates/1/default/channel_job.html @@ -39,6 +39,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_leader_board.html b/src/main/webapp/templates/1/default/channel_leader_board.html index 6e7758a..392131f 100644 --- a/src/main/webapp/templates/1/default/channel_leader_board.html +++ b/src/main/webapp/templates/1/default/channel_leader_board.html @@ -45,6 +45,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_pro.html b/src/main/webapp/templates/1/default/channel_pro.html index 82b80db..b995a45 100644 --- a/src/main/webapp/templates/1/default/channel_pro.html +++ b/src/main/webapp/templates/1/default/channel_pro.html @@ -39,6 +39,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_product.html b/src/main/webapp/templates/1/default/channel_product.html index 9020af3..77da361 100644 --- a/src/main/webapp/templates/1/default/channel_product.html +++ b/src/main/webapp/templates/1/default/channel_product.html @@ -54,7 +54,7 @@ - +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_service.html b/src/main/webapp/templates/1/default/channel_service.html index df671b0..8cd02b5 100644 --- a/src/main/webapp/templates/1/default/channel_service.html +++ b/src/main/webapp/templates/1/default/channel_service.html @@ -39,6 +39,7 @@ +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_solution.html b/src/main/webapp/templates/1/default/channel_solution.html index f553662..8c1e246 100644 --- a/src/main/webapp/templates/1/default/channel_solution.html +++ b/src/main/webapp/templates/1/default/channel_solution.html @@ -253,7 +253,7 @@ - +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/channel_wenku.html b/src/main/webapp/templates/1/default/channel_wenku.html index 4a9faed..ec18224 100644 --- a/src/main/webapp/templates/1/default/channel_wenku.html +++ b/src/main/webapp/templates/1/default/channel_wenku.html @@ -87,7 +87,7 @@ - +[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] diff --git a/src/main/webapp/templates/1/default/index.html b/src/main/webapp/templates/1/default/index.html index 3ab088b..ee884c0 100644 --- a/src/main/webapp/templates/1/default/index.html +++ b/src/main/webapp/templates/1/default/index.html @@ -57,26 +57,15 @@ [/@BlockItemList]
+ [@BlockItemList block='Honor' limit='4' blockId='90307146479679490'; beans] + [#list beans as bean]
-

10+

-

安全生产业务评价检测资质

-

24小时随时匹配覆盖

-
-
-

10+

-

软件著作知识产权

-

辨识风险,瞬息到位

-
-
-

20000 +

-

自制研发安全培训课件

-

自带考题,完美闭环

-
-
-

100000 +

-

安全评价、职业卫生评价

-

检测报告、标准化评审报告

+

${bean.title}

+

${bean.subtitle}

+

${bean.description}

+ [/#list] + [/@BlockItemList]
@@ -288,90 +277,23 @@

助力提升安全管理效益,满足多行业的安全生产需求

-
-
- ${site.name} -
-
政府机构
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
- ${site.name} + [@BlockItemList block='focus' limit='8' blockId='90299653626116098'; beans] + [#list beans as bean] +
+
+ ${site.name} +
+
${bean.title}
+
+
${substring(bean.description,30,'...')}
+
+ ${site.name} +
-
-
-
- ${site.name} + [/#list] + [/@BlockItemList] -
-
民爆
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
${site.name}
-
-
-
-
${site.name}
-
机械
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
- ${site.name} - -
-
-
-
-
- ${site.name} - -
-
军工
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
- ${site.name} - - -
-
-
-
-
- - ${site.name} -
-
水务
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
${site.name}
-
-
-
-
${site.name}
-
农牧
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
${site.name}
-
-
-
-
${site.name}
-
风电
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
${site.name}
-
-
-
-
${site.name}
-
其他
-
-
涉及民用爆破器材的生产、销售、流通及爆破服务的提供等领域
-
${site.name}
-
-
@@ -405,10 +327,14 @@ [/#list] [/@ArticleList] -
了解更多
+
了解更多
- ${site.name} + [@BlockItemList block='link' limit='1' blockId='90307870982780930'; beans] + [#list beans as bean] + ${bean.title} + [/#list] + [/@BlockItemList]
[#include 'inc_right1.html'/]