mbsecondmenu.html
5.8 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/swiper-3.4.2.min.css">
<title>Tianjin Medical University Cancer Institute & Hospital</title>
<style>
.mb0 {
margin-bottom: 0px;
}
.container-fluid {
margin: 0%;
padding: 0%;
}
.swiper-pagination-bullet-active {
background: #00a16c;
}
@media only screen and (min-width: 768px) {
.mobile {
display: none;
}
}
/* 小屏幕(平板,大于等于 768px) */
@media only screen and (max-width: 768px) {
html,
body {
font-size: 16px;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.mobile {
max-width: 100%;
}
.pc {
display: none;
}
.logo {
width: 50%;
}
/* .brand-logo {
display: inline-block;
height: auto;
max-width: 100%;
} */
.title-left-right img {
max-width: 100%;
max-height: 100%;
}
.title-left-right {
display: flex;
padding: 0.6rem 0.5rem;
}
.title-left {
display: block;
flex: 2;
text-align: left;
margin-top: 0.3rem;
}
.title-right img {
width: 25%;
margin: 0;
padding: 0;
}
.title-right {
flex: 1;
text-align: right;
margin-top: 0.5rem;
}
.header {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0.8rem;
}
.header a {
text-decoration: none;
font-size: 1.4rem;
color: #666666;
font-weight: 400;
}
.container {
padding: 0 1rem;
height: 100%;
}
.container .word-title {
padding: 3rem 0;
font-size: 1rem;
font-weight: bold;
text-align: left;
color: #666666;
}
.word-imgcontent h5 {
font-size: 1.1rem;
margin-bottom: 0.4rem;
color: #00a16c;
margin-top: 1.5rem;
}
.word-imgcontent img {
max-width: 100%;
max-height: 100%;
}
.footer-footer {
margin-top: 4rem;
background-color: #00a16c;
padding: 1.5rem;
text-align: center;
}
.footer-footer a {
color: #fff;
font-weight: bold;
font-size: 1.1rem;
text-decoration: none;
}
}
</style>
</head>
<body>
<div class="mobile container-fluid">
<nav class="title-left-right">
<a class="logo title-left" href="#">
<img class="brand-logo" src="../images/01mobile-main/pic (5).png" alt="">
</a>
<a class="title-right" href="../index.html">
<img class="navbar-toggle " src="../images/02mobile-menu/pic (1).png" alt="">
</a>
</nav>
<header class="header">
<a href="../index.html" class="aback">
< Back </a>
</header>
<div class="container">
<div class="word-title">
Welocme to the Tianjin readers will have trouble with your forms if you don't include a label for every input. For these input groups, ensure that any additional label or functionality is conveyed to assistive technologies.
</div>
<div class="word-imgcontent">
<h5>Welocme message</h5>
<img src="../images/03mobile-secondmenu/pic (3).png" alt="">
</div>
<div class="word-imgcontent">
<h5>Mission and Vision</h5>
<img src="../images/03mobile-secondmenu/pic (4).png" alt="">
</div>
<div class="word-imgcontent">
<h5>LeaderShip</h5>
<img src="../images/03mobile-secondmenu/pic (5).png" alt="">
</div>
<div class="word-imgcontent">
<h5>History and Milestones</h5>
<img src="../images/03mobile-secondmenu/pic (6).png" alt="">
</div>
<div class="word-imgcontent">
<h5>Quick Facts</h5>
<img src="../images/03mobile-secondmenu/pic (7).png" alt="">
</div>
<div class="word-imgcontent">
<h5>Organization Management</h5>
<img src="../images/03mobile-secondmenu/pic (8).png" alt="">
</div>
</div>
<div class="footer-footer">
<a href="../pcSecond.html">
LEARN MORE ABOUT US >
</a>
</div>
</div>
<script src="../js/jquery-1.11.3.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/swiper-3.4.2.jquery.min.js"></script>
<script>
// $(".aback").click(function(){
// window.history.back(-1);
// })
</script>
</body>
</html>