Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
323ed7fda632732b3699a288fd389dd80cb6b3fb
1 parent
c072b21f
add search.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
100 additions
and
0 deletions
assets/search.html
assets/search.html
0 → 100644
View file @
323ed7f
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Yoho!Buy有货
</title>
<meta
name=
"keywords"
content=
"Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款"
>
<meta
name=
"description"
content=
"YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
http-equiv=
"cleartype"
content=
"on"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<meta
content=
"telephone=no"
name=
"format-detection"
/>
<meta
content=
"email=no"
name=
"format-detection"
/>
<script
type=
"text/javascript"
>
(
function
(
doc
,
win
)
{
var
docEl
=
doc
.
documentElement
;
(
function
()
{
var
clientWidth
=
docEl
.
clientWidth
;
if
(
!
clientWidth
)
{
return
;
}
docEl
.
style
.
fontSize
=
20
*
(
clientWidth
/
320
)
+
'px'
;
}());
})(
document
,
window
);
</script>
<link
rel=
"stylesheet"
href=
"http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/index.css"
>
</head>
<body
>
<div
class=
"search-page yoho-page"
>
<div
id=
"search-input"
class=
"search-input"
>
<form
id=
"search-form"
action=
"http://search.test.yoho.cn"
method=
"get"
>
<i
class=
"search-icon iconfont"
>

</i>
<input
type=
"text"
placeholder=
"搜索商品"
name=
"query"
>
<i
class=
"clear-input iconfont hide"
>

</i>
<button
id=
"search"
class=
"search"
type=
"submit"
>
搜索
</button>
</form>
</div>
<div
class=
"search-items"
>
<div
class=
"hot-search hide"
>
<h3>
热门搜索
</h3>
<ul
class=
"hot clearfix"
>
</ul>
</div>
<div
class=
"history-search"
>
<h3>
历史搜索
</h3>
<ul
class=
"history clearfix"
></ul>
</div>
<button
id=
"clear-history"
class=
"clear-history hide"
>
清空搜索历史
</button>
</div>
</div>
<footer
id=
"yoho-footer"
class=
"yoho-footer hide"
>
<p
class=
"op-row"
>
<span
class=
"back-to-top"
>
Back to top
<i
class=
"iconfont"
>

</i>
</span>
</p>
<address
class=
"copyright"
>
CopyRight©2007-2016 南京新与力文化传播有限公司
</address>
</footer>
<div
class=
"float-layer hide"
id=
"float-layer-app"
>
<div
class=
"float-layer-left"
>
<span
class=
"yoho-icon iconfont"
>

</span>
<p>
新用户首单减10元
</p>
</div>
<a
href=
"javascript:void(0);"
id=
"float-layer-close"
>
<i
class=
"close-icon iconfont"
>

</i>
<div
class=
"circle-rightbottom"
></div>
</a>
<a
href=
"http://m.yohobuy.com/download/hyapp"
id=
"float-layer-btn"
>
立即下载
</a>
</div>
<script
src=
"http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/lib.js"
></script>
<script
src=
"http://static.buy.test.yoho.cn/dist/myohobuy/0.0.6/index.js"
></script>
<script>
seajs
.
use
(
'js/common'
);
</script>
<script>
seajs
.
use
(
'js/index/search'
);
</script>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment