2 Star 3 Fork 4

神秘博士/HuaTeng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page_productdetail_en.html 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
神秘博士 提交于 2020-05-20 13:02 . release
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d1anjie/HuaTeng.git
[email protected]:d1anjie/HuaTeng.git
d1anjie
HuaTeng
HuaTeng
master

搜索帮助