-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (71 loc) · 2.45 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>极客之地</title>
<script src="jquery-3.3.1.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="header">
<div class="photoshow">
<div class="photo1">
</div>
<div class="photo2">
</div>
<div class="container">
<button class="hide1" style="height:50px;width:95px">隐藏</button>
<button class="show1" style="height:50px;width:95px">显示</button>
<button class="hide2" style="height:50px;width:95px">隐藏</button>
<button class="show2" style="height:50px;width:95px">显示</button>
</div>
</div>
</div>
<div class="school">
<div>
<div class="jianzhu"></div>
<div class="keda"></div>
<div class="qinghua"></div>
</div>
<div class="b1">
<button class="b11" style="height: 50px;width: 95px"><a>点击了解建大</a></button>
<button class="b12" style="height: 50px;width: 95px"><a>点击了解清华</a></button>
<button class="b13" style="height: 50px;width: 95px"><a>点击了解科大</a></button>
</div>
<div>
<div class="anda"></div>
<div class="beida"></div>
<div class="zheda"></div>
</div>
<div>
<button class="b11" style="height: 50px;width: 95px"><a>点击了解安大</a></button>
<button class="b12" style="height: 50px;width: 95px"><a>点击了解北大</a></button>
<button class="b13" style="height: 50px;width: 95px"><a>点击了解浙大</a></button>
</div>
</div>
<div class="aside">
<div class="article1">
<h4>未来时光</h4>
<p>我希望有个如你一般的人</p>
<p>如山间清爽的风</p>
<p>如古城温暖的光</p>
<p>由清晨到夜晚</p>
<p>由山野到书房</p>
<p>只要最后是你就好</p>
</div>
<br/>
<br/>
<div class="article2">
<h4>悟我</h4>
<p>想必有人曾说过</p>
<p>人的一生,冥冥中自有安排</p>
<p>做与不做</p>
<p>好与不好</p>
<p>或许就并不那么重要了吧</p>
<p>是你?</p>
<p>你觉得呢?</p>
</div>
</div>
</body>
</html>