This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path购物车.html
67 lines (66 loc) · 2.67 KB
/
购物车.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
63
64
65
66
67
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>购物车</title>
<link type="text/css" rel="stylesheet" href="style/reset.css">
<link type="text/css" rel="stylesheet" href="style/main.css">
</head>
<body>
<div class="headerbar">
<div class="topbar">
<div class="comwidth">
<div class="leftarea">
<a href="#" class="collection">收藏慕课</a>
</div>
<div class="rightarea">
欢迎来到慕课网!<a href="#">[登录]</a><a href="#">[免费注册]</a>
</div>
</div>
</div>
<div class="logobar">
<div class="comwidth">
<div class="logo fl">
<a href="#"><img src="images/immoc.jpg" alt="慕课网"></a>
</div>
<div class="stepBox fr">
<div class="step"></div>
<ul class="stepTxt">
<li class="s1 active">我的购物车</li>
<li class="s2 active">填写核对订单</li>
<li class="s3">订单提交成功</li>
</ul>
</div>
</div>
</div>
</div>
<div class="shoppingCar comwidth">
<div class="shoppingItem">
<h3 class="shoppingTit">收货信息</h3>
<div class="shoppingCont paddingShop">
<ul class="shoppingList">
<li><span class="shopListText"><em>*</em>选择地区:</span>
<div class="select">
<h3>北京市 海淀区 五环内</h3><span></span>
<ul class="show_select">
<li>五道口</li>
<li>三道口</li>
<li>一道口</li>
</ul>
</div>
</li>
<li><span class="shopListText"><em>*</em>详细地址:</span><input type="text" placeholder="最多输入26个汉字" class="input inputB"></li>
<li><span class="shopListText"><em>*</em>收货人:</span><input type="text" placeholder="最多输入10个汉字" class="input"></li>
<li><span class="shopListText"><em>*</em>手机:</span><input type="text" placeholder="11位数字" class="input"> 或固定电话:<input type="text" class="input" placeholder="电话号码"></li>
</ul>
</div>
</div>
</div>
<div class="hr_25"></div>
<div class="footer">
<p><a href="#">慕课简介</a><i>|</i><a href="#">慕课公告</a><i>|</i><a href="#">招纳贤士</a><i>|</i><a href="#">联系我们</a><i>|</i>客服热线:400-675-1234</p>
<p>Copyright © 2006 - 2014 慕课版权所有 京ICP备09037834号 京ICP证B1034-8373号 某市公安局XX分局备案编号:123456789123</p>
<p class="web"><a href="#"><img src="images/rely.jpg" alt="logo"></a><a href="#"><img src="images/rely.jpg" alt="logo"></a><a href="#"><img src="images/rely.jpg" alt="logo"></a><a href="#"><img src="images/rely.jpg" alt="logo"></a></p>
</div>
</body>
</html>