forked from SCGYstudent-union/website-of-SCGY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (251 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
255 lines (251 loc) · 13.9 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html>
<head>
<!--text-->
<title>中国科学技术大学少年班学院</title>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta name="keywords" content="中国科学技术大学,少年班学院,学生会,中科大,少院">
<meta name="author" content="少年班学院学生会技术部">
<meta name="description" content="少年班学院学生会主页">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" >
<link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="./universal_css/menu.css" rel="stylesheet"/>
<script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./universal_js/menu.js"></script>
<style type="text/css">
.section1{
padding-top:45px;
}
.part_style{
height:100%;
font-size:2.75vw;
margin:0;
}
.part_contain{
text-align:center;
margin-top:15%;
margin-left:5%;
margin-right:5%;
}
.sub_part_contain{
text-align:center;
margin:1.25% 5%;
padding:2% 0;
border-top:gray 2px solid;
}
.little_title{
font-size:80%;
margin:3% 5%;
margin-bottom:0;
line-height:100%;
}
.a_little_title{
text-align:right;
padding:1% 2%;
border-top:gray 1px solid;
border-left:gray 1px solid;
background-color:#D8D8D8;
}
.little_title2{
font-size:80%;
margin:3% 5%;
margin-bottom:0;
line-height:100%;
text-align:right;
}
.a_little_title2{
text-align:right;
padding:1% 2%;
border-top:gray 1px solid;
border-right:gray 1px solid;
background-color:#D8D8D8;
}
</style>
</head>
<body>
<div class="row hidden-sm hidden-xs" style="background-color:#323232; position:fixed; z-index:100; width:105%;">
<div class="col-sm-3 col-md-3 col-xl-3">
<button style="margin-left:10%" type="button" class="head-button btn"><a style="font-size:1.75vw;" class="head-button" href="index.html">少年班学院学生会</a></button>
</div>
<div class="col-sm-3 col-md-3 col-xl-3"></div>
<div class="col-sm-1 col-md-1 col-xl-1 dropdown">
<button type="button" class="head-button btn dropdown-toggle" aria-pressed="false" data-toggle="dropdown" id="dropdownMenu1">
院会介绍 <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
<li role="presentation">
<a role="menuitem" tabindex="-1" href="./html_index/html_zzjg/zzjg.html">组织架构</a>
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="./html_index/html_xcsp/xcsp.html">宣传视频</a>
</li>
</ul>
</div>
<div class="col-sm-1 col-md-1 col-xl-1 dropdown">
<button type="button" class="head-button btn dropdown-toggle" data-toggle="dropdown" id="dropdownMenu2">
活动新闻 <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
<li role="presentation">
<a role="menuitem" tabindex="-1" href="./html_index/html_yhyw/yhyw.html">院会要文</a>
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="./html_index/html_tzgg/tzgg.html">通知公告</a>
</li>
</ul>
</div>
<div class="col-sm-1 col-md-1 col-xl-1 dropdown">
<button type="button" class="head-button btn dropdown-toggle" data-toggle="dropdown" id="dropdownMenu3">
权益福利 <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu3">
<li role="presentation">
<a role="menuitem" tabindex="-1" href="http://scgyqy.ourscgy.ustc.edu.cn/" target="_blank">权益维护</a>
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="http://mp.weixin.qq.com/s/TOAzFOAc9j__8a6ov2f6qg" target="_blank">少院纪念品</a>
</li>
<li role="presentation">
<a role="menuitem" tabin2ex="-1" href="http://scgypf.ourscgy.ustc.edu.cn" target="_blank">少年班讲坛报名</a>
</li>
</ul>
</div>
<div class="col-sm-1 col-md-1 col-xl-1">
<button type="button" class="head-button btn"><a class="head-button" href="./html_index/html_yk/yb.html">少院院刊</a></button>
</div>
<div class="col-sm-1 col-md-1 col-xl-1">
<button type="button" class="head-button btn"><a class="head-button" href="./html_index/html_lxwm/lxwm.html">联系我们</a></button>
</div>
</div>
<div class="row hidden-md hidden-lg" style="text-align:center; background-color:#323232; position:fixed; z-index:98; width:105%;">
<div class="col-xs-12 hidden-sm"><p onclick="window.open('index.html','_self')" class="head-title-xs">少院学生会</div>
<div class="col-sm-12 hidden-xs"><p onclick="window.open('index.html','_self')" class="head-title-sm">少年班学院学生会</p></div>
</div>
<div class="hidden-md hidden-lg" style="position:fixed;z-index:99;">
<div type="button" class="hidden-sm butt btn" id="flip1">菜单</div>
<div type="button" class="hidden-xs butt btn" id="flip2">菜单</div>
<div class="flip_contain" id="pane">
<div type="button" class="pane_button butt" id="panel">院会介绍 <span class="caret"></span></div>
<div class="pane_contain" id="sub_pane1">
<div type="button" class="sub_pane_button"><a class="butt" href="./html_index/html_zzjg/zzjg.html">组织架构</a></div>
<div type="button" class="sub_pane_button"><a class="butt" href="./html_index/html_xcsp/xcsp.html">宣传视频</a></div>
</div>
<div type="button" class="pane_button butt" id="pane2">活动新闻 <span class="caret"></span></div>
<div class="pane_contain" id="sub_pane2">
<div type="button" class="sub_pane_button"><a class="butt" href="./html_index/html_yhyw/yhyw.html">院会要文</a></div>
<div type="button" class="sub_pane_button"><a class="butt" href="./html_index/html_tzgg/tzgg.html">通知公告</a></div>
</div>
<div type="button" class="pane_button butt" id="pane3">权益福利 <span class="caret"></span></div>
<div class="pane_contain" id="sub_pane3">
<div type="button" class="sub_pane_button"><a class="butt" href="http://scgyqy.ourscgy.ustc.edu.cn/" target="_blank">权益维护</a></div>
<div type="button" class="sub_pane_button"><a class="butt" href="http://mp.weixin.qq.com/s/TOAzFOAc9j__8a6ov2f6qg" target="_blank">少院纪念品</a></div>
<div type="button" class="sub_pane_button"><a class="butt" href="http://scgypf.ourscgy.ustc.edu.cn" target="_blank">少年班讲坛报名</a></div>
</div>
<div type="button" class="pane_button"><a class="butt" href="./html_index/html_yk/yb.html">少院院刊</a></div>
<div type="button" class="pane_button"><a class="butt" href="./html_index/html_lxwm/lxwm.html">联系我们</a></div>
</div>
</div>
<div class="row section1">
<img style="width: 100%" src="./index_material/beginning.gif">
</div>
<!--
<div style="width:100%;background-color:#FFFFFF;">
<img src="./index_material/def.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;"/>
<div class="row" >
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style" style="padding-left:10%;">
<img src="./dream_of_youth/index_material/1.png" style="height:100%;width:100%;"/>
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style">
<div class="row little_title">
<div><a type="button" class="btn btn-outline-primary" href="./dream_of_youth/index.html" style="background-color:#5485CD;color:#FFFFFF;font-size:80%;">活动专场</a></div>
</div>
<div class="sub_part_contain" style="font-size:4vw;">
<p>少年游 • 光</p>
<a href="./dream_of_youth/index.html"><small>进入活动专场<small></a>
</div>
</div>
</div>
<img src="./index_material/abc.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;"/>
</div>
-->
<div style="width:100%;background-color:#EBF0EE;">
<img src="./index_material/def.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
<div class="row">
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style">
<div class="part_contain">
<p>学生会?是一个什么样的存在?</p>
<a href="./html_index/html_zzjg/zzjg.html">点击这里了解更多</a>
<a href="./html_index/html_xcsp/xcsp.html"><br>点击观看宣传视频</a>
</div>
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style" style="padding-right:10%;">
<img src="./index_material/psb2.jpg" style="height:100%;width:100%;" />
</div>
</div>
<img src="./index_material/abc.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
</div>
<div style="width:100%;background-color:#FFFFFF;">
<img src="./index_material/def.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
<div class="row">
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style" style="padding-left:10%;">
<img src="./index_material/yk_cover.png" id="yk_cover" style="height:100%;width:100%;" />
<!--这里改院刊图片-->
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style">
<div class="row little_title">
<div><a type="button" class="btn btn-outline-primary" href="./html_index/html_yk/yb.html" style="background-color:#5485CD;color:#FFFFFF;font-size:80%;">少院院刊</a></div>
</div>
<div class="sub_part_contain">
<p id="yk_title">恰同学少年 四月刊</p>
<a id="yk_href" href="./html_index/html_yk/yb.html">点击这里了解更多</a>
</div>
</div>
</div>
<img src="./index_material/abc.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
</div>
<div style="width:100%;background-color:#EBF0EE;">
<img src="./index_material/def.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
<div class="row">
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style" style="padding-left:10%;">
<img src="./index_material/yhyw_cover.jpg" id="yhyw_cover" style="height:100%;width:100%;" />
<!--这里改新闻图片,改图别改名-->
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style">
<div class="row little_title">
<div><a type="button" class="btn btn-outline-primary" href="html_index/html_yhyw/yhyw.html" style="background-color:#5485CD;color:#FFFFFF;font-size:80%;">最新新闻</a></div>
</div>
<div class="sub_part_contain">
<p id="yhyw_title">少年班学院学生会全员大会顺利召开</p>
<a id="yhyw_href" href="./html_index/html_yhyw/html_news/news_content/new_2019_06_12/new_2019_06_12.html">点击这里了解更多</a>
</div>
</div>
</div>
<img src="./index_material/abc.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
</div>
<div style="width:100%;background-color:#FFFFFF;">
<img src="./index_material/def.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
<div class="row">
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style">
<div class="row little_title2">
<a type="button" class="btn btn-outline-primary" href="./html_index/html_tzgg/tzgg.html" style="background-color:#5485CD;color:#FFFFFF;font-size:80%;">公告栏</a>
</div>
<div class="sub_part_contain">
<p id="tzgg_title">“少年‘识’堂”——陈仙辉院士</p>
<a id="tzgg_href" href="./html_index/html_tzgg/tzgg_content/html_tzgg036/tzgg036.html">点击这里了解更多</a>
</div>
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-xm-6 part_style" style="padding-right:10%;">
<img src="./index_material/tzgg_cover.jpg" id="tzgg_cover" style="height:100%;width:100%;" />
<!--这里改通知图片,改图别改名-->
</div>
</div>
<img src="./index_material/abc.png" style="margin-left:37%;height:30%;width:25%;margin-top:5%;" />
</div>
<div class="footer">
<p class="foot">少年班学院学生会© 2017‐2018 All rights reserved.</p>
<a class="foot" href="./html_index/html_lxwm/lxwm.html">联系我们</a>
</div>
</body>
</html>