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
5fe135c4
authored
2020-10-29 14:34:46 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style():调整样式
1 parent
4aeaac3f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
91 additions
and
1 deletions
views/bszn/index.html
views/ggxq/css/index.css
views/ggxq/index.html
views/bszn/index.html
View file @
5fe135c
...
...
@@ -3,6 +3,7 @@
<head>
<title>
网上“一窗办事”登记系统
</title>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
...
...
@@ -458,7 +459,7 @@
});
});
layui
.
use
(
'util'
,
function
()
{
var
util
=
layui
.
util
;
let
util
=
layui
.
util
;
//执行
util
.
fixbar
({
bar1
:
true
,
...
...
views/ggxq/css/index.css
View file @
5fe135c
...
...
@@ -77,7 +77,87 @@ div.top-logo .top_logo_search i {
float
:
left
;
}
/*------------------首页 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/ggxq/index.html
View file @
5fe135c
...
...
@@ -53,6 +53,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=
"title"
>
<span>
党的十八大以来双拥工作综述:为实现中国梦强军梦凝聚强大力量
</span>
...
...
Please
register
or
sign in
to post a comment