-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjl-result.html
30 lines (27 loc) · 1.22 KB
/
jl-result.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="App-Config" content="fullscreen=yes,useHistoryState=yes,transition=yes" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="yes" name="apple-touch-fullscreen" />
<meta content="telephone=no,email=no" name="format-detection" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<script src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/common.css" />
<title></title>
</head>
<body>
<div class="bg bgImg">
<div style="padding-top:30%"></div>
<div class="recommend-fit">审查结果查询</div>
<div class="recommend-intr recommend-intr-color">
很抱歉,未查询到您的就业创业(失业)证申请信息,若有疑问可咨询400-070-2358
</div>
<div class="recommend-intr recommend-intr-color" style="display: none;">
您的就业创业(失业)证申请号如下:xxxxxxxxxxx,请凭该证号去人社局领取证件
</div>
</div>
</body>
</html>