ms-index.html
4.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, IE=9">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>长沙华恒机器人系统有限公司</title>
<meta name="keywords" content="长沙华恒机器人系统有限公司,华恒机器人,智能物流,机器人焊接"/>
<meta name="description" content="长沙华恒致力于智能物流、工业机器人、自动化焊接设备的研发和销售,为客户提供优质的智能物流系统与焊接自动化工程一体化解决方案"/>
<meta name="author" content="长沙华恒机器人系统有限公司"/>
<link href="favicon.ico" rel="shortcut icon">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/ms_style.css" type="text/css">
<style type="text/css">
.form-control {
font-size: 16px;
}
.form-center .username input,.form-center .password input{
height: 50px;
padding-left: 60px;
}
.form-control-feedback {
line-height: 50px;
left: 20px;
}
@media (max-width: 414px){
.form-control {
font-size: 16px;
padding: 6px 12px 6px 50px;
}
}
</style>
</head>
<body>
<div class="top">
<div class="container">
<div class="row">
<div class="pull-left logo">
<img src="images/white_logo.png">
</div>
<div class="pull-right user">
<span class="pull-right logo_text">华恒面试平台</span>
</div>
</div>
</div>
</div>
<div class="container">
<div class="login">
<div class="col-lg-6 col-md-8 col-sm-12 col-xs-12 col-lg-offset-3 col-md-offset-2 login_form">
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="col-md-2 form_lefttext hidden-xs" style="padding-right:0;">姓名:</label>
<div class="col-md-10">
<span class="fa fa-user fa-2x form-control-feedback hidden-lg hidden-md"></span>
<input type="text" class="form-control" style="height:50px;" placeholder="请输入您的姓名">
</div>
</div>
<div class="form-group" style="margin-top: 30px">
<label class="col-md-2 form_lefttext hidden-xs" style="padding-right:0;">电话:</label>
<div class="col-md-10">
<span class="fa fa-phone fa-2x form-control-feedback hidden-lg hidden-md"></span>
<input type="tel" class="form-control" style="height:50px;" placeholder="请输入您的电话" >
</div>
</div>
<div class="form-group" style="margin-top: 30px">
<label class="col-md-2 form_lefttext hidden-xs" style="padding-right:0;">应聘职位:</label>
<div class="col-md-10">
<span class="fa fa-vcard-o fa-2x form-control-feedback hidden-lg hidden-md"></span>
<select name="" onchange="window.location=this.value;" id="" class="form-control" style="height:50px;">
<option value="" disabled selected hidden>请选择应聘职位</option>
<option value="mst-dq.html">电气工程师</option>
<option value="mst-jx.html">机械工程师</option>
<option value="mst-rj_java.html">软件工程师-Java方向</option>
<option value="mst-rj_net.html">软件工程师-.Net方向</option>
</select>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10" style="padding-top: 5%">
<a href="mst-dq.html" class="btn btn-primary btn-lg btn-block" style="height:60px;line-height:34px;font-size:21px;" role="button">开始做题</a>
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>