...
|
...
|
@@ -25,13 +25,112 @@ |
|
|
<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'>
|
|
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="js/html5shiv.js"></script>
|
|
|
<script src="js/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
|
|
|
<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>
|
...
|
...
|
@@ -39,7 +138,7 @@ |
|
|
<nav>
|
|
|
<div class="header-txt1" style="display: flex;justify-content: space-between;">
|
|
|
<div class="header-img1">
|
|
|
<img src="./img/portfolio/B1.png">
|
|
|
<img src="./img/portfolio/B1.png" style="width: 100%;" onclick="window.location.href='index.html'">
|
|
|
</div>
|
|
|
<div class="header-right1">
|
|
|
<!-- <div class="header-btnL">
|
...
|
...
|
@@ -49,51 +148,48 @@ |
|
|
</div> -->
|
|
|
<!-- <a class="header-right-btn"> -->
|
|
|
<a class="header-right-btn" onclick="setPersonal()">
|
|
|
<img src="./img/portfolio/circle.png" style="width: 50px;height: 50px;">
|
|
|
<img src="./img/portfolio/circle.png" class="header-right-yuan">
|
|
|
</a>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</nav>
|
|
|
</header>
|
|
|
|
|
|
|
|
|
<div style="display: flex;background-color: #FCFBFD;margin:0 10%;">
|
|
|
<div style="flex: 2;">
|
|
|
<p style="color: #66CA94;">Complete Your Background.</p>
|
|
|
<h1>完善你的信息</h1>
|
|
|
<h1>让企业更多了解你</h1>
|
|
|
<div class="save-all">
|
|
|
<div class="save-left">
|
|
|
<p>Complete Your Background.</p>
|
|
|
<div>完善你的信息</div>
|
|
|
<div>让企业更多了解你</div>
|
|
|
</div>
|
|
|
<div style="border: 10px solid #97DAB6;flex: 4;padding: 50px;width: 1100px;height: 650px;">
|
|
|
<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: 450px;" placeholder="E.g. 张">
|
|
|
<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: 450px;" placeholder="E.g. 小明">
|
|
|
<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: 450px;" placeholder="E.g. 上海财经大学">
|
|
|
<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: 450px;" placeholder="E.g. 金融学专业">
|
|
|
<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: 450px;" placeholder="E.g. 15612388888">
|
|
|
<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: 450px;" placeholder="E.g. student001@start-line.com">
|
|
|
<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;">
|
...
|
...
|
@@ -101,7 +197,74 @@ |
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|