-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtake-meal-others.html
More file actions
28 lines (27 loc) · 1.15 KB
/
take-meal-others.html
File metadata and controls
28 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" id="viewport" name="viewport">
<title>等待取餐</title>
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="confirm-order">
<div class="pro-img img-box"><img src="./images/pro-img.jpg" alt="二黄排骨饭"></div>
<div class="order-info take-others">
<div class="waitting-order">您的订单<span>Z552253279</span></div>
<div class="waitting-main">
<p>还有<span>1</span>份</p>
<p>炒鸡好吃饭</p>
</div>
<a href="javascript:;" class="take-btn take-hot">加热取餐</a>
<a href="javascript:;" class="take-btn take-cold">取冷餐回家再热</a>
<a href="javascript:;" class="take-btn take-later">一会再取</a>
</div>
</div>
<script type="text/javascript" src="./js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="./js/common.js"></script>
</body>
</html>