-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDriver_mailus.html
More file actions
132 lines (124 loc) · 4.68 KB
/
Driver_mailus.html
File metadata and controls
132 lines (124 loc) · 4.68 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<title>联系我们</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Inventor Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style_home.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic"
rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet" type="text/css">
<style type="text/css">
.mail-left h3 {
font-size: 1.8em;
color: #999;
margin: 0;
padding-left: 4em;
}
.mail-left ul {
padding: 2em 7em;
border-top: 1px solid #EAEAEA;
}
.mail-left ul li {
display: inline-block;
font-size: 1.2em;
padding-left: 1.5em;
padding-right: 3em;
color: #999;
font-weight: 600;
vertical-align: top;
}
.footer-bottom {
margin-top: 0em;
padding-top: 1.5em;
border-top: 1px solid #434343;
}
.footer-bottom p {
text-align: center;
padding-bottom: 0.5em;
}
</style>
</head>
<body>
<!-- bannner -->
<div class="banner1">
<div class="container">
<div class="logo">
<a href="Driver_main.html">Pass All<span>Logistics Transportation System</span></a>
</div>
<div class="navigation">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="cl-effect-13" id="cl-effect-13">
<ul class="nav navbar-nav">
<li><a href="Driver_main.html">主页</a></li>
<li><a href="Driver_check.html">查看订单</a></li>
<li><a href="Driver_applied.html">已申请订单</a></li>
<li><a href="Driver_passed.html">已通过订单</a></li>
<li><a href="Driver_information.html">个人资料</a></li>
<li><a href="Driver_mailus.html" class="active">联系我们</a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
<!-- //bannner -->
<!-- mail -->
<div class="mail">
<div class="container">
<div class="col-md-9 mail-left">
<h3>Group <span>Info</span></h3>
<ul>
<li><i class="glyphicon glyphicon-flag" aria-hidden="true"></i>小组名称<a>优秀小组!</a></li>
<li style="margin-left: 99px;"><i class="glyphicon glyphicon-home" aria-hidden="true"></i>指挥中心<a>586142853</a></li>
</ul>
<ul>
<li><i class="glyphicon glyphicon-send" aria-hidden="true"></i>小组口号<a>小组优秀!</a></li>
<li style="margin-left: 99px;"><i class="glyphicon glyphicon glyphicon-user" aria-hidden="true"></i>小组成员
<a>赵旭 164554</a>
<a>董煜 164568</a>
<a>邱东东 164557</a>
<a>阿布都日西提.买买提 164571</a>
<a>张仔涵 164562</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //mail -->
<!--//copyright-->
<div class="footer-bottom">
<p>Copyright © Group Shige All Rights Reserved.</p>
<div class="clearfix"> </div>
</div>
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
</body>
</html>