Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0b4a73a3
authored
2020-12-18 10:31:53 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务查询
1 parent
1163b9c2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
68 additions
and
4 deletions
index.html
staticCss/convenienceService/businessInquiry.css
staticJs/convenienceService/businessInquiry.js
staticJs/head.js
staticViews/convenienceService/businessInquiry.html
index.html
View file @
0b4a73a
...
...
@@ -86,7 +86,7 @@
<h2><a
href=
""
title=
"便民服务"
>
便民服务
</a></h2>
<ul>
<li>
<a
href=
""
title=
"业务查询"
>
<a
href=
"
./staticViews/convenienceService/businessInquiry.html
"
title=
"业务查询"
>
<img
src=
"./staticImages/ywcx.png"
alt=
"业务查询"
/>
<h6>
业务查询
</h6>
<p>
快速查看网站提供分全部数据地信中心开展外业安全生产监控统培训工作
</p>
...
...
staticCss/convenienceService/businessInquiry.css
0 → 100644
View file @
0b4a73a
.businessInquiry
.informationService
{
width
:
1200px
;
margin
:
0
auto
;
margin-top
:
20px
;
}
.businessInquiry
.informationService
div
{
display
:
inline-block
;
}
.businessInquiry
.informationService
div
:nth-child
(
2
)
{
margin-left
:
20px
;
}
.businessInquiry
.informationService
input
{
width
:
300px
;
display
:
inline-block
;
}
.businessInquiry
.informationService
button
{
display
:
inline-block
;
margin-left
:
20px
;
}
\ No newline at end of file
staticJs/convenienceService/businessInquiry.js
0 → 100644
View file @
0b4a73a
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
});
$
(
function
(){
})
\ No newline at end of file
staticJs/head.js
View file @
0b4a73a
...
...
@@ -61,9 +61,10 @@ document.writeln(" <li class=\'layui-nav-item\'>");
document
.
writeln
(
" <a href=\'javascript:;\'>查验中心</a>"
);
document
.
writeln
(
" <dl class=\'layui-nav-child\'>"
);
document
.
writeln
(
" <!-- 二级菜单 -->"
);
document
.
writeln
(
" <dd><a href=\'\'>移动模块</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>后台模版</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>电商平台</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>档案查询</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>合同备案查询</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>二三维不动产证书查验</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>证书核验</a></dd>"
);
document
.
writeln
(
" </dl>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/zxjf.html\'>在线缴费</a></li>"
);
...
...
staticViews/convenienceService/businessInquiry.html
0 → 100644
View file @
0b4a73a
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<style>
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
业务查询
</title>
<script
type=
"text/javascript"
src=
"../../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticCss/convenienceService/businessInquiry.css"
>
</head>
<body>
<div
class=
"businessInquiry"
>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
title=
"首页"
>
首页
</a>
<a
title=
"业务查询"
><cite>
业务查询
</cite></a>
</span>
</div>
</div>
<div
class=
"informationService"
>
<div>
<span>
受理编号:
</span>
<input
type=
"text"
name=
""
placeholder=
"登记业务号/房产业务号/线上受理号"
class=
"layui-input"
>
</div>
<div>
<span>
权利信息:
</span>
<input
type=
"text"
name=
""
placeholder=
"权利人身份证后四位或单位全称"
class=
"layui-input"
>
</div>
<button
type=
"button"
class=
"layui-btn layui-btn-normal"
>
查询
</button>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/convenienceService/businessInquiry.js"
></script>
</html>
\ No newline at end of file
Please
register
or
sign in
to post a comment