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
2be82cdf
authored
2020-10-29 15:53:28 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style():添加导航条
1 parent
92272d78
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
298 additions
and
779 deletions
views/ggxq/index.html
views/gsgg/css/index.css
views/gsgg/index.html
views/xwdt/css/index.css
views/xwdt/index.html
views/xwxq/css/index.css
views/xwxq/index.html
views/ywzl/css/index.css
views/ywzl/index.html
views/ggxq/index.html
View file @
2be82cd
...
...
@@ -175,7 +175,7 @@
<script
type=
"text/javascript"
src=
"../../lib/layui/layui.js"
></script>
<script>
layui
.
use
(
'element'
,
function
()
{
var
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
//console.log(elem)
...
...
views/gsgg/css/index.css
View file @
2be82cd
...
...
@@ -116,7 +116,87 @@ div.navigation {
/*------------------首页 end------------*/
/* --------------------导航tab------------------------- */
.navigation_crumbs
{
width
:
100%
;
height
:
45px
;
padding
:
10px
0
;
line-height
:
25px
;
background
:
#FAFAFA
;
border
:
1px
solid
#E6E6E6
;
}
.navigation_crumbs
.layui-breadcrumb
a
:hover
{
color
:
#f46143
!important
;
}
.contentBox
{
width
:
1200px
;
margin
:
0
auto
;
overflow
:
hidden
;
}
.one_content
{
border
:
1px
solid
#DEDEDE
;
;
margin-top
:
30px
;
}
.one_content
.layui-tab
{
margin
:
0
;
}
.one_content
.layui-tab-title
li
{
width
:
100px
;
font-weight
:
600
;
color
:
#6D7278
;
}
.one_content
.layui-tab-title
.layui-this
{
color
:
#4A4A4A
;
}
.layui-tab-brief
>
.layui-tab-more
li
.layui-this
:after
,
.layui-tab-brief
>
.layui-tab-title
.layui-this
:after
{
border-color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
.layui-this
{
color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
li
{
width
:
90px
;
}
.online_business
{
margin-top
:
20px
;
}
.online_business
h2
{
width
:
100%
;
height
:
43px
;
line-height
:
43px
;
background
:
#FAFAFA
;
border-radius
:
4px
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
box-sizing
:
border-box
;
}
.online_list
{
padding-bottom
:
20px
;
overflow
:
hidden
;
}
.online_list
li
{
width
:
45%
!important
;
float
:
left
;
height
:
60px
;
line-height
:
60px
;
border-bottom
:
1px
dotted
#DEDEDE
;
}
.online_list
li
:nth-child
(
even
)
{
margin-left
:
10%
;
}
.online_list
li
a
{
display
:
block
;
width
:
100%
;
}
.online_list
li
a
:hover
span
{
color
:
#f46143
;
}
.online_list
li
a
button
{
float
:
right
;
margin-top
:
15px
;
}
/* ---------------------------------------------------- */
.mainbody
{
width
:
1200px
;
margin
:
0
auto
;
...
...
@@ -383,7 +463,7 @@ div.footer .system_service ul li a:hover {
}
.footer
.subject
{
width
:
1200px
;
width
:
80%
;
margin
:
0
auto
;
padding
:
40px
0
;
overflow
:
hidden
;
...
...
views/gsgg/index.html
View file @
2be82cd
...
...
@@ -34,8 +34,8 @@
</div>
<div
class=
"navigation"
>
<ul
class=
"layui-nav layui-bg-blue"
lay-filter=
""
>
<li
class=
"layui-nav-item
layui-this"
><a
href=
"
"
>
首页
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
新闻动态
</a></li>
<li
class=
"layui-nav-item
"
><a
href=
"./../../index.html
"
>
首页
</a></li>
<li
class=
"layui-nav-item
layui-this
"
><a
href=
""
>
新闻动态
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
业务办理
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
>
...
...
@@ -51,6 +51,14 @@
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
>
首页
</a>
<a><cite>
公示公告
</cite></a>
</span>
</div>
</div>
<div
class=
"mainbody"
>
<div
class=
"top"
>
<div
class=
"top-title"
>
...
...
@@ -240,6 +248,14 @@
<script
type=
"text/javascript"
src=
"../../js/main.min.js?t=1"
></script>
<script
type=
"text/javascript"
src=
"../../lib/layui/layui.js"
></script>
<script
type=
"text/javascript"
>
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
//console.log(elem)
layer
.
msg
(
elem
.
text
());
});
});
$
(
function
()
{
$
(
'.gg'
).
click
(
function
()
{
window
.
location
.
href
=
"./../ggxq/index.html"
...
...
views/xwdt/css/index.css
View file @
2be82cd
...
...
@@ -119,6 +119,88 @@ div.navigation {
}
/*------------------首页 end------------*/
/* --------------------导航tab------------------------- */
.navigation_crumbs
{
width
:
100%
;
height
:
45px
;
padding
:
10px
0
;
line-height
:
25px
;
background
:
#FAFAFA
;
border
:
1px
solid
#E6E6E6
;
}
.navigation_crumbs
.layui-breadcrumb
a
:hover
{
color
:
#f46143
!important
;
}
.contentBox
{
width
:
1200px
;
margin
:
0
auto
;
overflow
:
hidden
;
}
.one_content
{
border
:
1px
solid
#DEDEDE
;
;
margin-top
:
30px
;
}
.one_content
.layui-tab
{
margin
:
0
;
}
.one_content
.layui-tab-title
li
{
width
:
100px
;
font-weight
:
600
;
color
:
#6D7278
;
}
.one_content
.layui-tab-title
.layui-this
{
color
:
#4A4A4A
;
}
.layui-tab-brief
>
.layui-tab-more
li
.layui-this
:after
,
.layui-tab-brief
>
.layui-tab-title
.layui-this
:after
{
border-color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
.layui-this
{
color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
li
{
width
:
90px
;
}
.online_business
{
margin-top
:
20px
;
}
.online_business
h2
{
width
:
100%
;
height
:
43px
;
line-height
:
43px
;
background
:
#FAFAFA
;
border-radius
:
4px
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
box-sizing
:
border-box
;
}
.online_list
{
padding-bottom
:
20px
;
overflow
:
hidden
;
}
.online_list
li
{
width
:
45%
!important
;
float
:
left
;
height
:
60px
;
line-height
:
60px
;
border-bottom
:
1px
dotted
#DEDEDE
;
}
.online_list
li
:nth-child
(
even
)
{
margin-left
:
10%
;
}
.online_list
li
a
{
display
:
block
;
width
:
100%
;
}
.online_list
li
a
:hover
span
{
color
:
#f46143
;
}
.online_list
li
a
button
{
float
:
right
;
margin-top
:
15px
;
}
/* ---------------------------------------------------- */
.leftandright
{
width
:
1200px
;
margin
:
0
auto
;
...
...
views/xwdt/index.html
View file @
2be82cd
...
...
@@ -58,6 +58,14 @@
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
>
首页
</a>
<a><cite>
新闻动态
</cite></a>
</span>
</div>
</div>
<div
class=
"leftandright"
>
<div
class=
"left"
>
<div
class=
"xw"
>
...
...
@@ -259,6 +267,14 @@
<script
type=
"text/javascript"
src=
"../../js/main.min.js?t=1"
></script>
<script
type=
"text/javascript"
src=
"../../lib/layui/layui.js"
></script>
<script
type=
"text/javascript"
>
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
//console.log(elem)
layer
.
msg
(
elem
.
text
());
});
});
layui
.
use
(
'laypage'
,
function
()
{
$
(
function
()
{
$
(
'.xw'
).
click
(
function
()
{
...
...
views/xwxq/css/index.css
View file @
2be82cd
...
...
@@ -85,7 +85,87 @@ div.top-logo .top_logo_search i {
}
/*------------------首页 end------------*/
/* --------------------导航tab------------------------- */
.navigation_crumbs
{
width
:
100%
;
height
:
45px
;
padding
:
10px
0
;
line-height
:
25px
;
background
:
#FAFAFA
;
border
:
1px
solid
#E6E6E6
;
}
.navigation_crumbs
.layui-breadcrumb
a
:hover
{
color
:
#f46143
!important
;
}
.contentBox
{
width
:
1200px
;
margin
:
0
auto
;
overflow
:
hidden
;
}
.one_content
{
border
:
1px
solid
#DEDEDE
;
;
margin-top
:
30px
;
}
.one_content
.layui-tab
{
margin
:
0
;
}
.one_content
.layui-tab-title
li
{
width
:
100px
;
font-weight
:
600
;
color
:
#6D7278
;
}
.one_content
.layui-tab-title
.layui-this
{
color
:
#4A4A4A
;
}
.layui-tab-brief
>
.layui-tab-more
li
.layui-this
:after
,
.layui-tab-brief
>
.layui-tab-title
.layui-this
:after
{
border-color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
.layui-this
{
color
:
#006CFF
;
}
.layui-tab
.layui-tab-brief
li
{
width
:
90px
;
}
.online_business
{
margin-top
:
20px
;
}
.online_business
h2
{
width
:
100%
;
height
:
43px
;
line-height
:
43px
;
background
:
#FAFAFA
;
border-radius
:
4px
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
box-sizing
:
border-box
;
}
.online_list
{
padding-bottom
:
20px
;
overflow
:
hidden
;
}
.online_list
li
{
width
:
45%
!important
;
float
:
left
;
height
:
60px
;
line-height
:
60px
;
border-bottom
:
1px
dotted
#DEDEDE
;
}
.online_list
li
:nth-child
(
even
)
{
margin-left
:
10%
;
}
.online_list
li
a
{
display
:
block
;
width
:
100%
;
}
.online_list
li
a
:hover
span
{
color
:
#f46143
;
}
.online_list
li
a
button
{
float
:
right
;
margin-top
:
15px
;
}
/* ---------------------------------------------------- */
.top-logo
ul
li
{
display
:
inline-block
;
padding
:
0
8px
;
...
...
views/xwxq/index.html
View file @
2be82cd
...
...
@@ -42,10 +42,10 @@
</div>
<div
class=
"navigation"
>
<ul
class=
"layui-nav layui-bg-blue"
lay-filter=
""
>
<li
class=
"layui-nav-item
layui-this"
><a
href=
"
"
>
首页
</a></li>
<li
class=
"layui-nav-item
"
><a
href=
"
"
>
新闻动态
</a></li>
<li
class=
"layui-nav-item
"
><a
href=
"./../../index.html
"
>
首页
</a></li>
<li
class=
"layui-nav-item
layui-this"
><a
href=
"./../xwdt/index.html
"
>
新闻动态
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
业务办理
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
><a
href=
"
./../bszn/index.html
"
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
>
<a
href=
"javascript:;"
>
查验中心
</a>
<dl
class=
"layui-nav-child"
>
...
...
@@ -59,6 +59,15 @@
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
>
首页
</a>
<a
href=
""
>
新闻动态
</a>
<a><cite>
新闻详情
</cite></a>
</span>
</div>
</div>
<div
class=
"mainbody"
>
<div
class=
"left"
>
<div
class=
"title"
>
...
...
@@ -382,4 +391,12 @@
$
(
'.left-left'
).
removeClass
(
'middle_active'
);
}
})
layui
.
use
(
'element'
,
function
()
{
var
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
//console.log(elem)
layer
.
msg
(
elem
.
text
());
});
});
</script>
...
...
views/ywzl/css/index.css
deleted
100644 → 0
View file @
92272d7
*
{
padding
:
0
;
margin
:
0
;
}
.main
{
padding-left
:
20px
;
padding-right
:
20px
;
}
.mainbody
{
width
:
1200px
;
margin
:
0
auto
;
}
/*================首页 start=====================*/
div
a
{
color
:
#000000
;
text-decoration
:
none
;
}
div
.subject
h2
a
:hover
{
color
:
#f46143
;
}
div
.subject
{
margin
:
0
auto
;
float
:
none
;
clear
:
both
;
position
:
relative
;
min-width
:
1200px
;
}
/*新闻 */
div
.top-logo
{
width
:
1200px
;
height
:
70px
;
padding-top
:
20px
;
}
div
.top-logo
::-webkit-input-placeholder
{
/* WebKit browsers */
font-size
:
13px
;
}
div
.top-logo
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
font-size
:
13px
;
}
div
.top-logo
:-ms-input-placeholder
{
/* Internet Explorer 10+ */
font-size
:
13px
;
}
.top_logo_content
{
height
:
40px
;
width
:
100%
;
margin
:
0
auto
;
}
div
.top-logo
.top_logo_search
{
float
:
left
;
width
:
350px
;
position
:
relative
;
margin-left
:
400px
;
}
div
.top-logo
.top_logo_search
input
{
border-radius
:
50px
;
}
div
.top-logo
.login
{
float
:
right
;
margin-top
:
8px
;
}
div
.top-logo
.top_logo_search
i
{
position
:
absolute
;
right
:
10px
;
top
:
11px
;
cursor
:
pointer
;
}
/*end*/
.top-logo
h1
{
display
:
inline-block
;
float
:
left
;
}
/*------------------首页 end------------*/
.top-logo
ul
li
{
display
:
inline-block
;
padding
:
0
8px
;
}
.top-logo
ul
li
:first-child
{
border-right
:
1px
solid
grey
;
}
div
.navigation
{
text-align
:
center
;
}
.navigation
.layui-nav-item
{
width
:
100px
;
position
:
relative
;
margin
:
0
22px
;
}
.layui-bg-blue
{
background-color
:
#006CFF
!important
;
}
.layui-nav-item
:not
(
:first-child
)
::before
{
content
:
''
;
position
:
absolute
;
height
:
22px
;
border-left
:
1px
solid
#ccc
;
top
:
21px
;
left
:
-20px
;
}
.top
li
{
font-size
:
20px
;
font-weight
:
500
;
color
:
#4A4A4A
;
line-height
:
60px
;
}
.xsbl-sort
{
display
:
flex
;
justify-content
:
left
;
padding-top
:
20px
;
padding-bottom
:
20px
;
}
.xsbl-sort
>
li
{
display
:
inline-block
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#6D7278
;
line-height
:
16px
;
margin-right
:
10px
;
}
.td
{
height
:
auto
;
}
.td-title
{
height
:
auto
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4A4A4A
;
line-height
:
40px
;
background-color
:
#DEDEDE
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
}
.layui-tab-title
{
height
:
auto
;
border-bottom-style
:
none
;
}
.td-body
{
display
:
flex
;
flex-flow
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
}
.td-item
{
width
:
48%
;
height
:
auto
;
background
:
#FFFFFF
;
border-radius
:
2px
;
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-between
;
border-bottom
:
1px
dashed
#DEDEDE
;
margin-right
:
15px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
10px
;
}
.td-item
div
{
}
.td-item
button
{
width
:
90px
;
height
:
30px
;
background
:
#2FA5FF
;
border-radius
:
4px
;
border
:
none
;
color
:
white
;
line-height
:
30px
;
}
.fw
{
height
:
auto
;
}
.fw-title
{
height
:
40px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4A4A4A
;
line-height
:
40px
;
background-color
:
#DEDEDE
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
}
.fw-body
{
display
:
flex
;
flex-flow
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
}
.fw-item
{
width
:
48%
;
background
:
#FFFFFF
;
border-radius
:
2px
;
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-between
;
border-bottom
:
1px
dashed
#DEDEDE
;
margin-right
:
15px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
10px
;
}
.fw-item
div
{
}
.fw-item
button
{
width
:
90px
;
height
:
30px
;
background
:
#2FA5FF
;
border-radius
:
4px
;
border
:
none
;
color
:
white
;
line-height
:
30px
;
}
.gzw
{
height
:
auto
;
}
.gzw-title
{
height
:
40px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4A4A4A
;
line-height
:
40px
;
background-color
:
#DEDEDE
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
}
.gzw-body
{
display
:
flex
;
flex-flow
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
}
.gzw-item
{
width
:
48%
;
height
:
auto
;
background
:
#FFFFFF
;
border-radius
:
2px
;
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-between
;
border-bottom
:
1px
dashed
#DEDEDE
;
margin-right
:
15px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
10px
;
}
.gzw-item
div
{
}
.gzw-item
button
{
width
:
90px
;
height
:
30px
;
background
:
#2FA5FF
;
border-radius
:
4px
;
border
:
none
;
color
:
white
;
line-height
:
30px
;
}
.sl
{
height
:
auto
;
}
.sl-title
{
height
:
40px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#4A4A4A
;
line-height
:
40px
;
background-color
:
#DEDEDE
;
border
:
1px
solid
#DEDEDE
;
padding-left
:
15px
;
}
.sl-body
{
display
:
flex
;
flex-flow
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
}
.sl-item
{
width
:
48%
;
height
:
auto
;
background
:
#FFFFFF
;
border-radius
:
2px
;
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-between
;
border-bottom
:
1px
dashed
#DEDEDE
;
margin-right
:
15px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
10px
;
}
.sl-item
div
{
}
.sl-item
button
{
width
:
90px
;
height
:
30px
;
background
:
#2FA5FF
;
border-radius
:
4px
;
border
:
none
;
color
:
white
;
line-height
:
30px
;
}
/* -----------------底部start----------------------------- */
div
.footer
{
background-color
:
#233042
;
}
div
.footer
.system_service
{
width
:
100%
;
border-bottom
:
1px
solid
#4A4A4A
;
}
div
.footer
.system_service
ul
{
padding
:
40px
0
;
width
:
1400px
;
margin
:
0
auto
;
font-size
:
0
;
}
div
.footer
.system_service
ul
li
{
width
:
20%
;
display
:
inline-block
;
text-align
:
center
;
height
:
18px
;
box-sizing
:
border-box
;
}
div
.footer
.system_service
ul
li
:not
(
:last-child
)
{
border-right
:
1px
solid
#6D7278
;
}
div
.footer
.system_service
ul
li
a
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#DEDEDE
;
}
div
.footer
.system_service
ul
li
a
:hover
{
color
:
#f46143
;
}
.footer
.subject
{
width
:
1200px
;
margin
:
0
auto
;
padding
:
40px
0
;
overflow
:
hidden
;
}
.footer
.subject
.footer_logo
{
float
:
left
;
}
.footer
.subject
.footer_logo
a
{
display
:
block
;
width
:
64px
;
height
:
74px
;
padding
:
10px
;
}
.footer
.subject
.footer_logo
a
img
{
width
:
100%
;
height
:
100%
;
}
.footer
.subject
ul
,
ol
{
float
:
left
;
color
:
#CBCBCB
;
text-align
:
left
;
}
.footer
.subject
ul
{
width
:
73%
;
box-sizing
:
border-box
;
padding-left
:
40px
;
margin-top
:
10px
;
}
.footer
.subject
ul
li
{
width
:
30%
;
display
:
inline-block
;
text-align
:
left
;
margin-bottom
:
30px
;
}
.footer
.subject
ol
li
{
display
:
inline-block
;
text-align
:
center
;
}
.footer
.subject
ol
li
:last-child
{
margin-left
:
60px
;
}
.footer
.subject
ol
li
img
{
width
:
80px
;
height
:
80px
;
}
.footer
.subject
ol
li
p
{
font-size
:
12px
;
color
:
#CBCBCB
;
margin-top
:
5px
;
}
\ No newline at end of file
views/ywzl/index.html
deleted
100644 → 0
View file @
92272d7
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
业务指南
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-siteapp"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../lib/layui/css/layui.css"
/>
<link
rel=
"alternate icon"
type=
"image/png"
href=
"../../images/logo-realestate.png"
>
<link
rel=
'icon'
href=
'../../favicon.ico'
type=
'image/x-ico'
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
<link
rel=
"stylesheet"
href=
"../../css/default.min.css?t=227"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
>
</head>
<body>
<div
class=
"main"
>
<div
class=
"subject top-logo"
>
<div
class=
"top_logo_content"
>
<h1><a
href=
"index.html"
><img
src=
"./../../images/logo.jpg"
alt=
"西安市不动产登记平台"
/></a></h1>
<div
class=
"top_logo_search"
>
<input
type=
"text"
name=
"title"
required
lay-verify=
"required"
placeholder=
"请输入关键字搜索"
autocomplete=
"off"
class=
"layui-input"
>
<i
class=
"layui-icon layui-icon-search"
style=
"font-size: 14px;"
></i>
</div>
<ul
class=
"login"
>
<li>
登录
</li>
<li>
注册
</li>
</ul>
</div>
</div>
<div
class=
"navigation"
>
<ul
class=
"layui-nav layui-bg-blue"
lay-filter=
""
>
<li
class=
"layui-nav-item layui-this"
><a
href=
""
>
首页
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
新闻动态
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
业务办理
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
>
<a
href=
"javascript:;"
>
查验中心
</a>
<dl
class=
"layui-nav-child"
>
<!-- 二级菜单 -->
<dd><a
href=
""
>
移动模块
</a></dd>
<dd><a
href=
""
>
后台模版
</a></dd>
<dd><a
href=
""
>
电商平台
</a></dd>
</dl>
</li>
<li
class=
"layui-nav-item"
><a
href=
""
>
在线缴费
</a></li>
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"mainbody"
>
<div
class=
"layui-tab layui-tab-card"
>
<ul
class=
"layui-tab-title top"
>
<li
class=
"layui-this"
>
线上办理
</li>
<li>
线下办理
</li>
</ul>
<div
class=
"layui-tab-content"
>
<div
class=
"layui-tab-item layui-show "
>
<div
class=
"xsbl-sort"
>
<li>
全部
</li>
<li>
土地
</li>
<li>
房屋建筑物
</li>
<li>
构筑物
</li>
<li>
森林、林木
</li>
<li>
其他
</li>
</div>
<div
class=
"td"
>
<div
class=
"td-title"
>
土地
</div>
<div
class=
"td-body"
>
<div
class=
"td-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"td-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"td-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
</div>
</div>
<div
class=
"fw"
>
<div
class=
"fw-title"
>
土地
</div>
<div
class=
"fw-body"
>
<div
class=
"fw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"fw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"fw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
</div>
</div>
<div
class=
"gzw"
>
<div
class=
"gzw-title"
>
土地
</div>
<div
class=
"gzw-body"
>
<div
class=
"gzw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"gzw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"gzw-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
</div>
</div>
<div
class=
"sl"
>
<div
class=
"sl-title"
>
土地
</div>
<div
class=
"sl-body"
>
<div
class=
"sl-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"sl-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
<div
class=
"sl-item"
>
<div>
<span>
土地-企业-转移登记(买卖)
</span>
</div>
<div>
<button>
在线办理
</button>
</div>
</div>
</div>
</div>
</div>
<div
class=
"layui-tab-item"
>
内容2
</div>
</div>
</div>
</div>
<div
class=
"footer"
>
<div
class=
"system_service"
>
<ul
class=
""
>
<li>
<a
href=
""
>
<span>
公示公告
</span>
</a>
</li>
<li>
<a
href=
""
>
<span>
法律法规
</span>
</a>
</li>
<li>
<a
href=
""
>
<span>
相应政策
</span>
</a>
</li>
<li>
<a
href=
""
>
<span>
下载服务
</span>
</a>
</li>
<li>
<a
href=
""
>
<span>
关于我们
</span>
</a>
</li>
</ul>
</div>
<div
class=
"subject"
>
<div
class=
"footer_logo"
>
<a
href=
""
>
<img
src=
"./../../images/jiguan.png"
>
</a>
</div>
<ul>
<li>
西安市自然资源和规划局
</li>
<li>
电话:028-456465
</li>
<li>
地址:西安市丰城8路
</li>
<li>
网站标识吗:87987987
</li>
<li>
备案:陕IPC456465465
</li>
<li>
陕公网备案:456465465
</li>
</ul>
<ol>
<li>
<img
src=
"./../../images/code.png"
>
<p>
扫描关注公众号
</p>
</li>
<li>
<img
src=
"./../../images/code.png"
>
<p>
扫描关注公众号
</p>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>
<!--[if (gte IE 9)|!(IE)]><!-->
<script
type=
"text/javascript"
src=
"../../lib/jquery/jquery.min.js"
></script>
<!--<![endif]-->
<script
type=
"text/javascript"
src=
"../../lib/handlebars/handlebars.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/iscroll/iscroll-probe.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/amazeui/amazeui.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/raty/jquery.raty.js"
></script>
<script
type=
"text/javascript"
src=
"../../js/main.min.js?t=1"
></script>
<script
type=
"text/javascript"
src=
"../../lib/layui/layui.js"
></script>
<script>
layui
.
use
(
'element'
,
function
()
{
let
$
=
layui
.
jquery
,
element
=
layui
.
element
;
//Tab的切换功能,切换事件监听等,需要依赖element模块
});
</script>
\ No newline at end of file
Please
register
or
sign in
to post a comment