加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
After_sale.html 6.01 KB
一键复制 编辑 原始数据 按行查看 历史
czh2018 提交于 2020-08-07 11:26 . 1.0提交
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>深圳市递送易国际物流有限公司</title>
<link rel="icon" href="images/icon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/layui.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/Personal_center.css">
<link rel="stylesheet" href="css/aftersale.css">
</head>
<body>
<iframe src="top.html" marginheight="0" marginwidth="0" frameborder="0" scrolling="no" width="100%"
height="694px"></iframe>
<div id="all">
<div class="introduction container_full" id="app">
<iframe src="LeftSidebar.html" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"
height="890px" width="237px"></iframe>
<div id="all_right">
<div class="m_a">
<span>个人中心</span>
<span>售后/客服</span>
</div>
<div class="content_one">
<div class="My_ticket">
<div class="border-one">
<p>我的工单</p>
</div>
<hr />
<table class="table table-hover">
<thead>
<tr>
<th>工单编号</th>
<th>问题内容</th>
<th>问题分类</th>
<th>提交时间</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody style="display: none;">
<tr>
<td>YZ15896326</td>
<td>退件</td>
<td>海外仓储</td>
<td>2019-11-1</td>
<td>处理中</td>
<td>
<a href="javascript:void(0);" class="aicon_delete"></a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="center-one">
<p>亲,您暂无工单哦~</p>
</div>
<div class="account_info">
<div class="border-one">
<p>账户信息</p>
</div>
<hr />
<div class="padding-one">
<div class="margin-top-one">
<div class="box">
<p>海外仓库问题</p>
<span>工单将在24小时内回复</span>
<a href="Overseas_warehouse.html"><button class="btn">点此提交</button></a>
</div>
<div class="box margin-two">
<p>转运问题</p>
<span>工单将在24小时内回复</span>
<a href="Transshipment_problem.html"><button class="btn">点此提交</button></a>
</div>
<div class="box">
<p>退件问题</p>
<span>工单将在24小时内回复</span>
<a href="Return_issue.html"><button class="btn">点此提交</button></a>
</div>
</div>
<div class="margin-top-one">
<div class="box">
<p>海关退运、扣件</p>
<span>工单将在24小时内回复</span>
<a href="Customs_return.html"><button class="btn">点此提交</button></a>
</div>
<div class="box margin-two">
<p>余额提现</p>
<span>工单将在24小时内回复</span>
<a href="Invoice_problem.html"><button class="btn">点此提交</button></a>
</div>
<div class="box">
<p>保险与理赔</p>
<span>工单将在24小时内回复</span>
<a href="Insurance_claim.html"><button class="btn">点此提交</button></a>
</div>
</div>
<div class="margin-top-one">
<div class="box">
<p>投诉与建议</p>
<span>工单将在24小时内回复</span>
<a href="Suggestions.html"><button class="btn">点此提交</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script src="js/footer.js"></script>
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/layer.js"></script>
<script src="js/layui.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化