-
Notifications
You must be signed in to change notification settings - Fork 3
/
idt.html
182 lines (167 loc) · 6.21 KB
/
idt.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>数字身份系统</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/gif" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Desire Host Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<!-- <script type="application/x-javascript">addEventListener("load",
function() {
setTimeout(hideURLbar, 0);
},
false);
function hideURLbar() {
window.scrollTo(0, 1);
}</script> -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<link href="css/popup.css" rel='stylesheet' type='text/css' />
<script src="js/jquery.min.js"></script>
<!--webfonts-->
<!-- <link href='http://fonts.useso.com/css?family=Lato:100,300,400,700,100italic,400italic,700italic|Abril+Fatface|Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800' rel='stylesheet' type='text/css'> -->
<!--//webfonts--></head>
<!-- <style>
.dropdown {
position: relative;
display: inline-block;
color:black;
background:white;
/* opacity:1; */
position: relative;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
border-color:white;
background:white;
/* opacity:1; */
position: relative;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style> -->
<body>
<!--start-home-->
<div id="home" class="header">
<div class="header-bottom two">
<div class="container">
<div class="logo">
<a href="index.html">
<h1>上海对外经贸大学</h1></a>
</div>
<span class="menu"></span>
<div class="top-menu">
<ul>
<nav class="cl-effect-5">
<li class="dropdown">
<a href="index.html" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span data-hover="中心简介">中心简介</span>
</a>
<ul class="dropdown-content">
<li><a href="index.html#development">发展目标</a></li>
<li><a href="index.html#technology">技术研究及应用方向</a></li>
</ul>
</li>
<li class="dropdown">
<a href="about.html" role="button" aria-haspopup="true" aria-expanded="false">
<span data-hover="成员介绍">成员介绍</span>
</a>
<ul class="dropdown-content">
<li> <a href="about.html#introduce">主要成员介绍</a></li>
<li> <a href="about.html#doctor">主要博士(后)生</a></li>
<li> <a href="about.html#graduate">硕士/本科(生)</a></li>
</ul>
</li>
<li>
<a href="service.html">
<span data-hover="应用集市" >应用集市</span></a>
</li>
<li>
<a href="kaiyuan.html">
<span data-hover="开源生态">开源生态</span></a>
</li>
<li>
<a href="idt.html">
<span data-hover="数字身份系统">数字身份系统</span></a>
</li>
<li class="dropdown">
<a href="plans.html" role="button" aria-haspopup="true" aria-expanded="false">
<span data-hover="成果展示">成果展示</span>
</a>
<ul class="dropdown-content">
<li> <a href="plans.html#academic">学术论文与专著</a></li>
<li> <a href="plans.html#patent">专利</a></li>
<li> <a href="plans.html#Competition">比赛荣誉</a></li>
</ul>
</li>
<li>
<a href="domain.html">
<span data-hover="课题合作伙伴">课题合作伙伴</span></a>
</li>
<li>
<a href="contact.html">
<span data-hover="联系我们">联系我们</span></a>
</li>
</nav>
</ul>
</div>
<!-- script for menu -->
<script>$("span.menu").click(function() {
$(".top-menu").slideToggle("slow",
function() {
// Animation complete.
});
});</script>
<!-- script for menu -->
<div class="clearfix"></div>
</div>
</div>
</div>
<!--start-services-->
<iframe marginwidth=0 marginheight=0 width="100%" height="700px" src="数字身份系统.html" frameborder="no"></iframe>
</div>
<!---- footer --->
<div class="footer text-center">
<div class="container">
<div class="copy">
<p> Copyright © 2020. SUIBE AI&CM All rights reserved. </p>
</div>
</div>
</div>
<!--start-smoth-scrolling-->
<script type="text/javascript">jQuery(document).ready(function($) {
$(".scroll").click(function(event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
},
1000);
});
});</script>
<!--start-smoth-scrolling-->
<script type="text/javascript">$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});</script>
<a href="#home" id="toTop" class="scroll" style="display: block;">
<span id="toTopHover" style="opacity: 1;"></span>
</a>
</body>
</html>