-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsjk.html
36 lines (35 loc) · 917 Bytes
/
sjk.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>团购网商品展示</title>
</head>
<link rel="stylesheet" type="text/css" href="css/new_file.css" />
<body>
<div class="tuan">
<div class="box01">
<h1 class="name"><a href="#">团购网</a></h1>
<img src="img/new.gif"/>
<p><a href="#"><img src="img/pic.jpg" alt="商品名称"/></a></p>
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
</div>
<div class="box02">
<p class="tit">
<a href="#"><span>【69店通用】</span>过桥米线代金劵1张,无需预约,全场通用</a>
</p>
<p class="price">
<span>¥19.9</span>
<em>原价:¥39|6.6折</em>
</p>
<p>
<strong><img src="pic.jpg"/></strong>
</p>
</div>
</div>
</body>
</html>