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
add408a5
authored
2020-11-12 14:09:27 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:common
1 parent
151827cc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
staticCss/common.css
staticViews/wdyy/index.html
staticCss/common.css
View file @
add408a
...
...
@@ -134,27 +134,19 @@ div.navigation {
.navigation
.layui-nav-item
{
width
:
147px
;
position
:
relative
;
border-left
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
border-right
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
border-left
:
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
;
.navigation
.layui-nav-item
:first-child
{
border-left
:
1px
solid
rgba
(
255
,
255
,
255
,
0.4
);
}
.
layui-this
{
border-
color
:
#0091FF
;
.
navigation
.layui-nav-item
:nth-child
(
8
)
{
border-
right
:
1px
solid
rgba
(
255
,
255
,
255
,
0.4
)
;
}
.layui-this
+
.layui-nav-item
{
border-left-color
:
#0091FF
;
}
.layui-bg-blue
{
background-color
:
#006CFF
!important
;
}
.layui-nav-item
a
{
font-size
:
16px
;
}
...
...
staticViews/wdyy/index.html
View file @
add408a
...
...
@@ -58,7 +58,7 @@
</dl>
</li>
<li
class=
"layui-nav-item"
><a
href=
""
>
在线缴费
</a></li>
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
<li
class=
"layui-nav-item"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"navigation_crumbs"
>
...
...
Please
register
or
sign in
to post a comment