-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClientService.html
More file actions
29 lines (27 loc) · 952 Bytes
/
ClientService.html
File metadata and controls
29 lines (27 loc) · 952 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
27
28
29
{% extends "_layout/layout.html" %}
{% block title %}商家服务 – 钱沿支付{% endblock %}
{% block bodyClass %}class="bg-gray"{% endblock %}
{% block body %}
<section class="container">
<div class="page-banner page-banner-1">
<div class="page-banner-bg" style="background-image:url('ow_mobile_depend/images/banner/banner3.jpg')">
</div>
</div>
</section>
<main class="merchanServices">
<ul class="list-menu">
<li>
<a href="FeedBack.html">
<i class="menu-icon-notepad"></i>
<span>反馈留言</span>
</a>
</li>
<li>
<a href="Service.html">
<i class="menu-icon-question"></i>
<span>常见问题</span>
</a>
</li>
</ul>
</main>
{% endblock %}