-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
212 lines (212 loc) · 9.09 KB
/
cart.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
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
<title>购物车</title>
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/cart.css"/>
</head>
<body>
<!--顶部通栏 start-->
<header class="jd_topBar">
<a class="icon_back"></a>
<h3>购物车</h3>
<a href="#" class="icon_menu"></a>
</header>
<!--顶部通栏 end-->
<!--安全提示 start-->
<div class="jd_safeTip">
<p>您正在安全购物环境中,请放心购物</p>
</div>
<!--安全提示 start-->
<!--店铺区块 start-->
<div class="jd_shop">
<div class="jd_shop_tit">
<div class="jd_shop_tit_check">
<a href="#" class="jd_check_box"></a>
</div>
<div class="jd_shop_tit_con">
<div class="f_left">
<img src="images/buy-logo.png" alt=""/>
<span class="shop_name">京东自营</span>
</div>
<div class="f_right">您享受满79元免运费服务</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--店铺区块 end-->
<!--店铺区块 start-->
<div class="jd_shop">
<div class="jd_shop_tit">
<div class="jd_shop_tit_check">
<a href="#" class="jd_check_box"></a>
</div>
<div class="jd_shop_tit_con">
<div class="f_left">
<img src="images/buy-logo.png" alt=""/>
<span class="shop_name">京东自营</span>
</div>
<div class="f_right">您享受满79元免运费服务</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="jd_product">
<div class="jd_product_check">
<a href="#" class="jd_check_box" checked></a>
</div>
<div class="jd_product_con">
<a class="product_img" href="#"><img src="images/detail01.jpg" alt=""/></a>
<div class="product_info clearfix">
<a href="#" class="product_name">华为(HUAWEI)荣耀平板优享版 Wifi 8英寸平板电脑(高通骁龙 64位四核1280×800 2G/16G 4800mAh)香槟金</a>
<p class="product_price">¥1000.00</p>
<div class="product_option">
<div class="f_left option_box">
<span>-</span>
<!--调用数字键盘-->
<input type="tel"/>
<span>+</span>
</div>
<div class="f_right delete_box">
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--店铺区块 end-->
<!--弹出框-->
<div class="jd_win">
<div class="jd_win_box">
<p class="title">您确定删除这个商品吗?</p>
<div class="button clearfix">
<a href="javascript:;" class="cancel">取消</a>
<a href="javascript:;" class="submit">确定</a>
</div>
</div>
</div>
<script src="js/common.js"></script>
<script src="js/cart.js"></script>
</body>
</html>