save.html
12.3 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<html>
<head>
<!-- META DATA -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Free Bootstrap Themes - Free Responsive Html5 Templates">
<meta name="author" content="#">
<title>Study</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- <link rel="stylesheet" href="css/bootstrap1.min.css" type="text/css"> -->
<!-- Owl Carousel Assets -->
<link href="owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="owl-carousel/owl.theme.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style2.css">
<!-- Custom Fonts -->
<link rel="stylesheet" href="font-awesome-4.4.0/css/font-awesome.min.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'>
<style>
.header-right-yuan {
width: 50px;
height: 50px;
}
.save-all {
display: flex;
background-color: #FCFBFD;
margin: 0 10%;
}
.save-left {
flex: 2;
}
.save-left p {
color: #66CA94;
}
.save-right1 {
border: 10px solid #97DAB6;
flex: 4;
padding: 50px;
height: 550px;
}
.save-right {
display: none;
}
.save-left div {
font-size: 40px;
font-family: SourceHanSansCN, SourceHanSansCN-Regular;
font-weight: 400;
text-align: left;
color: #323232;
line-height: 60px;
}
.login-footer-all {
display: none;
}
.save-input-info {}
@media (max-width: 768px) {
.header-txt1 {
margin: 25px 20px;
place-items: center;
}
.header-right-yuan {
width: 35px;
height: 35px;
}
.header-img1 {
width: 25%;
}
.header-right-btn {
margin-right: 0px;
bottom: 0px
}
.save-all {
display: flex;
flex-direction: column;
background-color: #FCFBFD;
margin: 80px 10px 0;
}
.save-right1 {
display: none;
}
.save-right {
display: block;
border: 10px solid #97DAB6;
flex: 4;
padding: 20px;
height: 550px;
margin-top: 20px;
margin-bottom: 40px;
}
.save-input-title {
font-family: Helvetica;
font-size: 14px;
padding-bottom: 10px;
}
.save-left p {
font-size: 9px;
padding-left: 20px;
}
.save-left div {
padding-left: 20px;
font-size: 14px;
font-family: PingFangSC, PingFangSC-Semibold;
text-align: left;
color: #323232;
line-height: 24px;
}
.login-footer-all {
display: flex;
background: #323232;
flex-direction: column;
place-items: center;
display: flex;
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="header-txt1" style="display: flex;justify-content: space-between;">
<div class="header-img1">
<img src="./img/portfolio/B1.png" style="width: 100%;" onclick="window.location.href='index.html'">
</div>
<div class="header-right1">
<!-- <div class="header-btnL">
<a href="aboutUs.html">
<div class="header-loginBtn" style="color: #323232;border-bottom: 1px solid #323232;margin-right: 30px;">加入我们</div>
</a>
</div> -->
<!-- <a class="header-right-btn"> -->
<a class="header-right-btn" onclick="setPersonal()">
<img src="./img/portfolio/circle.png" class="header-right-yuan">
</a>
</div>
</div>
</nav>
</header>
<div class="save-all">
<div class="save-left">
<p>Complete Your Background.</p>
<div>完善你的信息</div>
<div>让企业更多了解你</div>
</div>
<div class="save-right1">
<div style="display: flex;">
<div style="padding-right: 40px;">
<p style="font-family: Helvetica;">姓</p>
<input id='surname' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" class="save-input-info" placeholder="E.g. 张">
</div>
<div>
<p style="font-family: Helvetica;">名</p>
<input id='userName' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" placeholder="E.g. 小明">
</div>
</div>
<div style="display: flex;margin-top: 40px;">
<div style="padding-right: 40px;">
<p style="font-family: Helvetica;">学校</p>
<input id='school' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" placeholder="E.g. 上海财经大学">
</div>
<div>
<p style="font-family: Helvetica;">专业</p>
<input id="specialty" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" placeholder="E.g. 金融学专业">
</div>
</div>
<div style="display: flex;margin-top: 40px;">
<div style="padding-right: 40px;">
<p style="font-family: Helvetica;">手机号</p>
<input id="phone" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" placeholder="E.g. 15612388888">
</div>
<div>
<p style="font-family: Helvetica;">邮箱</p>
<input id="emailAddress" type="text" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 350px;" placeholder="E.g. student001@start-line.com">
</div>
</div>
<div class="btnSave" style="display: flex;place-items: center;margin: 110px;justify-content: flex-end;">
<h5 style="position: absolute;border-radius: 50%;background-color: #66CA94;z-index: 2;width: 50px;height: 50px;opacity: 0.5;margin-right:10px"></h5>
<a style="position: relative;z-index: 5;color: #323232;font-family: PingFangSC;cursor: pointer;font-size: 18px;">确定保存</a>
</div>
</div>
<div class="save-right">
<div style="display: flex;flex-direction: column;">
<div style="padding-bottom: 10px;">
<p class="save-input-title">姓</p>
<input id='surname' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" class="save-input-info" placeholder="E.g. 张">
</div>
<div style="padding-bottom: 10px;">
<p class="save-input-title">名</p>
<input id='userName' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" placeholder="E.g. 小明">
</div>
<div style="padding-bottom: 10px;">
<p class="save-input-title">学校</p>
<input id='school' style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" placeholder="E.g. 上海财经大学">
</div>
<div style="padding-bottom: 10px;">
<p class="save-input-title">专业</p>
<input id="specialty" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" placeholder="E.g. 金融学专业">
</div>
<div style="padding-bottom: 10px;">
<p class="save-input-title">手机号</p>
<input id="phone" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" placeholder="E.g. 15612388888">
</div>
<div style="padding-bottom: 10px;">
<p class="save-input-title">邮箱</p>
<input id="emailAddress" type="text" style="border: none;font-family: PingFangSC;border-bottom: 1px solid #969696;padding-left: 0;width: 100%;" placeholder="E.g. student001@start-line.com">
</div>
</div>
<div style="width: 100%;
height: 40px;
font-size: 9px;
font-family: Helvetica;
text-align: justify;
color: #323232;
line-height: 20px;">start-line虚拟实习体验项目均由资深职场人士设计打造,项目涉及的行业知、办公技能、工作任务均来源金融行业。</div>
<div class="btnSave" style=" text-align: center;
background: #66ca94;
border-radius: 25px;
padding: 9px 30px;
width: 120px;
color: #323232;
font-size: 12px;
margin: 40px auto 10px;">
<!-- <h5 style="position: absolute;border-radius: 50%;background-color: #66CA94;z-index: 2;width: 50px;height: 50px;opacity: 0.5;margin-right:10px"></h5>
<a style="position: relative;z-index: 5;color: #323232;font-family: PingFangSC;cursor: pointer;font-size: 18px;">确定保存</a> -->
立即注册
</div>
<div style="font-size: 9px;
font-family: Helvetica;
text-align: justify;
color: #969696;
line-height: 20px;">start-line虚拟实习体验项目均由资深职场人士设计打造,项目涉及的行业知、办公技能。</div>
</div>
</div>
<div class="login-footer-all">
<div class="login-footer-img" style="width: 25%;margin-top: 45px;">
<img src="img/portfolio/whiteLogo.png" width="100%">
</div>
<div style="color: #fff;
font-family: PingFangSC, PingFangSC-Regular;
text-align: center;
font-size: 9px;margin-top: 12px;">成功职场第一步,从Start-Line开始</div>
<div style="color: #66CA94;font-size: 12px;font-family: PingFangSC, PingFangSC-Regular;margin: 60px 0 20px;">关注Start-Line</div>
<div style="width: 25%;margin-bottom: 200px;">
<img src="img/portfolio/EWM.png" width="100%">
</div>
</div>
<!-- jQuery -->
<script type="text/javascript" src="js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script src="./save.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="config.js"></script>
<!-- carousel -->
<script src="owl-carousel/owl.carousel.js"></script>
<script>
$(document).ready(function() {
$("#owl-brand").owlCarousel({
autoPlay: 3000,
items: 1,
itemsDesktop: [1199, 1],
itemsDesktopSmall: [979, 2],
navigation: false,
navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>']
});
});
</script>
</body>
</html>