@ -1,42 +0,0 @@ |
||||
<html> |
||||
<head> |
||||
<title>该网站已暂停服务</title> |
||||
</head> |
||||
<style> |
||||
.u_button{ |
||||
display: inline-block; |
||||
padding: 0 20px; |
||||
height: 30px; |
||||
border-radius: 3px; |
||||
-webkit-border-radius: 3px; |
||||
-moz-border-radius: 3px; |
||||
border: none; |
||||
vertical-align: middle; |
||||
text-align: center; |
||||
text-decoration: none; |
||||
font-size: 12px; |
||||
line-height: 30px; |
||||
cursor: pointer; |
||||
} |
||||
.u_button_gray { |
||||
background-color: #BDC3C7; |
||||
} |
||||
a.u_button_gray { |
||||
color: #FFF; |
||||
} |
||||
.u_button_blue { |
||||
background-color: #3498DB; |
||||
color: #FFF; |
||||
} |
||||
</style> |
||||
<body style="background-color: #E4E7EA;padding-top:5%"> |
||||
<center> |
||||
<img src="http://cdn.mingsoft.net/global/images/404.png"/> |
||||
<div> |
||||
<h3 style=" clear: both; line-height: 40px; font-size: 40px; color: #333;">该网站已暂停服务</h3> |
||||
<p style=" clear: both; margin: 30px auto 20px auto; line-height: 35px; font-size: 20px; color: #999;">该网站因费用到期,暂停服务,详细请联系铭飞客服QQ:942770163</p> |
||||
<a href="javascript:location.reload();" class="u_button u_button_gray">刷新该页</a> or <a class="u_button u_button_blue" href="/">返回首页</a> |
||||
</div> |
||||
</center> |
||||
</body> |
||||
</html> |
||||
@ -1,58 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<meta name="description" content="{ms:global.descrip/}" /> |
||||
<meta name="keywords" content="{ms:global.keyword/}" /> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-detail.css"> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
<body> |
||||
<#include "head.html"> |
||||
<!--ffff主要内容--> |
||||
<div class="main"> |
||||
<!--新闻详情--> |
||||
<div class="wrap"> |
||||
<div class="container"> |
||||
<div class="we"> |
||||
</div> |
||||
<div class="character"> |
||||
<img src="{ms:global.host/}{@ms:file field.litpic/}"> |
||||
{ms:field.content/} |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="qq"> |
||||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
<#include "foot.html"> |
||||
<body> |
||||
</html> |
||||
<script> |
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
</script> |
||||
@ -1,224 +0,0 @@ |
||||
/*主要内容*/ |
||||
.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; |
||||
} |
||||
@ -1,150 +0,0 @@ |
||||
/* 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; |
||||
} |
||||
|
||||
@ -1,105 +0,0 @@ |
||||
/*主要内容*/ |
||||
.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; |
||||
} |
||||
@ -1,101 +0,0 @@ |
||||
/*主要内容*/ |
||||
.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; |
||||
} |
||||
@ -1,149 +0,0 @@ |
||||
/* 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; |
||||
} |
||||
|
||||
@ -1,153 +0,0 @@ |
||||
/*主要内容*/ |
||||
.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; |
||||
} |
||||
@ -1,36 +0,0 @@ |
||||
<div class="footer"> |
||||
<div class="column_box"> |
||||
<div class="programa"> |
||||
<div class="programa"> |
||||
<span><a href="{ms:global.url/}/lianxiwomen/index.html"> 联系我们</a> </span> |
||||
<span class="column"> | </span> |
||||
<span><a href="{ms:global.url/}/guanyuwomen/index.html"> 公司简介</a> </span> |
||||
<span class="column"> | </span> |
||||
<span> <a href="{ms:global.url/}/xinwenzhongxin/index.html">新闻中心</a></span> |
||||
<span class="column"> | </span> |
||||
<span> <a href="{ms:global.url/}/zhaoshanghezuo/index.html">招商合作</a> </span> |
||||
<span class="column"> | </span> |
||||
<span> <a href="{ms:global.url/}/renliziyuan/index.html">人力资源</a> </span> |
||||
<span class="column"> | </span> |
||||
</div> |
||||
{ms:global.copyright/} |
||||
<!-- <div class="programa footer_font"> |
||||
<span> |
||||
版权所有(C) 武汉福保燃气安全新技术公司 | 地址: 湖北省武汉市东湖开发区流芳园横路6号武汉光谷电子工业园6号工业厂房B区第一层 鄂ICP备17015181号 |
||||
</span> |
||||
</div> |
||||
<div style="width:400px;margin:0 auto; padding:20px 0;"> |
||||
<img src="{ms:global.host/}/{ms:global.style/}/images/ga.png"/> |
||||
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=42018502002453" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">鄂公网安备 42018502002453号</p></a> |
||||
<a target="_blank" href="https://beian.miit.gov.cn/">鄂ICP备17015181号-1</a> |
||||
|
||||
</div> --> |
||||
<div class="programa footer_font"> |
||||
<!--span class="phone"> |
||||
手机:13277902692 | 电话:027-87611402 | QQ:2029444895 |
||||
</span--> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
@ -1,53 +0,0 @@ |
||||
<!--由铭飞科技提供技术支持,团队成员 胡永利制作--> |
||||
<!--头部--> |
||||
<div class="header"> |
||||
<div class="warp"> |
||||
<div class="logo"> |
||||
<img src="{ms:global.host/}/{ms:global.style/}/images/toubu.png"> |
||||
</div> |
||||
<div class="soso"> |
||||
<form id="searchDataForm" action="{ms:global.host/}/mcms/search.do" method="post"> |
||||
<input type="hidden" name="categoryIds" value="4939,1398224556804325378,1398232504783912961,1398232504783912961,1398484257177669633,1399176403983597569"/> <!--必须存在--> |
||||
<!--表单的name值不能改变--> |
||||
<input type="text" name="content_title" placeholder="搜索您需要的商品" class="search" /> |
||||
<input type="submit" value="" class="but-sublimt"> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
<!--导航条--> |
||||
<div class="nav"> |
||||
<ul> |
||||
<li><a href="{ms:global.url/}/index.html">首页</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/guanyuwomen/index.html">关于我们</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/xinwenzhongxin/index.html">新闻中心</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/chanpinxinxi/index.html">产品信息</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/zhaoshanghezuo/index.html">招商合作</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/renliziyuan/index.html">人力资源</a></li> |
||||
|
||||
<li><a href="{ms:global.url/}/lianxiwomen/index.html">联系我们</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<!--导航条结束--> |
||||
<style> |
||||
input.but-sublimt:hover { |
||||
cursor: pointer; |
||||
} |
||||
</style> |
||||
<script> |
||||
$(".but-sublimt").click(function(){ |
||||
let search = $('.search').val() |
||||
if(!search) { |
||||
alert('请输入您需要的商品的关键字') |
||||
return false |
||||
} |
||||
}) |
||||
|
||||
|
||||
</script> |
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 250 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 250 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 163 KiB |
|
Before Width: | Height: | Size: 152 KiB |
|
Before Width: | Height: | Size: 212 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
@ -1,250 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/index.css"> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.7.2.min.js"></script> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery.slides.min.js"></script> |
||||
<style> |
||||
*{margin:0;padding:0;list-style:none;border:0;} |
||||
.slides, .slide-bg{height: 440px;overflow: hidden;} |
||||
.slidesjs-pagination{position: absolute;top: 592px;left: 42%;z-index: 11;} |
||||
.slidesjs-pagination li{float: left;margin-right: 10px;} |
||||
.slidesjs-pagination li a{text-indent: -9999px;background-color: #c1c1c1;display: inline-block; *display:block;_display: block;width: 79px;height: 5px;padding: 0;_height: 2px;_line-height: 1;} |
||||
.slidesjs-pagination li a.active{background-color: #fc7878;} |
||||
.slideChild{width: 100%;margin: 0 auto;z-index: 10;height: 440px;position: relative;} |
||||
.slideChild a.opa{position: absolute;top: 0;left: 0;display: inline-block; *display:block;_display: block;width: 100px;height: 50px;background-color: #fff;filter: alpha(opacity=0);-ms-filter: "alpha(opacity=0)";opacity: 0;} |
||||
.slideImg{position: absolute;top: 0;left: 0;z-index: 9;} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<#include "head.html"> |
||||
|
||||
<!--主要内容--> |
||||
<div class="main"> |
||||
<!--幻灯--> |
||||
<div id="slides" class="slides"> |
||||
{ms:arclist typeid=1398118215418994689} |
||||
<!--需要修改相应的宽高--> |
||||
<div> |
||||
<div class="slideChild" style="background:url({ms:global.host/}{@ms:file field.litpic/}) no-repeat center;"> |
||||
|
||||
<a class="a-jd opa js-log-login" style="top:280px;left:310px;width:230px;height:70px;" href="{ms:global.url/}[field.link/]"></a> |
||||
</div> |
||||
<!--<img class="slideImg" style="width:100%" src={ms:global.host/}[field.litpic/] />--> |
||||
</div> |
||||
{/ms:arclist} |
||||
</div> |
||||
|
||||
|
||||
<!--产品内容列表--> |
||||
<div class="container"> |
||||
<div class="catena"> |
||||
<ul class="productName"> |
||||
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">便携式系列</a> </h2> </li> |
||||
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">更多 > </a></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="outer"> |
||||
<ul> |
||||
{ms:arclist typeid=1398232504783912961 size=4 titlelen=15} |
||||
<li> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||
<div class="name"> [field.title/] </div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
|
||||
</div> |
||||
<!--产品内容列表--> |
||||
<div class="catena"> |
||||
<ul> |
||||
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">电磁阀系列</a> </h2> </li> |
||||
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">更多 > </a></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="outer"> |
||||
<ul> |
||||
<ul> |
||||
{ms:arclist typeid=1398477290572943361 size=4 titlelen=15} |
||||
<li> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||
<div class="name"> [field.title/] </div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
|
||||
<!--产品内容列表--> |
||||
<div class="catena"> |
||||
<ul> |
||||
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">工业系列</a> </h2> </li> |
||||
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">更多 > </a></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="outer"> |
||||
<ul> |
||||
{ms:arclist typeid=1398484257177669633 size=4 titlelen=15} |
||||
<li> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||
<div class="name"> [field.title/] </div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
<!--产品内容列表--> |
||||
<div class="catena"> |
||||
<ul> |
||||
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">民用系列及其它产品</a> </h2> </li> |
||||
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">更多 > </a></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="outer"> |
||||
<ul> |
||||
{ms:arclist typeid=1399176403983597569 size=4 titlelen=15} |
||||
<li> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||
<div class="name"> [field.title/] </div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
|
||||
|
||||
<div class="intro"> |
||||
<ul> |
||||
<!--行业新闻--> |
||||
<li class="line field_news"> |
||||
<div class="line_new"> |
||||
<ul> |
||||
<li class="line_font"><a href="{ms:global.url/}/xinwenzhongxin/xingyexinwen/index.html">行业新闻</a></li> |
||||
<li class="line-icon"></li> |
||||
<a href="{ms:global.url/}/xinwenzhongxin/xingyexinwen/index.html"> <li class="icon"></li></a> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="liady liady_background"> |
||||
<ul> |
||||
{ms:arclist size=5 titlelen=20 typeid=1399187535217623041} |
||||
<li class="liady_font liady_new"> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<span class="liady_icon"></span> |
||||
<span>[field.title/]</span> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
</li> |
||||
<!--公司新闻--> |
||||
<li class="line field_news"> |
||||
<div class="line_new"> |
||||
<ul> |
||||
<li class="line_font"><a href="{ms:global.url/}/xinwenzhongxin/gongsixinwen/index.html">公司新闻</a></li> |
||||
<li class="company_news"></li> |
||||
<a href="{ms:global.url/}/xinwenzhongxin/gongsixinwen/index.html"><li class="icon"></li></a> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="liady company_background"> |
||||
<ul> |
||||
{ms:arclist size=5 titlelen=20 typeid=1399187750150537218} |
||||
<li class="liady_font liady_new"> |
||||
<a href="{ms:global.url/}[field.link/]"> |
||||
<span class="company_iocn"></span> |
||||
<span>[field.title/]</span> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
</li> |
||||
<!--联系我们--> |
||||
<li class="line"> |
||||
<div class="line_new"> |
||||
<ul> |
||||
<li class="line_font contactus"><a href="{ms:global.url/}/guanyuwomen/index.html">联系我们</a></li> |
||||
<li class="contact"></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="liady contact_background"> |
||||
<ul> |
||||
{ms:arclist size=1 typeid=1398155964083687425} |
||||
<li class="liady_font liady_new"> |
||||
[field.content/] |
||||
</li> {/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="qq"> |
||||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
<#include "foot.html"> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
$(function() { |
||||
$('#slides').slidesjs({ |
||||
play:{ |
||||
active: false, |
||||
effect: "fade", |
||||
auto: true, |
||||
interval: 4000 |
||||
}, |
||||
effect: { |
||||
fade: { |
||||
speed: 1500, |
||||
crossfade: true |
||||
} |
||||
}, |
||||
pagination: { |
||||
active: true |
||||
}, |
||||
navigation:{ |
||||
active: false |
||||
} |
||||
}); |
||||
}); |
||||
|
||||
|
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
</script> |
||||
@ -1,75 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<meta name="description" content="{ms:global.descrip/}" /> |
||||
<meta name="keywords" content="{ms:global.keyword/}" /> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-detail.css"> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
<body> |
||||
<#include "head.html"> |
||||
<!--主要内容--> |
||||
<div class="main"> |
||||
<!--新闻详情--> |
||||
<div class="wrap"> |
||||
<div class="container"> |
||||
|
||||
<div class="new"> |
||||
{ms:field.title/} |
||||
</div> |
||||
|
||||
<div class="time"> |
||||
<span>作者: {ms:field.author/} </span> |
||||
<span>时间: {ms:field.date?string("yyyy-MM-dd")/} </span> |
||||
<span>来源:{ms:field.source/} </span> |
||||
</div> |
||||
|
||||
<hr/> |
||||
|
||||
<div class="character"> |
||||
{ms:field.content/} |
||||
</div> |
||||
|
||||
<div class="blank-box"></div> |
||||
<hr/> |
||||
|
||||
<div class="paging"> |
||||
<p> <a href="{ms:global.url/}{ms:pre.link/}">上一篇: {ms:pre.title/} </a></p> |
||||
<p> <a href="{ms:global.url/}{ms:next.link/}">下一篇: {ms:next.title/} </a></p> |
||||
</div> |
||||
</div> |
||||
<div class="qq"> |
||||
<a href=tencent://message/?uin=51313488&&Menu=yes class="a1" title="我要咨询" target="_blank"><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
<#include "foot.html"> |
||||
<body> |
||||
</html> |
||||
<script> |
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
</script> |
||||
@ -1,73 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-list.css"> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
<body> |
||||
<#include "head.html"> |
||||
|
||||
<!--主要内容--> |
||||
<div class="main"> |
||||
<div class="containter"> |
||||
<!--当前位置--> |
||||
<div class="current"> |
||||
<div class="news_details"> |
||||
<span>当前位置 :</span> |
||||
<span><a href={ms:global.host/}>公司首页 ></a></span> |
||||
<span><a href="{ms:global.url/}${field.typelink}"> {ms:field.typetitle/}</a></span> |
||||
</div> |
||||
<!--新闻列表--> |
||||
<ul class="list-news"> |
||||
{ms:arclist titlelen=45 size=10 ispaging=true} |
||||
<li class="singlenews"> |
||||
<a href='{ms:global.url/}[field.link/]' target="_self">[field.title/]</a> |
||||
<div> |
||||
[field.descrip/] |
||||
</div> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
<!--分页--> |
||||
<ul class="fanye"> |
||||
<li class="home-page"><a href="{ms:global.url/}{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}{ms:page.next/}">下一页</a></li> |
||||
<li class="last"><a href="{ms:global.url/}{ms:page.last/}">最末页</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="qq"> |
||||
<a href=tencent://message/?uin=51313488&&Menu=yes class="a1" title="我要咨询" target="_blank"><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!--页脚--> |
||||
<#include "foot.html"> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
</script> |
||||
@ -1,105 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-detail.css"> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.7.2.min.js"></script> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
<style> |
||||
.otherlink{float: right; width: 617px;overflow: hidden;} |
||||
.otherlink a{width: 194px;height: 35px; background: #B50005; color: #fff; cursor: pointer; line-height: 35px;text-align: center; margin-top: 20px;display:block } |
||||
</style> |
||||
<body> |
||||
<#include "head.html"> |
||||
<!--主要内容--> |
||||
<div class="main"> |
||||
<!--当前位置--> |
||||
<div class="sector"> |
||||
<span>您现在的位置:</span> |
||||
<span><a href={ms:global.host/}>首页 ></a></span> |
||||
<span><a href="{ms:field.typelink/}">{ms:field.typetitle/}</a></span> |
||||
</div> |
||||
<!--产品信息--> |
||||
<div class="production"> |
||||
|
||||
<img class="production_icon" src="{ms:global.host/}/{@ms:file field.litpic/}"/> |
||||
|
||||
<ul class="state"> |
||||
<li class="detector"> {ms:field.title/}</li> |
||||
<li class="state_cost">市场价:{ms:field.price/}</li> |
||||
<li class="cost_blank"></li> |
||||
<li class="cost"> 商品编号:</li> |
||||
<li class="data">{ms:field.goodNo/}</li> |
||||
<li class="cost">商品品牌:</li> |
||||
<li class="data">{ms:field.goodPp/}</li> |
||||
<li class="cost">计量单位:</li> |
||||
<li class="data">{ms:field.unit/}</li> |
||||
<li class="cost" >商品重量:</li> |
||||
<li class="data">{ms:field.weight/}</li> |
||||
</ul> |
||||
<div class="otherlink"> |
||||
<a href="{ms:field.source/}">查看详情</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<!--产品描述--> |
||||
<div class="intro"> |
||||
<div> |
||||
<ul> |
||||
<li class="product"></li> |
||||
<li class="intro_product">产品描述</li> |
||||
<li class="intro_red_box"></li> |
||||
<li class="intro_line"></li> |
||||
</ul> |
||||
|
||||
<div class="intro_line_box"> |
||||
{ms:field.content/} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="intro_blank_box"></div> |
||||
|
||||
<div class="qq"> |
||||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
</div> |
||||
|
||||
</div> |
||||
<#include "foot.html"> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
$(function(){ |
||||
var xq="{ms:field.source/}"; |
||||
if(xq=="<!--未找到该标签内容-->"){ |
||||
$(".otherlink").css("display","none") |
||||
} |
||||
|
||||
}) |
||||
|
||||
|
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
</script> |
||||
@ -1,111 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-list.css"> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body> |
||||
<#include "head.html"> |
||||
<!-- 主要内容--> |
||||
<div class="main"> |
||||
<!--位置导航--> |
||||
<div class="present"> |
||||
<span>您现在的位置:</span> |
||||
<span><a href={ms:global.host/}> 首页 > </a></span> |
||||
<span><a href="{ms:global.url/}${field.typelink}">{ms:field.typetitle/}</a> </span> |
||||
</div> |
||||
<!--产品系列--> |
||||
<div class="main-container"> |
||||
<div class="info"> |
||||
<ul> |
||||
|
||||
<li class="product">产品信息</li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">便携式系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">电磁阀系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">工业系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">民用系列及其它产品</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
</ul> |
||||
</div> |
||||
|
||||
|
||||
<!--产品图片--> |
||||
<div class="pic"> |
||||
<ul> |
||||
{ms:arclist size=9 ispaging=true } |
||||
<li> |
||||
<a href='{ms:global.url/}[field.link/]' target="_self"> |
||||
<img src='{ms:global.host/}/{@ms:file field.litpic/}'/> |
||||
<div> |
||||
[field.title/] |
||||
</div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
</ul> |
||||
</div> |
||||
<!--分页--> |
||||
<ul class="fanye"> |
||||
<li class="home-page"><a href="{ms:global.url/}{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}{ms:page.next/}">下一页</a></li> |
||||
<li class="last"><a href="{ms:global.url/}{ms:page.last/}">最末页</a></li> |
||||
</ul> |
||||
|
||||
</div> |
||||
|
||||
<div class="qq"> |
||||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
|
||||
</div> |
||||
|
||||
<#include "foot.html"> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
); |
||||
</script> |
||||
@ -1,175 +0,0 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{ms:global.name/}</title> |
||||
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-list.css"> |
||||
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||
<script type="text/javascript" src="{ms:global.host/}/static/plugins/vue/2.6.9/vue.min.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/element-ui/2.12.0/index.js"></script> |
||||
<link rel="stylesheet" href="{ms:global.host/}/static/plugins/element-ui/2.12.0/index.css"> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body> |
||||
<#include "head.html"> |
||||
<!--主要内容--> |
||||
<div class="main"> |
||||
<!--位置导航--> |
||||
<div class="present"> |
||||
<span>您搜索的关键字:</span> |
||||
<span>{ms:search.content_title/}</span> |
||||
</div> |
||||
<!--产品系列--> |
||||
<div class="main-container"> |
||||
<div class="info"> |
||||
<ul> |
||||
|
||||
<li class="product">产品信息</li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">便携式系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">电磁阀系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">工业系列</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
<li class="commodity"> |
||||
<span class="info_icon"><span></span></span> |
||||
<a class="set" href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">民用系列及其它产品</a> |
||||
</li> |
||||
<li class="childlife commodity"><span></span></li> |
||||
|
||||
</ul> |
||||
</div> |
||||
|
||||
|
||||
<!--产品图片--> |
||||
<div class="pic"> |
||||
<ul> |
||||
{ms:arclist size=9 ispaging=true } |
||||
<li> |
||||
<a href='{ms:global.url/}/${field.link}' target="_self"> |
||||
<img src="{ms:global.host/}/{@ms:file field.litpic/}"/> |
||||
<div> |
||||
${field.title} |
||||
</div> |
||||
</a> |
||||
</li> |
||||
{/ms:arclist} |
||||
<el-pagination |
||||
background |
||||
@current-change="handleCurrentChange" |
||||
:page-size="pageSize" |
||||
:current-page.sync="pageCur" |
||||
layout="prev, pager, next, jumper" |
||||
:total="contentCount"> |
||||
</el-pagination> |
||||
|
||||
</ul> |
||||
</div> |
||||
<ul class="fanye"> |
||||
<li class="home-page"><a href="{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:page.next/}">下一页</a></li> |
||||
<li class="last"><a href="{ms:page.last/}">最末页</a></li> |
||||
</ul> |
||||
</div> |
||||
|
||||
<div class="qq"> |
||||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||
</div> |
||||
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||
</div> |
||||
|
||||
<#include "foot.html"> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
$(function(){ |
||||
|
||||
if ($(".pic >ul > li" ).length <=0){ |
||||
$(".pic").html("<span style='font-size:20px;color:#ccc;width:100%;tex'>对不起,没有找到你所要的商品</span>"); |
||||
} |
||||
}) |
||||
|
||||
$(".qq >a").hover( |
||||
function(){ |
||||
$(".img_one").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_one").css("display","none"); |
||||
} |
||||
); |
||||
|
||||
$(".qq > .img_tel").hover( |
||||
function(){ |
||||
$(".img_two").css("display","block"); |
||||
}, |
||||
function(){ |
||||
$(".img_two").css("display","none"); |
||||
} |
||||
|
||||
); |
||||
|
||||
var app = new Vue({ |
||||
el: '#app', |
||||
data: { |
||||
//当前页数 |
||||
pageCur: ${(page.cur)!1}, |
||||
//每页文章条数 |
||||
pageSize: ${(page.size)!20}, |
||||
//页数总数 |
||||
pageTotal: ${(page.total)!0}, |
||||
//内容总数 |
||||
contentCount: ${(page.rcount)!0}, |
||||
keyword: "{ms:search.content_title/}" |
||||
}, |
||||
methods: { |
||||
handleCurrentChange:function(val) { |
||||
var form = document.createElement("form"); |
||||
form.setAttribute("method", "post"); |
||||
var input = document.createElement('input'); |
||||
input.setAttribute('type', 'hidden'); |
||||
input.setAttribute('name', 'size'); |
||||
input.setAttribute('value', this.pageSize); |
||||
form.append(input); |
||||
input = document.createElement('input'); |
||||
input.setAttribute('type', 'hidden'); |
||||
input.setAttribute('name', 'pageNo'); |
||||
input.setAttribute('value', val); |
||||
form.append(input); |
||||
input = document.createElement('input'); |
||||
input.setAttribute('type', 'hidden'); |
||||
input.setAttribute('name', 'content_title'); |
||||
input.setAttribute('value', this.keyword); |
||||
form.append(input); |
||||
input = document.createElement('input'); |
||||
input.setAttribute('type', 'hidden'); |
||||
input.setAttribute('name', 'categoryIds'); |
||||
input.setAttribute('value', this.categoryIds); |
||||
form.append(input); |
||||
|
||||
form.setAttribute("action",location.pathname); |
||||
document.body.appendChild(form); |
||||
form.submit(); |
||||
form.remove(); |
||||
}, |
||||
} |
||||
}) |
||||
|
||||
|
||||
</script> |
||||
@ -1,72 +0,0 @@ |
||||
<!DOCTYPE HTML |
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
|
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
|
||||
</head> |
||||
|
||||
<body topmargin="0" oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" valign="top" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> </td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="about/-82.html"></a></span>{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px; line-height:25px;"> |
||||
{ms:field.content/} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
||||
@ -1,403 +0,0 @@ |
||||
BODY { |
||||
FONT-SIZE: 12px; BACKGROUND: url("../images/bg_all.jpg") no-repeat center top; MARGIN: 0 auto 0px; LINE-HEIGHT: normal; FONT-FAMILY: "宋体"; background-color:#FFFFFF |
||||
} |
||||
form { border:0px; margin:0px ; padding:0px;} |
||||
A { |
||||
COLOR: #333; TEXT-DECORATION: none |
||||
} |
||||
ul,li{ |
||||
border-top-width: 0px; |
||||
border-right-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-width: 0px; |
||||
margin: 0px; |
||||
padding: 0px; |
||||
} |
||||
.clear { |
||||
CLEAR: both |
||||
} |
||||
.searchinput { |
||||
WIDTH: 120px |
||||
} |
||||
.page .button { |
||||
BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url("../images/btn_search.gif"); BORDER-BOTTOM-WIDTH: 0px; WIDTH: 60px; HEIGHT: 21px; BORDER-RIGHT-WIDTH: 0px |
||||
} |
||||
.page { |
||||
WIDTH: 204px; PADDING-TOP: 10px; TEXT-ALIGN: right |
||||
} |
||||
.query { |
||||
OVERFLOW: hidden; |
||||
} |
||||
.boldblue { |
||||
FONT-WEIGHT: bold; COLOR: #003eb1 |
||||
} |
||||
.blue { |
||||
COLOR: #003eb1 |
||||
} |
||||
.text { |
||||
line-height: 25px; |
||||
color: #6f6f6f; |
||||
|
||||
} |
||||
#header { |
||||
MARGIN: 0px auto; WIDTH: 910px |
||||
} |
||||
#logo { |
||||
FLOAT: left |
||||
} |
||||
#tele { |
||||
MARGIN-TOP: 0px; FLOAT: right |
||||
} |
||||
|
||||
#mainflash { |
||||
MARGIN: 3px auto 0px; WIDTH: 910px |
||||
} |
||||
|
||||
#links { |
||||
FONT-WEIGHT: normal; MARGIN: 10px auto 0px; WIDTH: 850px; COLOR: #035ea7; PADDING:10px 30px 0 30px; HEIGHT: 57px; TEXT-ALIGN: left; |
||||
} |
||||
|
||||
#footer { |
||||
FONT-WEIGHT: normal; BACKGROUND: url("../images/bg_footer.jpg"); MARGIN: 10px auto 0px; WIDTH: 910px; COLOR: #035ea7; PADDING-TOP: 10px; HEIGHT: 47px; TEXT-ALIGN: center; |
||||
} |
||||
#footer A,#links a { |
||||
COLOR: #035ea7 |
||||
} |
||||
#footer { |
||||
color: #035ea7 |
||||
} |
||||
#index_container { |
||||
MARGIN: 10px auto 0px; WIDTH: 910px |
||||
} |
||||
#index_left { |
||||
FLOAT: left; WIDTH: 224px |
||||
} |
||||
#index_search { |
||||
|
||||
} |
||||
#index_search1 { |
||||
BACKGROUND: url("../images/bg_index_title3.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_search2 { |
||||
BACKGROUND: url("../images/bg_index_content3.jpg"); COLOR: #0f5ebd; |
||||
} |
||||
.sunput {BORDER-RIGHT: #B7DAEF 1px solid; BORDER-TOP: #B7DAEF 1px solid; BORDER-LEFT: #B7DAEF 1px solid; WIDTH: 140px; BORDER-BOTTOM: #B7DAEF 1px solid } |
||||
.sbut {BORDER-RIGHT: #B7DAEF 1px solid; BORDER-TOP: #B7DAEF 1px solid; BORDER-LEFT: #B7DAEF 1px solid; BORDER-BOTTOM: #B7DAEF 1px solid } |
||||
#index_search3 { |
||||
BACKGROUND: url("../images/bg_index_btm3.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
#index_prolist { |
||||
MARGIN-TOP: 6px |
||||
} |
||||
#index_prolist1 { |
||||
BACKGROUND: url("../images/bg_index_title4.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_prolist2 { |
||||
BACKGROUND: url("../images/bg_index_content4.jpg"); HEIGHT: 173px |
||||
} |
||||
#index_prolist3 { |
||||
BACKGROUND: url("../images/bg_index_btm4.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_contact { |
||||
MARGIN-TOP: 6px |
||||
} |
||||
#index_contact1 { |
||||
BACKGROUND: url("../images/bg_index_title5.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_contact2 { |
||||
PADDING-LEFT: 8px; BACKGROUND: url("../images/bg_index_content5.jpg"); COLOR: #0359a2; LINE-HEIGHT: 22px; PADDING-TOP: 5px; HEIGHT: 200px; line-height:2em; |
||||
} |
||||
#index_right { |
||||
FLOAT: right; WIDTH: 679px |
||||
} |
||||
#index_news1 { |
||||
FLOAT: left; WIDTH: 337px |
||||
} |
||||
#index_news1_1 { |
||||
BACKGROUND: url("../images/bg_index_title1.jpg") no-repeat; HEIGHT: 29px |
||||
} |
||||
#index_news1_2 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 157px |
||||
} |
||||
#index_news1_4 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 314px |
||||
} |
||||
#index_news1_3 { |
||||
BACKGROUND: url("../images/bg_index_btm1.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_news2 { |
||||
FLOAT: left; MARGIN-LEFT: 5px; WIDTH: 337px |
||||
} |
||||
#index_news2_1 { |
||||
BACKGROUND: url("../images/bg_index_title1.jpg"); HEIGHT: 29px |
||||
} |
||||
#index_news2_2 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 157px |
||||
} |
||||
#index_news2_3 { |
||||
BACKGROUND: url("../images/bg_index_btm1.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_hotproduct { |
||||
MARGIN-TOP: 6px; FLOAT: left; WIDTH: 679px |
||||
} |
||||
#index_hotproduct_1 { |
||||
BACKGROUND: url("../images/bg_index_title2.jpg"); HEIGHT: 34px |
||||
} |
||||
#index_hotproduct_11 { |
||||
BACKGROUND: url("../images/bg_right_title1.jpg"); HEIGHT: 32px; FONT-WEIGHT: bold; padding-left:35px; color:#FFFFFF; padding-top:2px; margin-top:15px; |
||||
} |
||||
#index_hotproduct_12 { |
||||
BACKGROUND: url("../images/bg_right_title1.jpg"); HEIGHT: 26px; FONT-WEIGHT: bold; padding-left:35px; color:#FFFFFF; padding-top:8px; |
||||
} |
||||
#index_hotproduct_2 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; HEIGHT: 490px |
||||
} |
||||
#index_hotproduct_21 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; HEIGHT: 160px; |
||||
} |
||||
#index_hotproduct_23 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; |
||||
} |
||||
#index_hotproduct_21 li{ |
||||
float:left;width:310px;border-bottom:#bfc1c0 1px dashed; margin-left:10px; line-height:2.1em; list-style:none; |
||||
} |
||||
#index_hotproduct_22 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; |
||||
} |
||||
#index_hotproduct_3 { |
||||
BACKGROUND: url("../images/bg_index_btm2.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
.index_news_title { |
||||
PADDING-LEFT: 30px; FONT-WEIGHT: bold; FLOAT: left; WIDTH: 100px; COLOR: #fff; LINE-HEIGHT: 29px |
||||
} |
||||
.index_more1 { |
||||
DISPLAY: block; FONT-SIZE: 26px; FLOAT: right; VERTICAL-ALIGN: middle; WIDTH: 50px; LINE-HEIGHT: 29px; HEIGHT: 29px; TEXT-ALIGN: center |
||||
} |
||||
.index_more1 IMG { |
||||
VERTICAL-ALIGN: middle |
||||
} |
||||
.index_more1:unknown { |
||||
FONT-SIZE: 12px; VISIBILITY: hidden; MARGIN-LEFT: -5px; content: "." |
||||
} |
||||
.right_border { |
||||
BORDER-RIGHT: #d4eaf5 1px solid; PADDING-RIGHT: 20px; BORDER-TOP: #d4eaf5 0px solid; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; BORDER-LEFT: #d4eaf5 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #d4eaf5 1px solid |
||||
} |
||||
#right_title { |
||||
PADDING-LEFT: 40px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_right_title.jpg"); OVERFLOW: hidden; COLOR: #fff; LINE-HEIGHT: 35px; HEIGHT: 33px |
||||
} |
||||
#right_title1 { |
||||
PADDING-LEFT: 40px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_right_title1.jpg"); OVERFLOW: hidden; COLOR: #fff; LINE-HEIGHT: 35px; HEIGHT: 33px; |
||||
} |
||||
#left_title { |
||||
PADDING-LEFT: 23px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_left_title.jpg"); COLOR: #055eb0; LINE-HEIGHT: 34px; HEIGHT: 40px |
||||
} |
||||
#left_content { |
||||
BACKGROUND: url("../images/bg_left_content.jpg") |
||||
} |
||||
#left_btm { |
||||
BACKGROUND: url("../images/bg_left_btm.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
a.linknews1 { |
||||
font-size: 9pt; |
||||
color: #004285; |
||||
letter-spacing: 2px; |
||||
} |
||||
a.linknews1:hover { |
||||
font-size: 9pt; |
||||
color: #004285; |
||||
letter-spacing: 2px; |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
|
||||
/*----------------------导航栏样式开始---------------------------*/ |
||||
#menu { |
||||
MARGIN-TOP: 5px; |
||||
background-image:url("../images/title1.jpg"); width:37px; width:874px; line-height:37px; text-align:center; height:37px; padding-left:130px; |
||||
} |
||||
|
||||
#menu ul{ |
||||
list-style-type:none; margin:0px; padding:0px;} |
||||
#menu ul li{ |
||||
margin:0px; |
||||
list-style-type:none; |
||||
display:inline; |
||||
} |
||||
#menu ul li a{ |
||||
color:#FFF; |
||||
font-weight:bold; |
||||
font-size:10pt;} |
||||
#menu ul li a:hover{ |
||||
text-decoration:underline; |
||||
|
||||
} |
||||
|
||||
|
||||
#navigation, #navigation li ul { |
||||
list-style-type:none; |
||||
} |
||||
|
||||
#navigation { |
||||
padding-left:50px; |
||||
margin-top:8px; |
||||
height: |
||||
} |
||||
#navigation .nav_ { |
||||
float: left; |
||||
width: 160px; |
||||
} |
||||
.b{ font-weight:bold; font-size:15px;} |
||||
#navigation li { |
||||
text-align:center; |
||||
float: left; |
||||
position: relative; |
||||
} |
||||
#navigation li a:link, #navigation li a:visited { |
||||
display:block; |
||||
text-decoration:none; |
||||
color:#FFFFFF; |
||||
width:90px; |
||||
height:39px; |
||||
line-height:36px; |
||||
/* background:#c5dbf2; */ |
||||
font-size:12px; |
||||
} |
||||
#navigation li ul li a:link, #navigation li ul li a:visited { |
||||
display:block; |
||||
text-decoration:none; |
||||
color:#666; |
||||
width:90px; |
||||
height:32px; |
||||
line-height:32px; |
||||
font-size:12px; |
||||
} |
||||
#navigation li ul li a:link, #navigation li ul li a:visited { |
||||
background:#f9fbfa; |
||||
font-size:12px; |
||||
font-weight:normal; |
||||
border-top:#bfc1c0 1px solid; |
||||
} |
||||
|
||||
#navigation li ul li a:hover { |
||||
color:#fff; |
||||
background:#0989E2; |
||||
} |
||||
#navigation li ul{ |
||||
display:none; |
||||
position:absolute; |
||||
left:0px; |
||||
margin-top:-1px; |
||||
width:90px; |
||||
border:#bfc1c0 1px solid; |
||||
|
||||
} |
||||
#navigation li ul li |
||||
{ |
||||
|
||||
} |
||||
#navigation li ul li ul { |
||||
display:none; |
||||
position:absolute; |
||||
top:0px; |
||||
left:0px; |
||||
margin-top:0; |
||||
margin-left:1px; |
||||
width:120px; |
||||
} |
||||
.clear{clear:both;} |
||||
|
||||
/*----------------------导航栏样式结束---------------------------*/ |
||||
|
||||
.clistbox |
||||
{ |
||||
width: 90%; |
||||
text-align:left; |
||||
margin-bottom:10px; |
||||
margin-top:3px; |
||||
} |
||||
.clistbox .line1 |
||||
{ |
||||
border-bottom: 1px dashed #999999; |
||||
text-align:left; |
||||
padding-left:10px; |
||||
|
||||
} |
||||
.clistbox .line1 span |
||||
{float:right; |
||||
} |
||||
.clistbox .line2 |
||||
{padding:5px;} |
||||
#commentPage{height:20px; padding-left:200px;} |
||||
|
||||
|
||||
#commentPage a{ |
||||
display:block; |
||||
width:18px; |
||||
border: 1px solid #3299F5; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:18px; |
||||
font-size:14px; |
||||
} |
||||
#commentPage a:hover,.selectpage{ |
||||
color:#FFFFFF; |
||||
display:block; |
||||
width:18px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:18px; |
||||
font-size:14px; |
||||
background-image: url("../images/pagebg.jpg"); |
||||
} |
||||
#commentPage a.ppage, |
||||
#commentPage a.npage{ |
||||
display:block; |
||||
width:50px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:16px; |
||||
padding-top:2px; |
||||
height:16px; |
||||
font-size:12px; |
||||
} |
||||
#commentPage a.ppage:hover, |
||||
#commentPage a.npage:hover{ |
||||
color:#fff; |
||||
display:block; |
||||
width:50px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:16px; |
||||
height:16px; |
||||
font-size:12px; |
||||
background-image: url("../images/pagebg_.jpg"); |
||||
} |
||||
|
||||
/*---新闻列表---*/ |
||||
.newsList { |
||||
list-style:none; |
||||
background:url("../images/li_bg.jpg") no-repeat ; |
||||
height:30px; |
||||
line-height:25px; |
||||
|
||||
|
||||
} |
||||
.newsList li{ |
||||
height:30px; |
||||
line-height:25px; |
||||
padding-left:20px; |
||||
} |
||||
.newsList li.date{ |
||||
|
||||
text-align:right; |
||||
|
||||
} |
||||
|
||||
/**新闻分类**/ |
||||
.newsSort_A { |
||||
width:210px; height:32px; line-height:32px; text-align:center; background:url("../images/news_left_m_a.jpg"); color:#E5D6C1; |
||||
} |
||||
|
||||
.newsSort_B { |
||||
width:210px; height:32px; line-height:32px; text-align:center; background:url("../images/news_left_m_b.jpg"); color:#FEFFFF; |
||||
} |
||||
|
Before Width: | Height: | Size: 7.2 KiB |
@ -1,27 +0,0 @@ |
||||
<table width="1007" border="0" align="center" cellpadding="0" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/top_title_bg.jpg" style="padding-left:60px"><img src="{ms:global.host/}/{ms:global.style/}/images/top_title.jpg" width="279" height="30" /></td> |
||||
</tr> |
||||
</table> |
||||
<table width="1007" height="165" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#D5D5D5"> |
||||
<tr> |
||||
<td><img src="{ms:global.host/}/{ms:global.style/}/images/banner.jpg" width="1007" height="165" /></td> |
||||
</tr> |
||||
</table> |
||||
<table width="1007" border="0" align="center" cellpadding="0" cellspacing="0"> |
||||
|
||||
|
||||
<tr> |
||||
<td><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c1" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c1.jpg" width="116" height="34" border="0" id="menu_r1_c1" alt="" /></td> |
||||
<td><a href={ms:global.url/}/wangzhanshouye/index.html ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c2" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c2.jpg" width="104" height="34" border="0" id="menu_r1_c2" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xianrenlingdao/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c3" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c3.jpg" width="96" height="34" border="0" id="menu_r1_c3" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/meixiegaikuang/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c4" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c4.jpg" width="99" height="34" border="0" id="menu_r1_c4" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xinwenzhongxin/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c5" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c5.jpg" width="102" height="34" border="0" id="menu_r1_c5" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xueshujiaoliu/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c6" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c6.jpg" width="97" height="34" border="0" id="menu_r1_c6" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/zhanlanxinxi/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c7" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c7.jpg" width="98" height="34" border="0" id="menu_r1_c7" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/huajiazuopin/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c8" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c8.jpg" width="99" height="34" border="0" id="menu_r1_c8" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/huiyuanfengcai/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c9" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c9.jpg" width="100" height="34" border="0" id="menu_r1_c9" alt="" /></a></td> |
||||
<td><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c10" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c10.jpg" width="96" height="34" border="0" id="menu_r1_c10" alt="" /></td> |
||||
<td><img src="spacer.gif" width="1" height="34" border="0" alt="" /></td> |
||||
</tr> |
||||
</table> |
||||
|
Before Width: | Height: | Size: 904 B |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |