-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
48 lines (45 loc) · 1.76 KB
/
aboutUs.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
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/public.css">
</head>
<body>
<nav class="navbar navbar-default" style="background-color: #f44444;">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="javascript:window.history.back()">
<img alt="Brand" src="img/[email protected]" class="img-responsive img-h">
</a>
<p class="navbar-text text-center nav-txt" style="color:#fff !important">关于我们 </p>
</div>
</div>
</nav>
<style>
.marlrb{
display: block;
margin: 40px auto;
}
.p_padding{
padding: 0 15px;
}
</style>
<section id="question" style="margin-top:74px;">
<img class="marlrb" src="img/logo.png" alt="" width="30%">
<p class="p_padding">当前版本:1.2.3</p>
<p class="p_padding">产品名称:彩站助手</p>
<p class="p_padding">当前版本:www.rongqiangu.com</p>
<p class="p_padding">客服电话:028-84167287</p>
<p class="p_padding">版权所有:四川荣千谷科技有限公司</p>
<p></p>
<p class="p_padding">产品介绍:彩站助手是为全国三十万彩票投注站量身定制的用户管理工具。</p>
</section>
<!-- 引入 jQuery 库 -->
<script src="js/jquery.js"></script>
<!-- 引入 jQuery Mobile 库 -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>