代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product introduction - Beijing Huateng rubber and plastic latex products Co., Ltd</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="flex-container prddetail">
#include('inc/top_en.html')
<div class="container-fluid">
<div class="intobg"></div>
</div>
#product(C.get('productid'))
<div class="container pt-4 mb-5">
<div class="row detail">
<div class="col-5 position-relative">
<span class="new"></span>
<img src="#(product.thumbnail ??)" alt="" class="pic">
<span class="title">#(product.specs ??)</span>
</div>
<div class="col-7">
<h3 class="title">#(product.title ??)</h3>
<div id="content">
#(product.content ??)
</div>
#ProductImageList(id=product.id)
#if(ProductImageList.size()>0)
<p class="title">Product drawing:</p>
#end
#end
<div class="row color text-center">
#ProductImageList(id=product.id)
#for(e : ProductImageList)
<div class="col-4">
<img src="#(e.src)">
</div>
#end
#end
</div>
</div>
</div>
</div>
#end
</div>
<!--bottom-->
#include('inc/footer_en.html')
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$("#content table").attr("class","table table-striped")
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。