mbsecondmenuAbout.html
5.4 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
<!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%;
}
.title-right {
flex: 1;
text-align: right;
margin-top: 0.5rem;
}
.header {
width: 100%;
display: inline-block;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 1.2rem 2rem;
text-decoration: none;
font-size: 1.4rem;
color: #000;
font-weight: bolder;
display: flex;
}
.spanactive {
color: #00a16c;
}
.container {
padding: 0;
height: 100%;
}
.header-left {
flex: 12;
text-align: left;
white-space:nowrap;
font-size: 1.2rem;
}
/* .header:active {
color: #00a16c!important;
text-decoration: none;
} */
.header-right {
flex: 1;
text-align: right;
color: #ccc;
}
}
</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>
<!-- href="javascript:history.back(-1)" -->
<a class="title-right" href="../index.html">
<img class="" src="../images/02mobile-menu/pic (1).png" alt="">
</a>
</nav>
<div class="container">
<a href="../pcSecond.html" class="header">
<span class="header-left spanactive">About Us</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</a>
<a href="../details01-01.html" class="header">
<span class="header-left">CLinical Resources</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</a>
<a href="../details02-02.html" class="header">
<span class="header-left">Research & Education</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</a>
<a href="../details03-03.html" class="header">
<span class="header-left">Internation Collaboration</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</a>
<a href="../index.html" class="header">
<span class="header-left">News Release</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</a>
<a href="../index.html" class="header">
<span class="header-left">Contact Us</span>
<span class="header-right">></span>
<!-- <img class="header-right" src="../images/02mobile-menu/pic (2).png" /> -->
</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>
</script>
</body>
</html>