3 Star 0 Fork 0

tianyuan/mmb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
productlist.html 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
tianyuan 提交于 2018-11-20 15:55 . 优化头部
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/bjss.css">
<link rel="stylesheet" href="./css/productilist.css">
</head>
<body>
<!-- 头部 -->
<div class="mmb_header">
<div class="mmb_log">
<a href="./index.html" class="f_left">
<img src="./images/header_logo.png" alt="">
</a>
<a href="javascript:;" class=" f_right">
<img src="./images/header_app.png" alt="">
</a>
</div>
<div class="mmb_search">
<input type="search" name="" id="" placeholder="请输入你想比价的商品">
<input type="button" value="搜索">
</div>
</div>
<main>
<nav><a href="./index.html">首页 &gt;</a>
<a href="./category.html" class="fl">全部分类 &gt;</a>
<!-- 分类占坑专用 -->
<a href="javascript:void(0);">筛选</a>
</nav>
<section class="product-list">
<!-- 列表占坑专用 -->
</section>
<div class="to-top" style="display: none;"><a href="javascript:void(0);"></a>
</div>
</main>
<script src="./js/zepto/zepto.js"></script>
<script src="./js/productist.js"></script>
<script src="./js/art-template/template-web.js"></script>
<script type="text/template" id="titletp">
{{each result value index}}
<a href="javascript:void(0);" class="title">{{value.category}}</a>
{{/each}}
</script>
<script type="text/template" id="listtp">
{{each result value index}}
<div class="product-item">
<a href="product.html?id={{value.productId}}">{{@value.productImg}}</a>
<div class="product-content">
<h5><a href="product.html?id={{value.productId}}&categoryid ={{value.categoryId}}">{{value.productName}}</a> </h5>
<p>{{value.productPrice}}</p><em>{{value.productQuote}}</em><em>{{value.productCom}}</em>
</div>
</div>
{{/each}}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suaiyuan/mmb.git
git@gitee.com:suaiyuan/mmb.git
suaiyuan
mmb
mmb
master

搜索帮助