-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductlist.html
61 lines (56 loc) · 2.86 KB
/
productlist.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet/less" href="css/base.less">
<link rel="stylesheet/less" href="css/productlist.less">
<script src="js/less.js"></script>
</head>
<body>
<header id="header" class="header">
<div class="logo">
<a href="index.html" title="慢慢买">
<img src="images/header_logo.png" alt="">
</a>
</div>
<div class="appdown">
<a href="javascript:if(confirm(%27http://m.manmanbuy.com/download/ \n\nThis file was not retrieved by Teleport Ultra, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?%27))window.location=%27http://m.manmanbuy.com/download/%27" onclick="trackEvent('header下载');" title="手机app下载">
<img src="images/header_app.png" alt="手机app下载"></a>
</div>
</header>
<section id="form-search">
<form action="#" class="search">
<input type="search" name="" id="" placeholder="请输入你想比价的商品">
<input type="button" value="搜索">
</form>
</section>
<section id="product-list">
<nav class="product-list-title">
</nav>
<div class="product-list">
<ul>
</ul>
</div>
</section>
<footer id="ctl00_foot">
<div class="foot_top">
<a href="login.aspx.htm">登录</a>
<a href="login.aspx.htm">注册</a>
<a href="#" style="width: 40%; border: 0;">
<img src="http://www.zuyushop.com/wap/images/top.jpg" width="15" height="15">返回顶部</a>
</div>
<div class="footer">
<p>
<a href="javascript:if(confirm(%27http://m.manmanbuy.com/download/ \n\nThis file was not retrieved by Teleport Ultra, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?%27))window.location=%27http://m.manmanbuy.com/download/%27" onclick="trackEvent('footer下载');" style="color: Red;">手机APP下载</a> <a href="index.htm" tppabs="http://m.manmanbuy.com/">
慢慢买手机版</a> -- 掌上比价平台</p>
<p>
m.manmanbuy.com
<img src="https://z11.cnzz.com/stat.htm-id=1256699064&r=&iw=1&showp=0x0&lg=undefined&cnzz_eid=none&p=http---m.manmanbuy.com-&rnd=453668140.gif" width="0" height="0">
</p>
</div>
</footer>
<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<script src="js/productlist.js"></script>
</body>
</html>