-
Notifications
You must be signed in to change notification settings - Fork 1
/
orders.html
47 lines (47 loc) · 1.77 KB
/
orders.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
<!DOCTYPE html>
<html>
<head lang="zh-cn">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="renderer" content="webkit">
<meta name="keywords" content="your keywords">
<meta name="description" content="your description">
<meta name="author" content="author,email address">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,maximum-scale=1,minimum-scale=1">
<meta content="telephone=no,email=no" name="format-detection">
<title>订单管理</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" media="screen" href="css/reset.css"/>
<link rel="stylesheet" href="css/Global.css"/>
<link rel="stylesheet" href="css/orders.css"/>
<script src="js/aplus.js"></script>
<script src="js/zepto.min.js"></script>
</head>
<body class="order-bg-theme">
<section class="main">
<nav>
<div class="subhead">
<div class="sub-left"><a href="javascript:history.go(-1)">返回</a></div>
我的订单
<div class="sub-right"><a href="AfterSale.html">售后进度</a></div>
</div>
</nav>
<header>
<div class="status-load" id="status-load">
<div class="load1 load-chk">已完成</div>
<div class="load2">未完成</div>
<div class="load3">已取消</div>
</div>
</header>
<section id="order-main">
</section>
</section>
<footer>
<a href="index.html" class="main-info">首页</a>
<a href="orders.html" class="order-info chk-tabs-2">订单</a>
<a href="customer.html" class="esq-info">客服</a>
<a href="mine.html" class="mine-info">我的</a>
</footer>
</body>
<script src="js/often.js" charset="utf-8"></script>
</html>