-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtool.html
235 lines (220 loc) · 6.28 KB
/
tool.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>工具</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/mdui.min.css"/>
</head>
<style>
* {
margin: 0;
padding: 0;
}
html, body {
background-color: #eaedf2;
}
.tool-root {
padding-top: 10px;
padding-bottom: 35px;
}
.tool-top {
width: 100%;
height: 80px;
display: flex;
justify-content: start;
align-items: center;
}
.tool-top h4 {
margin-left: 25px;
}
.tool_list {
padding-left: 55px;
padding-right: 55px;
padding-bottom: 25px;
display: flex;
flex-wrap: wrap;
}
.div-1-3 {
display: flex;
flex-flow: column;
margin-left: 16px;
margin-top: 10px;
}
.div-1-3 div:nth-child(1) {
width: 280px;
height: 55px;
background-color: white;
border-radius: 10px;
display: flex;
justify-content: start;
align-items: center;
box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0);
/*定义动画时间类型*/
transition: transform 0.5s ease-in-out;
}
.div-1-3 div:nth-child(1) img:nth-child(1) {
width: 24px;
height: 24px;
border-radius: 5px;
margin-left: 14px;
}
.div-1-3 div:nth-child(1) h4:nth-child(2) {
font-size: 12px;
margin-left: 8px;
}
.div-1-3 div:nth-child(1) div:nth-child(3) {
display: flex;
width: 45%;
justify-content: end;
align-items: center;
}
.div-1-3 div:nth-child(1) div img:nth-child(1) {
width: 20px;
height: 20px;
margin-left: 70px;
}
.div-1-3 div:nth-child(1):hover {
transform: scale(0.90);
}
</style>
<body>
<div class="tool-root">
<h2 style="margin-top: 20px;margin-left: 25px;margin-right: 35px">不是什么都百度就能得到的~</h2>
<!--头部-->
<div class="tool-top">
<h4>
民大云链接 <small> [导航]</small>
</h4>
</div>
<!--工具一-->
<div class="tool_list">
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/organization.png">
<h4>北方民族大学官网</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/student-male.png">
<h4>智慧校园平台官网</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
</div>
<!--头部二-->
<div class="tool-top">
<h4>
民大云链接 <small> [导航]</small>
</h4>
</div>
<!--工具二-->
<div class="tool_list">
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/toolbox.png">
<h4>在线免费学习资料</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/full-tool-storage-box-.png">
<h4>在线免费考试资料</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/paragraph.png">
<h4>全球各地最新新闻</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/pliers.png">
<h4>北民大学生处官网</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/tape-measure.png">
<h4>全民健身运动日网</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/dashboard-layout.png">
<h4>科技创新驱动发展</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/microsoft-paint.png">
<h4>文化遗产保护工作</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/flash-auto.png">
<h4>数字化经济发展网</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/impossible-shapes.png">
<h4>智慧城市建设措施</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/inbox-settings.png">
<h4>医疗卫生改革实施</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
<div class="div-1-3">
<div>
<img src="https://img.icons8.com/fluency/1x/drill.png">
<h4>职业改革创新计划</h4>
<div>
<img src="res/img/right.png"/>
</div>
</div>
</div>
</div>
</div>
</body>
</html>