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
0a57d57e
authored
2020-11-20 14:04:35 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
04c1eaed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
staticCss/global.css
staticCss/global.css
View file @
0a57d57
...
...
@@ -93,7 +93,7 @@ div.banner ul li a {
padding
:
20px
;
height
:
60px
;
box-sizing
:
border-box
;
border-bottom
:
2px
solid
#E6E6E6
;
border-bottom
:
1px
solid
#DEDEDE
;
width
:
100%
;
}
.laws_regulations
.title
h2
a
p
{
...
...
@@ -145,7 +145,7 @@ div.banner ul li a {
color
:
#0091FF
;
}
.laws_regulations
.laws_list
li
:not
(
:last-child
)
{
border-bottom
:
2
px
dashed
#DEDEDE
;
border-bottom
:
1
px
dashed
#DEDEDE
;
}
/* ---------------end----------------------- */
...
...
@@ -189,7 +189,7 @@ div.banner ul li a {
width
:
40%
;
height
:
50px
;
line-height
:
50px
;
border-bottom
:
2
px
dashed
#DEDEDE
;
border-bottom
:
1
px
dashed
#DEDEDE
;
}
.common_question
.list_content
dd
a
.icon
{
width
:
20px
;
...
...
@@ -223,7 +223,7 @@ div.banner ul li a {
box-sizing
:
border-box
;
height
:
60px
;
box-sizing
:
border-box
;
border-bottom
:
2
px
solid
#E6E6E6
;
border-bottom
:
1
px
solid
#E6E6E6
;
width
:
100%
;
}
.common_question
.title
h2
a
p
{
...
...
@@ -270,8 +270,8 @@ div.banner ul li a {
text-align
:
center
;
}
.common_question
.list_content_right
dd
{
border-right
:
2
px
dashed
#DEDEDE
;
border-bottom
:
2
px
dashed
#DEDEDE
;
border-right
:
1
px
dashed
#DEDEDE
;
border-bottom
:
1
px
dashed
#DEDEDE
;
}
.common_question
.list_content_right
dd
:nth-of-type
(
n
+
3
)
{
border-bottom
:
none
;
...
...
@@ -311,7 +311,7 @@ div.banner ul li a {
div
.c_one
div
:first-child
.news
,
div
.c_one
div
:first-child
.notice
{
margin-top
:
40px
;
height
:
340px
;
border
:
#
f3f3f3
2
px
solid
;
border
:
#
DEDEDE
1
px
solid
;
padding
:
0
15px
0
15px
;
}
...
...
@@ -336,7 +336,7 @@ div.c_one h2 {
float
:
left
;
width
:
100%
;
padding
:
20px
0
0
0
;
border-bottom
:
2px
solid
#efefef
;
border-bottom
:
1px
solid
#DEDEDE
;
}
div
.c_one
h2
a
{
...
...
@@ -376,7 +376,7 @@ div.c_one ul li {
line-height
:
276%
;
}
div
.c_one
ul
li
:not
(
:last-child
)
{
border-bottom
:
2
px
dashed
#DEDEDE
;
border-bottom
:
1
px
dashed
#DEDEDE
;
}
div
.c_one
ul
li
a
{
...
...
Please
register
or
sign in
to post a comment