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
4c8db95a
authored
2020-11-12 11:54:45 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:nav的修改
1 parent
129f6fb0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
9 deletions
staticCss/common.css
staticCss/global.css
staticIndex.html
staticViews/xwdt/index.html
staticCss/common.css
View file @
4c8db95
...
...
@@ -36,7 +36,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
vertical-align
:
baseline
;
font-size
:
100%
;
background
:
transparent
;
font-family
:
Arial
;
font-family
:
"Arial"
,
"Microsoft YaHei"
,
"黑体"
,
"宋体"
,
sans-serif
,
PingFangSC-Medium
,
PingFang
SC
;
}
.layui-nav
.layui-nav-item
a
:hover
,
.layui-nav
.layui-this
a
{
font-weight
:
600
;
...
...
@@ -45,6 +45,10 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
.layui-nav
.layui-this
:after
{
display
:
none
;
}
.layui-nav
.layui-nav-item
a
:hover
{
color
:
#fff
;
}
.layui-nav-bar
{
display
:
none
;
}
...
...
@@ -128,11 +132,25 @@ div.navigation {
text-align
:
center
;
}
.navigation
.layui-nav-item
{
width
:
1
69
px
;
width
:
1
47
px
;
position
:
relative
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
margin-left
:
-1px
;
border-left
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
border-right
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
margin-right
:
-1px
;
}
.navigation
.layui-nav-item
:hover
{
border-color
:
#0091FF
;
}
.navigation
.layui-nav-item
:hover
+
.layui-nav-item
{
border-color
:
#0091FF
;
}
.layui-this
{
border-color
:
#0091FF
;
}
.layui-this
+
.layui-nav-item
{
border-left-color
:
#0091FF
;
}
.layui-bg-blue
{
background-color
:
#006CFF
!important
;
}
...
...
@@ -141,7 +159,7 @@ div.navigation {
font-size
:
16px
;
}
.layui-nav
.layui-nav-more
{
right
:
31
px
;
right
:
24
px
;
}
/* -----------------底部start----------------------------- */
...
...
staticCss/global.css
View file @
4c8db95
...
...
@@ -163,7 +163,7 @@ div.banner ul li a {
/* -------------常见问题start--------------------- */
.common_question
{
padding
:
40px
;
background-color
:
#
F6F9FB
;
background-color
:
#
fcf8f8
;
}
.common_question
.subject_con
{
width
:
1200px
;
...
...
@@ -172,7 +172,7 @@ div.banner ul li a {
}
.common_question
.subject
,
.interact
{
border-radius
:
2px
;
width
:
4
8
%
;
width
:
4
9
%
;
border
:
1px
solid
#DEDEDE
;
background-color
:
#ffffff
;
}
...
...
@@ -441,7 +441,7 @@ div.c_one .news ul {
div
.c_two
{
background
:
#
F6F9FB
;
background
:
#
fcf8f8
;
}
...
...
@@ -459,6 +459,7 @@ div.c_two h2 {
font-size
:
26px
;
font-weight
:
600
;
letter-spacing
:
2px
;
background-color
:
#fcf8f8
;
}
div
.c_two
ul
{
...
...
staticIndex.html
View file @
4c8db95
...
...
@@ -41,6 +41,7 @@
<li
class=
"layui-nav-item layui-this"
><a
href=
"./staticIndex.html"
title=
"首页"
>
首页
</a></li>
<li
class=
"layui-nav-item"
><a
href=
"./staticViews/xwdt/index.html"
title=
"新闻动态"
>
新闻动态
</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=
"./staticViews/bszn/index.html"
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
>
<a
href=
"javascript:;"
>
查验中心
</a>
...
...
staticViews/xwdt/index.html
View file @
4c8db95
...
...
@@ -40,9 +40,10 @@
</div>
<div
class=
"navigation"
>
<ul
class=
"layui-nav layui-bg-blue"
lay-filter=
""
>
<li
class=
"layui-nav-item
"
><a
href=
"./../../staticIndex.html"
>
首页
</a></li>
<li
class=
"layui-nav-item"
><a
href=
"./../../staticIndex.html"
>
首页
</a></li>
<li
class=
"layui-nav-item layui-this"
><a
href=
"./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=
"./../../staticViews/bszn/index.html"
>
办事指南
</a></li>
<li
class=
"layui-nav-item"
>
<a
href=
"javascript:;"
>
查验中心
</a>
...
...
Please
register
or
sign in
to post a comment