通用弹窗new.html
23 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!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/common_new.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/buy.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" />
<script type="text/javascript" src="http://static.yohobuy.com/js/yoho_dialog_common.js"></script>
</head>
<body>
<!--页头开始-->
<div class="header">
<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 class="nav">
<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 style="margin:50px;">
<input name="" type="button" onclick="openwin1()" value="登录" />
<br />
<br />
<input name="" type="button" onclick="openwin2()" value="注册" />
<br />
<br />
<input name="" type="button" onclick="openwin3()" value="注册2" />
<br />
<br />
<input name="" type="button" onclick="openwin4()" value="注册3" />
<br />
<br />
<input name="" type="button" onclick="openwin5()" value="商品信息" />
<br />
<br />
<input name="" type="button" onclick="openwin6()" value="商品信息2" />
<br />
<br />
<div id="dialogid1" style="display:none;">
<!--弹层开始-->
<div class="dialog-login">
<div class="tab">
<a href="#" class="act">登 录</a><a href="#">注 册</a>
</div>
<div class="form">
<dl>
<dt>邮 箱:</dt>
<dd>
<input type="text" class="input_1" />
<span class="tips-right">正确信息!</span></dd>
</dl>
<dl>
<dt>密 码:</dt>
<dd>
<input type="password" class="input_1" />
<span class="tips-error">错误信息!</span></dd>
</dl>
<div class="stat">
<input type="checkbox" checked="checked" /> 记住登录状态
</div>
<div class="submit"><input class="btn_login" type="button" name=""> <a href="#">忘记密码了?</a></div>
</div>
<div class="hz">
<h3>使用合作网站账号登录有货:</h3>
<p>
<a href="#"><img src="http://static.yohobuy.com/images/i_hz_qq.png" />QQ</a> | <a href="#"><img src="http://static.yohobuy.com/images/i_hz_sina.png" />新浪微博</a> | <a href="#"><img src="http://static.yohobuy.com/images/i_hz_douban.png" />豆瓣</a> | <a href="#"><img src="http://static.yohobuy.com/images/i_hz_zfb.png" />支付宝</a>
</p>
</div>
</div>
<!--弹层结束-->
</div>
<br />
<br />
<div id="dialogid2" style="display:none;">
<!--弹层开始-->
<div class="dialog-login">
<div class="tab">
<a href="#">登 录</a><a href="#" class="act">注 册</a>
</div>
<div class="form">
<dl>
<dt>邮箱/手机号:</dt>
<dd>
<input type="text" class="input_1" />
</dd>
</dl>
<dl>
<dt>密 码:</dt>
<dd>
<input type="password" class="input_1" />
<div class="is0" id="passwordStrengthDiv"></div>
</dd>
</dl>
<dl>
<dt>确认密码:</dt>
<dd>
<input type="password" class="input_1" />
</dd>
</dl>
<dl>
<dt>验证码:</dt>
<dd>
<input type="text" class="input_1" />
</dd>
</dl>
<div class="yzm">
<img src="http://static.yohobuy.com/images/yzm_b.png" /> 看不清楚?<a href="#" class="a_eu">换一张</a>
</div>
<div class="stat">
<input name="" type="checkbox" value="" checked="checked" />我已阅读并同意遵守<a href="#" class="a_eu">YOHO!有货服务条款</a>
</div>
<div class="submit"><input name="" type="button" class="btn_reg" value="注册并继续" /></div>
</div>
</div>
<!--弹层结束-->
</div>
<br />
<br />
<div id="dialogid3" style="display:none;">
<!--弹层开始-->
<div class="dialog-reg">
<div class="dialog-reg-flow">
<ul>
<li class="li-1">填写注册信息</li>
<li class="li-2">填写短信校验码</li>
<li class="li-3">注册成功</li>
</ul>
</div>
<div class="text">
<strong>手机号:<span class="f_rz">13675118172</span></strong>
<p>有货已向您的手机发送了免费的校验码短信,请查看您的手机短信。</p>
<dl>
<dt>校验码:</dt>
<dd><input type="text" class="input_1" /><a href="#" class="btn_retry">(60秒后)重新发送</a><br />
<span class="f_g">没收到短信?请在60秒后点击重新发送</span>
</dd>
</dl>
</div>
<div class="submit"><input name="" type="button" class="btn_reg" value="完成校验" /></div>
</div>
<!--弹层结束-->
</div>
<br />
<br />
<div id="dialogid4" style="display:none;">
<!--弹层开始-->
<div class="dialog-reg-ok">
<h2>恭喜您,注册成功</h2>
<h3>Congratulations on your successful registration</h3>
<p>尽享YOHO!有货为您提供随时随地,随手随心的潮流购物体验!</p>
<p class="time"><strong>2</strong> 秒后 去结算,请稍后⋯</p>
</div>
<!--弹层结束-->
</div>
<br />
<br />
<div id="dialogid5" style="display:none;">
<!--弹层开始-->
<div class="dialog-goods">
<div class="bigpic">
<ol>
<a href="#"><img src="http://static.yohobuy.com/images/p_450_600_1.jpg" /></a>
</ol>
<div class="piclist">
<div class="pre"><a href="#" class="piclist_pre" title="向前"></a></div>
<div class="con">
<ul>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_1.jpg" /></a></li>
<li class="act"><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_2.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_3.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_4.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_5.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_6.jpg" /></a></li>
</ul>
</div>
<div class="next"><a href="#" class="piclist_next" title="向后"></a></div>
</div>
</div>
<div class="info">
<div class="title">
<h2>Feelingtown菲林唐原创手工制作 欧美风 超长裙 红 (女款)</h2>
<h3>Since 1922经典定番</h3>
</div>
<div class="type">
<span class="type_s">新品</span> <span class="type_s">热销</span> <span class="type_s">限量</span>
</div>
<div class="price">
<span class="oldprice">原 价:<del>¥138.00</del></span>
<span class="actprice">活动价:¥<b>850.00</b></span>
</div>
<div class="order">
<dl class="color">
<dt>选颜色:</dt>
<dd>
<ul>
<li>
<a href="#" class="act"><img src="http://static.yohobuy.com/images/p_40_40_8.jpg" /><span class="mark"></span></a>
红
</li>
</ul>
</dd>
</dl>
<dl class="size">
<dt>选尺码:</dt>
<dd>
<a href="#" class="act_h" title="S 肩宽40cm/胸围92cm">S<span class="mark"></span></a>
<a href="#" class="act" title="M 肩宽40cm/胸围92cm">M<span class="mark"></span></a>
<a href="#" class="act_none" title="L 肩宽40cm/胸围92cm">L<span class="mark"></span></a>
<a href="#" title="XL 肩宽40cm/胸围92cm">XL</a>
<a href="#" title="XXL 肩宽40cm/胸围92cm">XXL</a>
<span class="size-tips">
该款商品尺码偏大!
</span>
</dd>
</dl>
<dl class="num">
<dt>选数量:</dt>
<dd>
<div class="amount_wrapper">
<input name="" type="button" class="amount_cut" />
<input type="text" value="1" />
<input name="" type="button" class="amount_add" />
</div>
</dd>
</dl>
</div>
<div class="submit">
<input type="button" class="btn_addcart_m" />
</div>
</div>
<!--尺码信息-->
<div class="goods-size">
<h3>尺码信息<span>(单位:厘米)</span></h3>
<table cellpadding="0" cellspacing="0">
<thead>
<tr>
<th width="16%">尺码</th>
<th width="16%" class="t_t1">建议身高</th>
<th width="16%">衣长</th>
<th width="16%">肩宽</th>
<th width="16%">胸围</th>
<th>袖长</th>
</tr>
</thead>
<tbody>
<tr>
<td height="25">S</td>
<td class="t_t2">160</td>
<td>53</td>
<td>53</td>
<td>53</td>
<td>53</td>
</tr>
<tr class="tr_bg">
<td height="25">M</td>
<td class="t_t1">165</td>
<td>55</td>
<td>55</td>
<td>55</td>
<td>55</td>
</tr>
<tr>
<td height="25">L</td>
<td class="t_t2">170</td>
<td>60</td>
<td>60</td>
<td>60</td>
<td>60</td>
</tr>
</tbody>
</table>
<div class="size-info">※ 以上尺寸为实物实际测量,因测量方式不同会有略微误差,相关数据仅作参考,以收到实物为准。</div>
</div>
</div>
<!--弹层结束-->
</div>
<br />
<br />
<div id="dialogid6" style="display:none;">
<!--弹层开始-->
<div class="dialog-goods">
<div class="bigpic">
<ol>
<a href="#"><img src="http://static.yohobuy.com/images/p_450_600_1.jpg" /></a>
</ol>
<div class="piclist">
<div class="pre"><a href="#" class="piclist_pre" title="向前"></a></div>
<div class="con">
<ul>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_1.jpg" /></a></li>
<li class="act"><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_2.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_3.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_4.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_5.jpg" /></a></li>
<li><a href="#"><img src="http://static.yohobuy.com/images/p_60_60_6.jpg" /></a></li>
</ul>
</div>
<div class="next"><a href="#" class="piclist_next" title="向后"></a></div>
</div>
</div>
<div class="info">
<div class="title">
<h2>Feelingtown菲林唐原创手工制作 欧美风 超长裙 红 (女款)</h2>
<h3>Since 1922经典定番</h3>
</div>
<div class="type">
<span class="type_s">新品</span> <span class="type_s">热销</span> <span class="type_s">限量</span>
</div>
<div class="price">
<span class="oldprice">原价:<del>¥138.00</del></span>
<span class="newprice">现价:¥<b>850.00</b></span>
<span class="vipprice">VIP会员:( 银卡:¥738 金卡:¥538 白金:¥338)</span>
</div>
<div class="order">
<dl class="color">
<dt>选颜色:</dt>
<dd>
<ul>
<li>
<a href="#" class="act_none"><img src="http://static.yohobuy.com/images/p_40_40_7.jpg" /><span class="mark"></span></a>
青
</li>
<li>
<a href="#" class="act"><img src="http://static.yohobuy.com/images/p_40_40_8.jpg" /><span class="mark"></span></a>
红
</li>
<li>
<a href="#" class="act_h"><img src="http://static.yohobuy.com/images/p_40_40_9.jpg" /><span class="mark"></span></a>
蓝
</li>
<li>
<a href="#"><img src="http://static.yohobuy.com/images/p_40_40_9.jpg" /><span class="mark"></span></a>
绿
</li>
<li>
<a href="#"><img src="http://static.yohobuy.com/images/p_40_40_9.jpg" /><span class="mark"></span></a>
黄
</li>
<li>
<a href="#"><img src="http://static.yohobuy.com/images/p_40_40_9.jpg" /><span class="mark"></span></a>
玫瑰红
</li>
</ul>
</dd>
</dl>
<dl class="size">
<dt>选尺码:</dt>
<dd>
<a href="#" class="act_h" title="S 肩宽40cm/胸围92cm">S<span class="mark"></span></a>
<a href="#" class="act" title="M 肩宽40cm/胸围92cm">M<span class="mark"></span></a>
<a href="#" class="act_none" title="L 肩宽40cm/胸围92cm">L<span class="mark"></span></a>
<a href="#" title="XL 肩宽40cm/胸围92cm">XL</a>
<a href="#" title="XXL 肩宽40cm/胸围92cm">XXL</a>
<span class="size-tips">
该款商品尺码偏大!
</span>
</dd>
</dl>
<dl class="num">
<dt>选数量:</dt>
<dd>
<div class="amount_wrapper">
<input name="" type="button" class="amount_cut" />
<input type="text" value="1" />
<input name="" type="button" class="amount_add" />
</div>
</dd>
</dl>
</div>
<div class="submit">
<input type="button" class="btn_addcart_m" />
</div>
</div>
<!--尺码信息-->
<div class="goods-size">
<h3>尺码信息<span>(单位:厘米)</span></h3>
<table cellpadding="0" cellspacing="0">
<thead>
<tr>
<th width="16%">尺码</th>
<th width="16%" class="t_t1">建议身高</th>
<th width="16%">衣长</th>
<th width="16%">肩宽</th>
<th width="16%">胸围</th>
<th>袖长</th>
</tr>
</thead>
<tbody>
<tr>
<td height="25">S</td>
<td class="t_t2">160</td>
<td>53</td>
<td>53</td>
<td>53</td>
<td>53</td>
</tr>
<tr class="tr_bg">
<td height="25">M</td>
<td class="t_t1">165</td>
<td>55</td>
<td>55</td>
<td>55</td>
<td>55</td>
</tr>
<tr>
<td height="25">L</td>
<td class="t_t2">170</td>
<td>60</td>
<td>60</td>
<td>60</td>
<td>60</td>
</tr>
</tbody>
</table>
<div class="size-info">※ 以上尺寸为实物实际测量,因测量方式不同会有略微误差,相关数据仅作参考,以收到实物为准。</div>
</div>
</div>
<!--弹层结束-->
</div>
<script type="text/javascript">
function openwin1(){
dialog("您尚未登录","id:dialogid1","370px","auto","id");
}
function openwin2(){
dialog("您尚未登录","id:dialogid2","370px","auto","id");
}
function openwin3(){
dialog("填写效验码","id:dialogid3","370px","auto","id");
}
function openwin4(){
dialog("注册成功","id:dialogid4","370px","auto","id");
}
function openwin5(){
dialog("加价购商品信息","id:dialogid5","650px","auto","id");
}
function openwin6(){
dialog("商品信息","id:dialogid6","650px","auto","id");
}
</script>
</div>
<!--页尾帮助开始-->
<div class="helpinfo">
<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 class="footer">
<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> <!--页尾结束-->
</body>
</html>