-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtake-meal-waitting.html
More file actions
26 lines (25 loc) · 1012 Bytes
/
take-meal-waitting.html
File metadata and controls
26 lines (25 loc) · 1012 Bytes
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
<!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-waitting">
<div class="waitting-order">您的订单<span>Z552253279</span></div>
<div class="waitting-main">
<p>还有<span>1</span>份</p>
<p>炒鸡好吃饭</p>
</div>
<p class="tips"><strong>请您耐心等待,继续取餐!</strong></p>
</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>