Authored by hf

add search.html

  1 +<!DOCTYPE html>
  2 +<html>
  3 +<head>
  4 +<meta charset="utf-8">
  5 +<title>Yoho!Buy有货</title>
  6 +<meta name="keywords" content="Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款">
  7 +<meta name="description" content="YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。">
  8 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  9 +<meta http-equiv="cleartype" content="on">
  10 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11 +<meta content="telephone=no" name="format-detection" />
  12 +<meta content="email=no" name="format-detection" />
  13 +<script type="text/javascript">
  14 + (function(doc, win) {
  15 + var docEl = doc.documentElement;
  16 + (function() {
  17 + var clientWidth = docEl.clientWidth;
  18 + if (!clientWidth) {
  19 + return;
  20 + }
  21 + docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';
  22 + }());
  23 + })(document, window);
  24 +</script>
  25 +<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/index.css">
  26 +</head>
  27 +<body >
  28 + <div class="search-page yoho-page">
  29 + <div id="search-input" class="search-input">
  30 + <form id="search-form" action="http://search.test.yoho.cn" method="get">
  31 + <i class="search-icon iconfont">&#xe60f;</i>
  32 + <input type="text" placeholder="搜索商品" name="query">
  33 + <i class="clear-input iconfont hide">&#xe626;</i>
  34 + <button id="search" class="search" type="submit">搜索</button>
  35 + </form>
  36 + </div>
  37 + <div class="search-items">
  38 + <div class="hot-search hide">
  39 + <h3>热门搜索</h3>
  40 + <ul class="hot clearfix">
  41 + </ul>
  42 + </div>
  43 + <div class="history-search">
  44 + <h3>历史搜索</h3>
  45 + <ul class="history clearfix"></ul>
  46 + </div>
  47 + <button id="clear-history" class="clear-history hide">清空搜索历史</button>
  48 + </div>
  49 +</div>
  50 + <footer id="yoho-footer" class="yoho-footer hide">
  51 + <p class="op-row">
  52 + <span class="back-to-top">
  53 + Back to top
  54 + <i class="iconfont">&#xe608;</i>
  55 + </span>
  56 + </p>
  57 + <address class="copyright">
  58 + CopyRight©2007-2016 南京新与力文化传播有限公司
  59 + </address>
  60 + </footer>
  61 +
  62 + <div class="float-layer hide" id="float-layer-app">
  63 + <div class="float-layer-left">
  64 + <span class="yoho-icon iconfont">&#xe60d;</span>
  65 + <p>新用户首单减10元</p>
  66 + </div>
  67 + <a href="javascript:void(0);" id="float-layer-close" >
  68 + <i class="close-icon iconfont">&#xe623;</i>
  69 + <div class="circle-rightbottom"></div>
  70 + </a>
  71 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  72 + 立即下载
  73 + </a>
  74 +</div>
  75 +
  76 +
  77 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/lib.js"></script>
  78 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/index.js"></script>
  79 +<script>
  80 + seajs.use('js/common');
  81 +</script>
  82 +
  83 +
  84 +
  85 +
  86 +
  87 +
  88 +
  89 +
  90 +
  91 +
  92 +
  93 +
  94 +
  95 +<script>
  96 + seajs.use('js/index/search');
  97 +</script>
  98 +
  99 +</body>
  100 +</html>