-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
80 lines (77 loc) · 1.97 KB
/
detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=0.6, maximum-scale=0.6, minimum-scale=0.6">
<title>闪送超市</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/detail.css">
<!-- <script type="text/javascript" src="http://libs.baidu.com/jquery/2.0.0/jquery.js"></script> -->
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
<script type="text/javascript" src="js/js.js"></script>
</head>
<body>
<div class="layout">
<!-- 搜索头部 -->
<header>
<div class="back">
<a href="index.html"><</a>
</div>
</header>
<article>
<div class="article">
<div class="tu">
<img src="images/img1.png" alt="">
</div>
<div class="message">
<p>Crocs卡骆驰休闲鞋 中性前鋒克骆格平底沙滩洞洞鞋防水雨鞋/14300 炭灰/蔚蓝-0F2 M4/W6</p>
<span>¥100.00</span>
</div>
<div class="size">
<p>尺码</p>
<ul>
<li>38</li>
<li>39</li>
<li>40</li>
<li>41</li>
<li>42</li>
<li>43</li>
</ul>
</div>
<pre>
<p>商品信息</p>
品牌名称: Crpss
商品名称: 透气舒适男鞋 时尚流线男士拖鞋
产地: 中国浙江
款式: 浅口
包头: 圆头
闭合方式: 套脚
风格: 运动
功能: 轻便 透气
流行元素: 编织
适合场合: 运动休闲
筒高: 短筒
鞋帮: 低帮
鞋底材料: 其它
跟高: 平跟
类型: 透气鞋
适用季节: 不限
面材质: 织物
</pre>
</div>
</article>
<!-- footer -->
<div class="pro_ft"></div>
<footer>
<div class="buy">
<ul>
<li id="addG">加入购物车</li>
<li id="iBuy">立即购买</li>
</ul>
</div>
</footer>
</div>
</div>
</body>
</html>