You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
4.7 KiB
105 lines
4.7 KiB
<!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>
|
|
|