forked from zhengwei1949/mmb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrandTitle.html
62 lines (58 loc) · 3.16 KB
/
brandTitle.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
62
<!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/category.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="category">
<nav class="product-list-title"> <a href="index.html" class="list-title1">首页</a> > <a href="category.html" class="list-title2">全部分类</a> > </nav>
<div style="font-size: 16px;color:#874604;height: 40px; padding-left:10px; line-height: 40px;margin:10px 5px; border:1px solid #ccc; background-color:#eee;">热门品牌排行</div>
<div class="row clearfix">
<ul class="category-title">
</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="js/jquery-1.12.3.min.js"></script>
<script src="js/brandtitle.js"></script>
</body>
</html>