-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
45 lines (43 loc) · 1.64 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
{{require('template/head.html')}}
<title>联系我们</title>
<link rel="stylesheet" href="css/page.css"/>
</head>
<body class="user-copyright-all">
<div class="wrap box">
<header class="top-header">
<h1 class="title">联系我们</h1>
<a href="javascript:history.back();" class="btn-back"><i class="icon icon-arrow"></i></a>
<!--头部右边按钮 导航菜单 -->
{{require('template/topnav.html', {'page':'user-index'})}}
</header>
<div class="flex">
<!--内容区 滚动区-->
<div class="flex-content">
<ul class="contact-us">
<li class="website">
<h3>网站</h3>
<p><a href="https://www.baiyangwang.com/">www.baiyangwang.com</a></p>
</li>
<li class="tell">
<h3>百洋商城订购热线</h3>
<p><a href="tel:400-6799-859">400-6799-859</a></p>
</li>
<li class="email">
<h3>邮箱</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</li>
<li class="location">
<h3>总部地址</h3>
<p>青岛市市北区开封路88号百洋健康科技园</p>
</li>
</ul>
</div>
</div>
</div>
<script src="js/config.js"></script>
<script>seajs.use('widget')</script>
</body>
</html>