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 6857735..2eaae94 100644 --- a/src/main/webapp/templates/1/default/_files/css/main.css +++ b/src/main/webapp/templates/1/default/_files/css/main.css @@ -17,7 +17,7 @@ z-index: 99999; transition: all 0.3s ease; - &.scrolled{ + &.fixed{ position: fixed; background: #ffffff; border-bottom: 1px solid #eeeeee; @@ -46,7 +46,7 @@ right: 0; } - &.active a{ + &.active{ color: #222222; } @@ -77,7 +77,7 @@ .logo_b, .logo_w{ position: absolute; - top: 10px; + top: 0px; left: 0; width: 128px; height: 32px; @@ -155,7 +155,7 @@ } &.active{ - a{ + { &:before{ opacity: 1; left: 0; @@ -562,7 +562,7 @@ font-size: 16px; .case{ width: 100%; background: #ecf5ff; - padding: 50px 0; + padding: 50px 0 ; box-sizing: border-box; .case_container{ width: 1400px; @@ -587,15 +587,15 @@ font-size: 16px; margin-top: 30px; display:flex; justify-content: space-between; + padding-bottom:20px; .item{ width: 440px; background: #ffffff; border-radius: 16px; - .img{ + img{ width: 100%; height: 250px; - background: url("../img/img17.png") no-repeat top center; border-radius: 20px; } .info{ @@ -603,16 +603,23 @@ font-size: 16px; padding: 20px; border-radius: 20px; margin-top: -40px; + position: relative; .title{ font-size: 18px; text-align: left; margin-bottom: 20px; color: #222222; + a{ + color: #222222; + } } .text{ font-size: 14px; color: #575d63; + a{ + color: #222222; + } } .details{ color: #1d78ff; @@ -622,10 +629,27 @@ font-size: 16px; } } } + + } + .more_btn{ + width:200px; + height:50px; + background:#1d78ff; + margin:0 auto; + text-align: center; + color:#fff; + line-height: 50px; + border-radius:4px; + cursor: pointer; + &:hover{ + opacity:0.8; + } + } } .case_img{ width: 100%; + margin-top:20px; img{ width: 100% } @@ -1569,6 +1593,7 @@ margin:0 auto; background: #ffffff; padding: 10px; font-size: 14px; + min-height: 500px; @@ -1708,6 +1733,72 @@ background: #f6f8fa; } } + .banner1{ + width: 100%; + height: 320px; + background: url("../img/public_banner.png") no-repeat top center; + .banner_main{ + width: 1400px; + margin: 0 auto; + padding-top: 135px; + h2{ + font-size: 60px; + color: #014ea0; + margin: 0; + padding: 0; + color: #ffffff; + } + p{ + margin: 0; + color: #ffffff; + } + } + } + + + + .banner_fuwu { + width: 100%; + height: 320px; + background: url("../img/fuwu_banner.png") no-repeat top center; + .banner_main { + width: 1400px; + margin: 0 auto; + padding-top: 135px; + h2 { + font-size: 60px; + color: #ffffff; + margin: 0; + padding: 0; + } + p { + margin: 0; + color: #ffffff; + } + } + } + + .banner_pro { + width: 100%; + height: 320px; + background: url("../img/pro_banner.png") no-repeat top center; + .banner_main { + width: 1400px; + margin: 0 auto; + padding-top: 135px; + h2 { + font-size: 60px; + color: #ffffff; + margin: 0; + padding: 0; + } + p { + margin: 0; + color: #ffffff; + } + } + } + .new_container { @@ -2203,8 +2294,18 @@ width:1400px; } } } +} + +.right_main{ +min-height: 500px; + +img{ +max-width: 100%; +} } + + diff --git a/src/main/webapp/templates/1/default/_files/img/pro_banner.png b/src/main/webapp/templates/1/default/_files/img/pro_banner.png index d01c4e4..fd8675c 100644 Binary files a/src/main/webapp/templates/1/default/_files/img/pro_banner.png and b/src/main/webapp/templates/1/default/_files/img/pro_banner.png differ diff --git a/src/main/webapp/templates/1/default/article_job.html b/src/main/webapp/templates/1/default/article_job.html new file mode 100644 index 0000000..7059846 --- /dev/null +++ b/src/main/webapp/templates/1/default/article_job.html @@ -0,0 +1,43 @@ + +[#escape x as (x)!?html] + + + + ${channel.title} - ${site.title} + + + + + [#include 'inc_meta.html'/] + [#include 'inc_css.html'/] + [#include 'inc_js.html'/] + + +[#include 'inc_header.html'/] +[#include 'inc_message_box.html'/] +
+
+ +
+
+
+
+
+

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
+
+
+
+[#include 'inc_footer.html'/] + + + +[/#escape] diff --git a/src/main/webapp/templates/1/default/article_service.html b/src/main/webapp/templates/1/default/article_service.html new file mode 100644 index 0000000..7059846 --- /dev/null +++ b/src/main/webapp/templates/1/default/article_service.html @@ -0,0 +1,43 @@ + +[#escape x as (x)!?html] + + + + ${channel.title} - ${site.title} + + + + + [#include 'inc_meta.html'/] + [#include 'inc_css.html'/] + [#include 'inc_js.html'/] + + +[#include 'inc_header.html'/] +[#include 'inc_message_box.html'/] +
+
+ +
+
+
+
+
+

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
+
+
+
+[#include 'inc_footer.html'/] + + + +[/#escape] diff --git a/src/main/webapp/templates/1/default/channel_job.html b/src/main/webapp/templates/1/default/channel_job.html new file mode 100644 index 0000000..894d0f7 --- /dev/null +++ b/src/main/webapp/templates/1/default/channel_job.html @@ -0,0 +1,46 @@ + +[#escape x as (x)!?html] + + + + ${channel.title} - ${site.title} + + + + + [#include 'inc_meta.html'/] + [#include 'inc_css.html'/] + [#include 'inc_js.html'/] + + +[#include 'inc_header.html'/] +
+
+ +
+
+
+
人力资源
+
+ [#assign parent = channel.parent!channel/] + [@ChannelList parentId=parent.id isNav='true'; list] + [#list list as bean] + + [/#list] + [/@ChannelList] +
+
+
+

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
+
+
+
+[#include 'inc_footer.html'/] + + + +[/#escape] diff --git a/src/main/webapp/templates/1/default/channel_pro.html b/src/main/webapp/templates/1/default/channel_pro.html new file mode 100644 index 0000000..82b80db --- /dev/null +++ b/src/main/webapp/templates/1/default/channel_pro.html @@ -0,0 +1,46 @@ + +[#escape x as (x)!?html] + + + + ${channel.title} - ${site.title} + + + + + [#include 'inc_meta.html'/] + [#include 'inc_css.html'/] + [#include 'inc_js.html'/] + + +[#include 'inc_header.html'/] +
+ +
+
+
产品中心
+
+ [#assign parent = channel.parent!channel/] + [@ChannelList parentId=parent.id isNav='true'; list] + [#list list as bean] + + [/#list] + [/@ChannelList] +
+
+
+

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
+
+
+
+[#include 'inc_footer.html'/] + + + +[/#escape] diff --git a/src/main/webapp/templates/1/default/channel_product.html b/src/main/webapp/templates/1/default/channel_product.html index 573f5f9..9020af3 100644 --- a/src/main/webapp/templates/1/default/channel_product.html +++ b/src/main/webapp/templates/1/default/channel_product.html @@ -55,17 +55,6 @@ - - - - - - - - - - - [#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 new file mode 100644 index 0000000..df671b0 --- /dev/null +++ b/src/main/webapp/templates/1/default/channel_service.html @@ -0,0 +1,46 @@ + +[#escape x as (x)!?html] + + + + ${channel.title} - ${site.title} + + + + + [#include 'inc_meta.html'/] + [#include 'inc_css.html'/] + [#include 'inc_js.html'/] + + +[#include 'inc_header.html'/] +
+ +
+
+
业务与服务
+
+ [#assign parent = channel.parent!channel/] + [@ChannelList parentId=parent.id isNav='true'; list] + [#list list as bean] + + [/#list] + [/@ChannelList] +
+
+
+

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
+
+
+
+[#include 'inc_footer.html'/] + + + +[/#escape] diff --git a/src/main/webapp/templates/1/default/inc_header.html b/src/main/webapp/templates/1/default/inc_header.html index 1e74788..4ddcf3f 100644 --- a/src/main/webapp/templates/1/default/inc_header.html +++ b/src/main/webapp/templates/1/default/inc_header.html @@ -1,7 +1,11 @@ [#escape x as (x)!?html] -
+
+ + [/#escape] diff --git a/src/main/webapp/templates/1/default/inc_right1.html b/src/main/webapp/templates/1/default/inc_right1.html index 26e60fb..0b15d92 100644 --- a/src/main/webapp/templates/1/default/inc_right1.html +++ b/src/main/webapp/templates/1/default/inc_right1.html @@ -23,7 +23,7 @@ ${site.name} -
  • +