diff --git a/src/main/webapp/template/2/whfubao/404.htm b/src/main/webapp/template/2/whfubao/404.htm new file mode 100644 index 00000000..ad6f9555 --- /dev/null +++ b/src/main/webapp/template/2/whfubao/404.htm @@ -0,0 +1,42 @@ + + + 该网站已暂停服务 + + + +
+ +
+

该网站已暂停服务

+

该网站因费用到期,暂停服务,详细请联系铭飞客服QQ:942770163

+ 刷新该页      or      返回首页 +
+
+ + diff --git a/src/main/webapp/template/2/whfubao/connect-us.html b/src/main/webapp/template/2/whfubao/connect-us.html new file mode 100644 index 00000000..2e8ea965 --- /dev/null +++ b/src/main/webapp/template/2/whfubao/connect-us.html @@ -0,0 +1,58 @@ + + + + + {ms:global.name/} + + + + + + + + <#include "head.html"> + +
+ +
+
+
+
+
+ + {ms:field.content/} +
+
+ +
+ + +
+ + +
+ +
+ + <#include "foot.html"> + + + diff --git a/src/main/webapp/template/2/whfubao/css/index.css b/src/main/webapp/template/2/whfubao/css/index.css new file mode 100644 index 00000000..4c329ac8 --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/index.css @@ -0,0 +1,224 @@ +/*主要内容*/ +.main{ + width:100%; + overflow: hidden; + background:#f2f2f2; +} +.picture{ + width:100%; + height:480px; +} +/*产品图片*/ +.container{ + width:1217px; + margin:45px auto; + overflow:hidden; +} +.catena{ + width:1197px; + height:40px; + clear: both; + +} +.portable{ + float:left; + + } +.portable h2 a{ + width: 128px; + height: 35px; + font-size: 24px; + font-family: 微软雅黑; + font-weight: 100; + color:#000; + +} +.more{ + float:right; + margin-top:10px; + margin-right: 8px; + -margin-right:9px; + font-size:14px; +} +.more a{ + color:#000; +} +/*产品名称*/ +.outer{ + width:1217px; + height: 400px; +} +.outer ul{ + width: 100%; + height: 379px; + float: left; + margin-right: 13px; +} +.outer ul img{ + width:280px; + height:300px; +} +.outer ul li{ + float: left; + width: 290px; + height: 380px; + background: #fff; + margin-right: 14px; +} +.name{ + width: 242px; + height: 70px; + border-top: 1px solid #ccc; + text-align: center; + line-height: 70px; + color: #717070; + font-size: 14px; + font-family: 微软雅黑; + float: left; + background: #fff; + margin-left: 19px; + _margin-left:10px; +} +.name a{ + color: #717070; +} +.intro{ + height:278px; +} +.icon { + width: 100%; + height: 80px; +} +.icon ul li { + float: left; + margin-left: 83px; +} +.icon { + width: 57px; + height: 24px; + background: url(../images/photo.png) no-repeat; + background-position: -10px -198px; + display: inherit; + float: right; +} +/*行业新闻*/ +.line { + width: 380px; + height: 266px; + padding-top: 10px; + float: left +} +.line_new { + width: 380px; + height: 51px; +} +.line-icon { + width: 35px; + height: 33px; + background: url(../images/photo.png) no-repeat; + background-position: -2px -3px; + display: inherit; + float: left; + margin-left: 7px; +} +.line_font { + float: left; + font-size: 24px; + font-family: 微软雅黑; + font-weight: 100; +} +.line_font a{ + color:#000; +} +/*公司新闻*/ +.liady { + width: 380px; + height: 210px; + _height: 200px; +} +.liady_background { + background: #e4f0ca; +} +.liady_font { + margin-left: 24px; + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + padding-bottom: 11px; +} +.liady_font.liady_new a{ + color:#000; +} + +.liady_icon { + width: 12px; + height: 12px; + background: url(../images/photo.png) no-repeat; + background-position: -8px -275px; + float: left; + margin-right: 5px; + margin-top: 3px; +} +.liady_new { + padding-top: 10px; + margin-bottom: 9px; + _margin-bottom:0px; +} +.liady_font.liady_new span{ + float:left; + } +.liady_font span{ + float:left; +} +/*联系我们*/ +.company_news { + width: 40px; + height: 27px; + background: url(../images/photo.png) no-repeat; + background-position: 0px -107px; + float: left; + margin-left: 7px; +} +.company_background { + background: #fae6d9; +} +.compan_new { + margin-left: 21px; + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + padding-bottom: 11px; +} + +.company_iocn { + width: 7px; + height: 10px; + background: url(../images/photo.png) no-repeat; + background-position: -148px 0px; + display: inherit; + float: left; + margin-right: 3px; + margin-top: 3px; +} +.contact { + width: 35px; + height: 35px; + background: url(../images/photo.png) no-repeat; + background-position: 0px -53px; + float: left; + margin-left: 7px; +} +.contact_background { + background: #d6eef2; +} +.contactus { + margin-left: -1px; +} +.field_news { + padding-right: 34px; +} + +.site { + margin-left: 20px; + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + padding-bottom: 11px; +} diff --git a/src/main/webapp/template/2/whfubao/css/jointly.css b/src/main/webapp/template/2/whfubao/css/jointly.css new file mode 100644 index 00000000..612043cf --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/jointly.css @@ -0,0 +1,150 @@ +/* CSS Document */ +/*全局样式*/ +body { + margin: 0 ; + padding: 0; + +} +div, span, p, a, b, h1, h2, h3, h4, h5, h6, ul, ul li, dl, dl dt, dl dd, input, ol, ol li, hr { + margin: 0 ; + padding: 0; + list-style: none; +} +a{ + text-decoration: blink; +} +img { + border:none; + } +/*头部*/ +.header { + width: 100%; + overflow: hidden; + padding-top: 26px; +} +.warp{ + width: 1248px; + height: 70px; + margin: 0 auto; +} + +.logo { + background:#fff; + float: left; + margin-left: 1px; + +} +/*输入框*/ +.header form{ + margin-right: 36px; + width: 472px; + height: 50px; +} +.but-sublimt{ + height: 38px; + width: 41px; + border: 1px #ccc solid; + float: left; + margin-top: 2px; + border-left: 0px; + background:url(../images/icon.png) no-repeat; + background-position:7px 6px; +} +.search { + width: 413px; + height: 36px; + margin-top: 2px; + padding-left:5px; + border: 1px #ccc solid; + float: left; +} +/*导航条*/ +.nav{ + width:100%; + height:46px; + background: #000; + clear: both; + } +.nav ul{ + width: 1246px; + margin: auto; + height: 45px; + } +.nav ul li{ + float: left; + } +.nav ul li a { + color:#fff; + width: 100px; + float: left; + line-height: 46px; + font-size: 14px; + color: #fff; + text-align: center; + font-family: 微软雅黑; + white-space: nowrap; + } +.nav ul li a:hover{ + background:#414141; +} + +.home-page{ + background:#414141; +} +.soso{ + height: 40px; + width: 466px; + float: right; +} +/*页脚*/ +.footer { + width: 100%; + height: 150px; + background: #e1e1e1; + clear: both; +} +.programa { + text-align: center; + margin-top: 13px; + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + margin-right: 28px; +} +.programa span a{ + color:#000; + } +.footer_font { + color: #888888; + margin-left: -7px; + height: 14px; +} +.column_box { + padding-top: 15px; + overflow: hidden; +} +.column { + color: #ccc; +} +.programa span { + margin-right: 5px; +} +.we{ + height: 30px; + line-height: 50px; + font-size: 25px; +font-family: 微软雅黑; +color:#000; +} +.qq{ + width: 52px; + position: fixed; + right:0; + top: 218px; + z-index: 10; +} +.qq img{ + width: 52px; + height: 52px; + margin-top: 5px; +} + diff --git a/src/main/webapp/template/2/whfubao/css/news-detail.css b/src/main/webapp/template/2/whfubao/css/news-detail.css new file mode 100644 index 00000000..d2e5c9a1 --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/news-detail.css @@ -0,0 +1,105 @@ +/*主要内容*/ +.main { + width: 100%; + min-height: 300px; + overflow: hidden; + background:#f2f2f2; + padding-bottom: 35px; +} +.wrap{ + width:1249px; + background: #fff; + min-height: 600px; + overflow: hidden; + margin: auto; + margin-top:18px; +} +.container { + width: 1190px; + min-height: 300px; + overflow: hidden; + margin: 0 auto; + text-align: center; +} +.new { + width: 1166px; + margin: 0 auto; + height: 58px; + color: #fc7878; + font-family: 微软雅黑; + line-height: 74px; + font-size: 18px; +} +.new a{ + color: #fc7878; +} + +.time{ + width: 1166px; + height: 28px; + font-size:14px; + font-family:微软雅黑; + color:#888; +} +.time span { + margin-left:8px; +} +hr{ + hieght:1px; + border: 1px dotted #ddd; + +} +.picture{ + width:1166px; + height:485px; + margin-top:10px; +} +.picture img{ + width:816px; + height:474px; +} +.character{ + width: 100%; + overflow: hidden; + text-align: left; + line-height: 27px; + color: #4F4E4E; +} + +.blank-box{ + width:100%; + height:50px; +} + +.incident { + font-size: 18px; + margin-bottom: 14px; + font-family: 微软雅黑; + text-align: center; +} +.incident a{ + color: #fc7878; +} + +hr{ + border: 1px #d1d1d1 dotted; +} + +.paging{ + width: 100%; + height: 80px; + text-align: left; +} +.paging p{ + margin-top:10px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + font-size: 14px; +} +.paging p a { + color: #fc7878; +} + +.page_box { + width: 100px; + height: 30px; +} diff --git a/src/main/webapp/template/2/whfubao/css/news-list.css b/src/main/webapp/template/2/whfubao/css/news-list.css new file mode 100644 index 00000000..a8f9c43e --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/news-list.css @@ -0,0 +1,101 @@ +/*主要内容*/ +.main { + width: 100%; + overflow: hidden; + min-height:500px; + background: #f2f2f2; + padding-bottom: 37px; +} +/*当前位置*/ +.containter { + width: 1239px; + overflow: hidden; + min-height:500px; + background: #fff; + margin: 0 auto; + margin-top: 11px; +} +.current { + width: 1140px; + overflow: hidden; + margin-top: 14px; + margin-left: 42px; +} +.news_details { + width: 100%; + height: 61px; + font-size: 13px; + font-family: 微软雅黑; + color: #888; +} +.list-news{ + min-height:500px; +} +.news_details span { + float: left; + margin-right: 5px; +} +.news_details span a{ + color:#888; +} +/*新闻列表*/ +.singlenews{ + width:100%; + height:130px; +} +.singlenews a{ + color: #fc8a83; + font-family: 微软雅黑; + font-size: 18px; + margin-bottom: 16px; +} +.singlenews div{ + color: #888; + font-size: 13px; + margin-top: 16px; + height: 70px; + overflow: hidden; + border-bottom:1px #999 dotted; + line-height: 24px; +} +.news-content{ + margin-top: 8px; + display: inherit; +} + + /*分页*/ +.fanye{ + clear: both; + width: 300px; + height:70px; + float: left; +} +.fanye li{ + float:left; + margin-right: 9px; + width: 60px; + background-color: #f5f5f5; + line-height: 29px; + text-align: center; +} +.fanye .last{ + border-radius: 0px 3px 4px 0px; +} +.fanye li a{ + color:#000; + display: block; +} +.fanye li a:hover{ + color:#fff; +} +.fanye li:hover{ + background-color:#fe5f56; +color:#fff; +} + +.fanye .home-page{ + border-radius: 3px 0px 0px 5px; +} +.fanye .home-page a:hover{ + background-color:#fe5f56; +} diff --git a/src/main/webapp/template/2/whfubao/css/product-detail.css b/src/main/webapp/template/2/whfubao/css/product-detail.css new file mode 100644 index 00000000..5f28c01e --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/product-detail.css @@ -0,0 +1,149 @@ +/* CSS Document */ +/*内容*/ +.main { + width: 100%; + overflow: hidden; + background: #f2f2f2; +} +/*当前位置*/ +.sector { + width: 1197px; + height: 36px; + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + margin: 0 auto; + margin-top: 15px; +} +.sector span { + float: left; + margin-right: 5px; + color:#888; +} +.sector span a{ + color:#888; + } + +/*产品信息*/ +.production { + width: 1232px; + height: 483px; + background: #fff; + margin: 0 auto; +} +.production_icon { + width: 430px; + height: 430px; + float: left; + margin-top: 28px; + margin-left: 53px; +} +.state { + width: 570px; + height: 333px; + float: right; + margin-right: 48px; + margin-top: 28px; + border-bottom: 1px solid #dcdbd9; +} +.detector { + font-family: 微软雅黑; + font-size: 24px; + margin-bottom: 13px; +} + +.state_cost { + font-family: 微软雅黑; + font-size: 28px; + margin-bottom: 13px; + margin-left: 4px; + color: #ef3567; +} +.cost { + color: #888; + font-size: 12px; + float: left; + width: 68px; + height: 34px; +} +.cost_blank { + width: 568px; + height: 34px; + border-top: 1px solid #dcdbd9; +} +.data{ + width: 490px; + height: 36px; + float: left; + margin-bottom: 15px; + color: #888; + font-size: 12px; + } +/*产品描述*/ +.intro { + width: 1232px; + min-height: 600px; + _height: 610px; + background-color: #fff; + margin: 0 auto; + margin-top: 20px; +} +.intro div{ + width:1190px; + margin:auto; + overflow:hidden; + margin-top: 20px; + line-height: 25px; + color: #373333; +} +.product { + width: 100%; + height: 27px; +} +.intro_product { + font-family: 微软雅黑; + margin-top: 3px; + margin-bottom: 7px; + margin-left: 5px; +} +.intro_product a{ + color:#000; + } +.intro ul { + overflow: hidden; +} +.intro_red_box { + width: 75px; + height: 5px; + background: #ff4146; + float: left; + margin-top: 2px; + font-size:0; +} +.intro_line { + width: 1183px; + height: 6px; + border-bottom: 1px #ccc solid; +} +.intro_line_box{ + width:1200px; + overflow:hidden; + font-size: 13px; + font-family: fantasy; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; +} +.intro_blank_box { + width: 100%; + height: 130px; +} +.qq{ + width: 52px; + position: fixed; + right:0; + top: 218px; +} +.qq img{ + width: 52px; + height: 52px; + margin-top: 5px; +} + diff --git a/src/main/webapp/template/2/whfubao/css/product-list.css b/src/main/webapp/template/2/whfubao/css/product-list.css new file mode 100644 index 00000000..f9822599 --- /dev/null +++ b/src/main/webapp/template/2/whfubao/css/product-list.css @@ -0,0 +1,153 @@ +/*主要内容*/ +.main { + width: 100%; + overflow: hidden; + background:#f2f2f2; +} +.main-container{ + width: 100%; + overflow: hidden; +} +.present { + width: 100%; + height: 33px; + padding-top: 18px; + margin-left: 20px; +} +.present span { + float: left; + margin-right: 5px; + color: #888; + font-size: 12px; +font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; +} +.present span a{ + font-size: 12px; + font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; + color: #888; +} +.info { + width: 300px; + height:290px; + color: #fc7878; + background-color: #fff; + float: left; +} +.info_icon { + width: 13px; + _width: 8px; + height: 12px; + background: url(../images/shop.png) no-repeat; + background-position: 0px -21px; + float: left; + margin-top: 2px; +} +.product{ + margin-left: 12px; + padding-top: 14px; + height: 40px; + font-family: 黑体; + font-size: 18px; +} +.product-information{ + color: #fc7878; +} +.commodity { + font-size: 12px; + font-family: 微软雅黑; + font-weight: 700; + margin-top: 17px; + padding-left: 10px; +} +.set { + color: #fc7878; +} + +.childlife { + width: 270px; + height: 5px; + background: url(../images/shop.png) no-repeat; + background-position: 0px -134px; +} +/*产品图片*/ +.pic{ + min-height:790px; +} +.pic ul{ + overflow: hidden; +} +.pic li{ + width:290px; + height:380px; + background:#fff; + float: left; + margin-left: 13px; + margin-bottom: 15px; +} +.pic li img{ + width:255px; + height:255px; + padding:17px; +} +.pic li div{ + width: 253px; + height: 68px; + border-top: 1px #ccc solid; + color:#7c6b5f; + line-height: 22px; + text-align: center; + padding-top: 9px; + overflow: hidden; + margin: 0 auto; +} +.pic li div a{ + color:#7c6b5f; +} + + /*分页*/ +.fanye{ + clear: both; + _clear:both; + width: 288px; + height: 50px; + float: right; + margin-top: 20px +} +.fanye li { + float:left; + margin-left: 9px; + width: 60px; + background-color: #fff; + line-height: 29px; + text-align: center; +} +.fanye .last{ + border-radius: 0px 3px 4px 0px; +} +.fanye li a{ + color:#000; +display: block; +} +.fanye li a:hover{ + color:#fff; +} +.fanye li:hover{ + background-color:#fe5f56; +} +.fanye .home-page{ + border-radius: 3px 0px 0px 5px; +} +.fanye .home-page a:hover{ + background-color:#fe5f56; +} +.qq{ + width: 52px; + position: fixed; + right:0; + top: 218px; +} +.qq img{ + width: 52px; + height: 52px; + margin-top: 5px; +} diff --git a/src/main/webapp/template/2/whfubao/foot.html b/src/main/webapp/template/2/whfubao/foot.html new file mode 100644 index 00000000..cba70e9f --- /dev/null +++ b/src/main/webapp/template/2/whfubao/foot.html @@ -0,0 +1,34 @@ +