进度条.html
6.81 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YOHO有货</title>
<meta name="description" content="YOHO有货,中国最大的潮流购物网站,100%正品保证,支持货到付款。汇集了全球流行时尚商品,是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。" />
<meta name="keywords" content="Yoho有货,潮流,时尚,流行,购物,B2C,正品,购物网站,网上购物,货到付款,品牌服饰,男士护肤,黑框眼镜,匡威,板鞋,美特斯邦威,i.t,izzue,李宁,new balance,新百伦,lacoste,melissa,casio,卡西欧手表,舒雅,江南布衣,jasonwood,odm,AAAA,香港购物网站,日本潮流" />
<link href="http://static.yohobuy.com/css/common.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/js/jquery.min.js"></script>
<script type="text/javascript" src="http://static.yohobuy.com/js/jqueryui/jquery-ui-1.8.7.custom.min.js"></script>
<link href="http://static.yohobuy.com/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="wrapper">
<!--页头开始-->
<div class="header">
<div class="liquidFix">
<div class="logo"><a href="http://buy.yoho.cn"><img src="http://static.yohobuy.com/images/logo_yohobuy.png" alt="YOHO!有货 buy.yoho.cn-全球年轻人流行商品购物平台" /></a></div>
<div class="right">
<dl class="login">
<script type="text/javascript">
<!--
$(function(){
$("#myyoho").hover(function(){
$(this).addClass("myyoho_a");
$(this).removeClass("myyoho_b");
$(this).find("ul").fadeIn ()
},
function(){
$(this).addClass("myyoho_b");
$(this).removeClass("myyoho_a");
$(this).find("ul").slideUp ("fast")
});
});
//-->
</script>
<dd><a href="#">登录</a></dd>
<dd><a href="#">注册</a></dd>
<dt>
<div id="myyoho">
<ol>
<a href="#">个人中心</a>
</ol>
<ul>
<li><a href="#">订单中心</a></li>
<li><a href="#">评价/ 晒物</a></li>
</ul>
</div>
</dt>
<dd><a href="#" class="vip">VIP</a></dd>
<dd><a href="#">优惠券</a></dd>
<dd><a href="#">帮助中心</a></dd>
</dl>
<div class="clear"></div>
<dl class="search">
<dt>
<input type="text" class="input_search"/>
</dt>
<dd>
<input type="button" class="btn_search" />
</dd>
<dd class="keywords">热搜:<a href="#">冬季新款</a> <a href="#">打折促销</a> <a href="#">优惠商品</a></dd>
</dl>
<div class="tab"> <a href="#" class="tab_new" title="新品上架"></a> <a href="#" class="tab_zt" title="潮流专题"></a> <a href="#" class="tab_brand" title="所有品牌"></a> </div>
</div>
</div>
<div class="nav">
<div class="liquidFix">
<ul>
<li><a href="#" class="n0">首页</a></li>
<li><a href="#" class="n1">上衣</a></li>
<li><a href="#" class="n2">外套</a></li>
<li><a href="#" class="n3">裤类</a></li>
<li><a href="#" class="n4">裙袜类</a></li>
<li><a href="#" class="n5">内衣/泳衣</a></li>
<li><a href="#" class="n6">鞋</a></li>
<li><a href="#" class="n7">包</a></li>
<li><a href="#" class="n8">配饰</a></li>
<li><a href="#" class="n9">化妆品</a></li>
<li><a href="#" class="n10">创意生活</a></li>
</ul>
<a href="#" class="btn_mycart"><span>我的购物车(33)</span></a>
</div>
</div>
</div>
<!--页头结束-->
<div class="container">
<div class="daohang"> <a href="#">有货首页</a> > <span>进度条</span> </div>
<div style="padding:100px;">
<script type="text/javascript">
$(function() {
$( "#progressbar" ).progressbar({
value: 59
});
});
</script>
<div id="progressbar"></div>
</div>
</div>
<!--页尾帮助开始-->
<div class="helpinfo">
<div class="liquidFix">
<ul>
<li class="begin">
<dl class="li-1">
<dt>新手上路</dt>
<dd><a href="#">新用户注册</a></dd>
<dd><a href="#">个人信息保护</a></dd>
<dd><a href="#">订购流程</a></dd>
<dd><a href="#">关于取消、变更订单</a></dd>
<dd><a href="#">关于购物车</a></dd>
</dl>
</li>
<li>
<dl class="li-2">
<dt>关于商品</dt>
<dd><a href="#">找到想要的商品</a></dd>
<dd><a href="#">试衣搭配</a></dd>
<dd><a href="#">商品的详细信息</a></dd>
<dd><a href="#">"预发售"的商品</a></dd>
</dl>
</li>
<li>
<dl class="li-3">
<dt>付款方式</dt>
<dd><a href="#">货到付款</a></dd>
<dd><a href="#">网上银行支付</a></dd>
<dd><a href="#">有货优惠券</a></dd>
<dd><a href="#">YOHO币</a></dd>
<dd><a href="#">关于货品发票</a></dd>
</dl>
</li>
<li>
<dl class="li-4">
<dt>配送方式</dt>
<dd><a href="#">配送方法</a></dd>
<dd><a href="#">配送时间</a></dd>
<dd><a href="#">配送范围</a></dd>
</dl>
</li>
<li>
<dl class="li-5">
<dt>售后服务</dt>
<dd><a href="#">商品的签收与拒收</a></dd>
<dd><a href="#">商品的换货</a></dd>
<dd><a href="#">商品的退货</a></dd>
</dl>
</li>
<li class="end">
<dl class="li-6">
<dt>在线帮助</dt>
<dd><a href="#">在线客服</a></dd>
<dd><a href="#">电话:400-889-9646</a></dd>
<dd><a href="#">关于警惕网络诈骗的
重要公告</a></dd>
</dl>
</li>
</ul>
<div class="clear"></div>
<div class="help-footer"></div>
</div>
</div>
<!--页尾帮助结束-->
<!--页尾开始-->
<div class="footer">
<div class="liquidFix">
<dl>
<dt> <a href="#">返回首页</a> <a href="#">关于我们</a> <a href="#">诚聘英才</a> <a href="#">广告服务</a> <a href="#">联系我们</a> <a href="#">隐私条款</a> <a href="#">友情链接</a> <a href="#">问题反馈</a> <a href="#">网站地图</a> <a href="#">网站帮助</a> </dt>
<dd> CopyRight © 2007-2016 NewPower Co. All Right Reserved. </dd>
</dl>
</div>
</div>
<!--页尾结束-->
</div>
</body>
</html>