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 b91d3bb..6687ec5 100644 --- a/src/main/webapp/templates/1/default/_files/css/main.css +++ b/src/main/webapp/templates/1/default/_files/css/main.css @@ -285,8 +285,6 @@ .news_container{ width: 1400px; margin: 80px auto 0; - - .title{ text-align: center; .tit{ @@ -807,6 +805,7 @@ font-size: 16px; /*新闻中心*/ .new_container { background: #f6f8fa; + padding-bottom:20px; .banner { width: 100%; @@ -931,7 +930,6 @@ font-size: 16px; .new_container_detail { width: 100%; - .breadcrumb{ width:1400px; margin:0 auto; @@ -969,7 +967,6 @@ font-size: 16px; .main{ padding: 20px 0; color: #666666; - p{ text-indent: 2rem; line-height: 2; @@ -982,24 +979,29 @@ font-size: 16px; } .bottom{ width: 100%; + margin-top:20px; .item{ padding: 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); margin-bottom: 20px; cursor: pointer; font-size: 14px; + .previous{ font-size: 14px; margin-bottom: 20px; + width:80px; } .title{ font-size: 14px; } .info{ width: 100%; - display: flex; - justify-content: space-between; color: #666666; + a{ + color: #666666; + text-decoration: none; + } } &:hover{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); @@ -1009,4 +1011,878 @@ font-size: 16px; } } -} \ No newline at end of file +} + +/*政策法规*/ +.wenku_container { + background: #f6f8fa; + .banner { + width: 100%; + height: 320px; + background: url("../img/falv_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 { + width: 100%; + + .top { + width: 100%; + height: 60px; + background: #ffffff; + + .wrap { + width: 1400px; + margin: 0 auto; + display: flex; + + + .list { + font-size: 16px; + line-height: 60px; + cursor: pointer; + position: relative; + margin-right: 40px; + a{ + color:#222222; + text-decoration: none; + + } + + &.active { + color: #006aff; + &:before { + opacity: 1; + } + } + + &:before { + content: ""; + position: absolute; + left: 0; + bottom: 0; + border-bottom: 3px solid #006aff; + width: 100%; + opacity: 0; + } + &:hover { + color: #006aff; + &:before { + opacity: 1; + } + } + } + } + } + .new_main{ + width: 1400px; + margin: 20px auto 0; + padding-bottom:20px; + a{ + text-decoration: none; + } + .wrap{ + width: 100%; + background: #ffffff; + padding: 20px; + border-radius: 4px; + margin-bottom: 20px; + .item{ + display: flex; + + .info{ + + flex:1; + .title{ + font-size: 18px; + color: #222222; + a{ + color:#222222;} + } + .text{ + margin-top: 10px; + a{ + color: #696969; + font-size: 14px; + } + } + .time{ + color: #999999; + margin-top: 10px; + display: flex; + align-items: center; + span{ + padding-left: 5px; + } + } + + .float-left{ + a{ + color:#666; + } + } + } + } + &:hover{ + box-shadow: 0 8px 30px rgba(45, 104, 255, 0.15) + } + } + } + } + + .new_container_detail { + width: 100%; + .breadcrumb{ + width:1400px; + margin:0 auto; + background:none; + padding:0; + margin-top:10px; + + .list-inline{ + margin:0 ! important; + padding:0! important; + + } + } + + + .new_main{ + width: 1400px; + margin: 10px auto 20px; + background: #ffffff; + min-height: 600px; + border-radius: 4px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); + padding: 20px 50px; + border-top: 3px solid #1d78ff; + + .title{ + width: 100%; + border-bottom: 1px solid #eeeeee; + padding-bottom: 20px; + + .time{ + color: #999999; + } + } + .main{ + padding: 20px 0; + color: #666666; + p{ + text-indent: 2rem; + line-height: 2; + font-size: 14px; + } + img{ + margin: 0 auto; + max-width: 100%; + } + } + .bottom{ + width: 100%; + margin-top:20px; + .item{ + padding: 20px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); + margin-bottom: 20px; + cursor: pointer; + font-size: 14px; + + .previous{ + font-size: 14px; + margin-bottom: 20px; + width:80px; + } + .title{ + font-size: 14px; + } + .info{ + width: 100%; + color: #666666; + a{ + color: #666666; + text-decoration: none; + } + } + &:hover{ + box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); + } + } + } + } + + } + + +} + +/*产品*/ + +.case_container{ + background: #f6f8fa; + .banner { + width: 100%; + height: 320px; + background: url("../img/case_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; + } + } + } + .case_main{ + width: 100%; + padding-bottom: 50px; + .top{ + background: #ffffff; + height: 60px; + padding-top: 20px; + + .top_wrap{ + width: 1400px; + margin: 0 auto; + display: flex; + align-items: center; + .title{ + margin-right: 20px; + .line{ + color: #999999; + margin-left: 20px; + } + } + .num{ + display: flex; + .item{ + color: #666666; + margin-right: 20px; + a{ + color:#222222; + text-decoration: none; + padding: 6px 30px; + border-radius: 50px; + cursor: pointer; + + &.active{ + background: #2e57e9; + color: #ffffff; + } + &:hover{ + background: #2e57e9; + color: #ffffff; + } + + } + + } + } + + } + + } + + .case_main_wrap{ + width: 1400px; + margin: 30px auto; + position: relative; + display: flex; + flex-wrap: wrap; + a{ + text-decoration: none; + } + + .item{ + width: 440px; + background: #ffffff; + border-radius: 16px; + margin: 10px; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); + transition: all 0.4s ease; + cursor: pointer; + &:hover{ + transform: translateY(-8px); + box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); + } + .img{ + width: 100%; + height: 250px; + + img{ + width: 100%; + height: 250px; + border-radius: 20px 20px 0 0; + } + } + .info{ + background: #ffffff; + padding: 20px; + border-radius: 20px; + margin-top: -40px; + position:relative; + z-index:9999; + + .title{ + font-size: 18px; + text-align: left; + margin-bottom: 20px; + color: #222222; + + } + .text{ + font-size: 14px; + color: #575d63; + } + .details{ + color: #1d78ff; + text-align: right; + font-size: 14px; + margin-top: 20px; + } + } + } + } + +.page{ +width:1400px; +margin:0 auto; +} + } +} + + + + + + +.case_container_detail{ + background: #f6f8fa; + .banner { + width: 100%; + height: 320px; + background: url("../img/case_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; + } + } + } + + .breadcrumb{ + width:1400px; + margin:0 auto; + background:none; + padding:0; + } + .case_main{ + width: 100%; + padding-bottom: 50px; + .top{ + background: #ffffff; + height: 60px; + padding-top: 20px; + + .top_wrap{ + width: 1400px; + margin: 0 auto; + display: flex; + align-items: center; + .title{ + margin-right: 20px; + .line{ + color: #999999; + margin-left: 20px; + } + } + .num{ + display: flex; + .item{ + color: #666666; + padding: 6px 30px; + border-radius: 50px; + cursor: pointer; + margin-right: 20px; + &.active{ + background: #2e57e9; + color: #ffffff; + } + &:hover{ + background: #2e57e9; + color: #ffffff; + } + } + } + } + } + .new_main{ + width: 1400px; + margin: 0px auto 20px; + background: #ffffff; + min-height: 600px; + border-radius: 4px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); + padding: 20px 50px; + border-top: 3px solid #1d78ff; + + .title{ + width: 100%; + border-bottom: 1px solid #eeeeee; + padding-bottom: 20px; + text-align: center; + + + } + .main{ + padding: 20px 0; + color: #666666; + + p{ + text-indent: 2rem; + line-height: 2; + font-size: 16px; + } + img{ + margin: 0 auto; + max-width: 100%; + } + } + + } + } + + + +} + + +/*网上公开*/ +.public_container { + background: #f6f8fa; + + .banner { + width: 100%; + height: 320px; + background: url("../img/ziyuan_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 { + width: 1400px; + margin: 20px auto 0; + display: flex; + .left{ + width: 250px; + box-sizing: border-box; + background: #ffffff; + border-radius: 4px; + .top{ + width: 100%; + background: #3f79ff; + text-align: center; + color: #ffffff; + line-height: 40px; + border-radius: 4px 4px 0 0; + font-weight: bold; + } + .main{ + padding: 10px; + .list{ + margin-bottom: 5px; + border-radius: 4px; + border-left: 4px solid #ffffff; + a{ + cursor: pointer; + color: #222222; + display:block; + text-decoration: none; + border-radius:4px; + padding:10px; + font-size: 14px; + } + &:hover{ + background: #e4ecff; + color: #3f79ff; + border-left: 4px solid #3f79ff; + } + + } + .active{ + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; + } + + + &:last-child{ + border-bottom: none; + } + } + } + .right_main{ + flex: 1; + margin-left: 20px; + background: #ffffff; + padding: 10px; + font-size: 14px; + + + + a{ + color: #222222; + text-decoration: none; + } + .wrap{ + width: 100%; + border-bottom: 1px dashed #eeeeee; + padding: 20px 10px; + box-sizing: border-box; + display: flex; + justify-content: space-between; + cursor: pointer; + .time{ + color: #999999; + } + + } + .wrap_list{ + margin-bottom:20px;} + } + .right_main1{ + flex: 1; + margin-left: 20px; + background: #ffffff; + padding: 10px; + border-top: 4px solid #1d78ff; + border-radius: 4px 4px 0 0; + + .top{ + text-align: center; + border-bottom: 1px solid #eeeeee; + padding-bottom: 10px; + + .title{ + font-weight: bold; + font-size: 1.5em; + } + .time{ + color: #999999; + font-size: 14px; + margin-top: 10px; + } + } + + .new_main{ + + .title{ + width: 100%; + border-bottom: 1px solid #eeeeee; + padding-bottom: 20px; + font-size: 1.5em; + text-align: center; + + .time{ + color: #999999; + } + } + .main{ + padding: 20px 0; + color: #666666; + p{ + text-indent: 2rem; + line-height: 2; + font-size: 14px; + } + img{ + margin: 0 auto; + max-width: 100%; + } + } + .bottom{ + width: 100%; + margin-top:20px; + .item{ + padding: 20px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); + margin-bottom: 20px; + cursor: pointer; + font-size: 14px; + + .previous{ + font-size: 14px; + margin-bottom: 20px; + width:80px; + } + .title{ + font-size: 14px; + } + .info{ + width: 100%; + color: #666666; + a{ + color: #666666; + text-decoration: none; + } + } + &:hover{ + box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); + } + } + } + } + + + + + + + } + } +} + + +.about_container{ +background: #f6f8fa; + .banner{ + width: 100%; + height: 320px; + background: url("../img/about_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; + } + p{ + margin: 0; + color: #323232; + } + } + } + + + + .new_container { + width: 1400px; + margin: 20px auto 0; + display: flex; + .left{ + width: 250px; + box-sizing: border-box; + background: #ffffff; + border-radius: 4px; + .top{ + width: 100%; + background: #3f79ff; + text-align: center; + color: #ffffff; + line-height: 40px; + border-radius: 4px 4px 0 0; + font-weight: bold; + } + .main{ + padding: 10px; + .list{ + margin-bottom: 5px; + border-radius: 4px; + border-left: 4px solid #ffffff; + a{ + cursor: pointer; + color: #222222; + display:block; + text-decoration: none; + border-radius:4px; + padding:10px; + font-size: 14px; + } + &:hover{ + background: #e4ecff; + color: #3f79ff; + border-left: 4px solid #3f79ff; + } + + } + .active{ + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; + } + + + &:last-child{ + border-bottom: none; + } + } + } + .right_main{ + flex: 1; + margin-left: 20px; + background: #ffffff; + padding: 10px; + font-size: 14px; + border-top: 4px solid #1d78ff; + border-radius: 4px 4px 0 0; + + a{ + color: #222222; + text-decoration: none; + } + .wrap{ + width: 100%; + border-bottom: 1px dashed #eeeeee; + padding: 20px 10px; + box-sizing: border-box; + display: flex; + justify-content: space-between; + cursor: pointer; + .time{ + color: #999999; + } + + } + .wrap_list{ + margin-bottom:20px;} + } + .right_main1{ + flex: 1; + margin-left: 20px; + background: #ffffff; + padding: 10px; + border-top: 4px solid #1d78ff; + border-radius: 4px 4px 0 0; + + .top{ + text-align: center; + border-bottom: 1px solid #eeeeee; + padding-bottom: 10px; + + .title{ + font-weight: bold; + font-size: 1.5em; + } + .time{ + color: #999999; + font-size: 14px; + margin-top: 10px; + } + } + + .new_main{ + + .title{ + width: 100%; + border-bottom: 1px solid #eeeeee; + padding-bottom: 20px; + font-size: 1.5em; + text-align: center; + + .time{ + color: #999999; + } + } + .main{ + padding: 20px 0; + color: #666666; + p{ + text-indent: 2rem; + line-height: 2; + font-size: 14px; + } + img{ + margin: 0 auto; + max-width: 100%; + } + } + .bottom{ + width: 100%; + margin-top:20px; + .item{ + padding: 20px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); + margin-bottom: 20px; + cursor: pointer; + font-size: 14px; + + .previous{ + font-size: 14px; + margin-bottom: 20px; + width:80px; + } + .title{ + font-size: 14px; + } + .info{ + width: 100%; + color: #666666; + a{ + color: #666666; + text-decoration: none; + } + } + &:hover{ + box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); + } + } + } + } + + } + } + + +} + +.message_container{ +width:1400px; + margin:0 auto; +} + + diff --git a/src/main/webapp/templates/1/default/article.html b/src/main/webapp/templates/1/default/article.html index e585544..90663a1 100644 --- a/src/main/webapp/templates/1/default/article.html +++ b/src/main/webapp/templates/1/default/article.html @@ -15,92 +15,57 @@ - +
[#include 'inc_header.html'/] [#include 'inc_message_box.html'/] -