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
6a53f9de
authored
2020-11-19 11:10:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻
1 parent
769dc1a2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
14 deletions
staticCss/common.css
staticCss/global.css
staticCss/xwdt.css
staticCss/common.css
View file @
6a53f9d
...
...
@@ -78,15 +78,18 @@ div.top-logo {
}
div
.top-logo
::-webkit-input-placeholder
{
/* WebKit browsers */
font-size
:
13px
;
font-size
:
14px
;
color
:
#9B9B9B
;
}
div
.top-logo
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
font-size
:
13px
;
font-size
:
14px
;
color
:
#9B9B9B
;
}
div
.top-logo
:-ms-input-placeholder
{
/* Internet Explorer 10+ */
font-size
:
13px
;
font-size
:
14px
;
color
:
#9B9B9B
;
}
.top_logo_content
{
height
:
40px
;
...
...
@@ -101,11 +104,19 @@ div.top-logo .top_logo_search {
}
div
.top-logo
.top_logo_search
input
{
border-radius
:
50px
;
border
:
2px
solid
#CBCBCB
;
}
div
.top-logo
.login
{
float
:
right
;
margin-top
:
8px
;
}
.login
li
{
color
:
#6D7278
;
font-size
:
16px
;
}
.login
li
a
{
color
:
#6D7278
;
}
div
.top-logo
.login
a
:hover
{
color
:
#0091FF
;
}
...
...
@@ -121,11 +132,13 @@ div.top-logo .top_logo_search i {
}
.top-logo
ul
li
{
display
:
inline-block
;
padding
:
0
8
px
;
padding
:
0
12
px
;
}
.top-logo
ul
li
:first-child
{
border-right
:
1px
solid
grey
;
border-right
:
2px
solid
#9B9B9B
;
height
:
13px
;
line-height
:
12px
;
}
div
.navigation
{
...
...
staticCss/global.css
View file @
6a53f9d
...
...
@@ -145,7 +145,7 @@ div.banner ul li a {
color
:
#0091FF
;
}
.laws_regulations
.laws_list
li
:not
(
:last-child
)
{
border-bottom
:
1
px
dotted
#DEDEDE
;
border-bottom
:
2
px
dotted
#DEDEDE
;
}
/* ---------------end----------------------- */
...
...
@@ -376,7 +376,7 @@ div.c_one ul li {
line-height
:
276%
;
}
div
.c_one
ul
li
:not
(
:last-child
)
{
border-bottom
:
2px
dashed
#
f3f3f3
;
border-bottom
:
2px
dashed
#
DEDEDE
;
}
div
.c_one
ul
li
a
{
...
...
staticCss/xwdt.css
View file @
6a53f9d
...
...
@@ -135,6 +135,11 @@ div.subject {
.leftContainer
{
border-right
:
1px
solid
#DEDEDE
;
margin-top
:
41px
;
padding-bottom
:
30px
;
}
.leftContainer
li
{
border-bottom
:
1px
solid
#EAEAEA
;
margin-bottom
:
25px
;
}
.leftContainer
li
:last-child
{
border-bottom
:
1px
solid
#DEDEDE
;
...
...
@@ -144,12 +149,12 @@ div.subject {
height
:
18px
;
font-size
:
18px
;
font-weight
:
bold
;
color
:
#
4A4A4A
;
color
:
#
686666
;
line-height
:
18px
;
cursor
:
pointer
;
}
.left-top
:hover
{
color
:
#
4A4A4A
;
color
:
#
686666
;
}
.left-body
{
...
...
@@ -159,7 +164,7 @@ div.subject {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#6D7278
;
line-height
:
2
1
px
;
line-height
:
2
5
px
;
}
.left-buttom
{
...
...
@@ -207,7 +212,7 @@ div.subject {
}
.right-top
h2
{
font-weight
:
600
;
c
ursor
:
pointer
;
c
olor
:
#686666
;
}
.right-body
{
...
...
@@ -253,13 +258,14 @@ div.subject {
font-size
:
18px
;
margin-top
:
20px
;
font-weight
:
bold
;
color
:
#
4A4A4A
;
color
:
#
686666
;
line-height
:
18px
;
}
.zcfg
{
margin-top
:
20px
;
display
:
inline-block
;
cursor
:
pointer
;
}
.zcfg
div
{
...
...
@@ -271,7 +277,7 @@ div.subject {
height
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
color
:
#
4A4A4A
;
color
:
#
686666
;
line-height
:
14px
;
}
...
...
@@ -281,7 +287,8 @@ div.subject {
display
:
inline-block
;
font-weight
:
400
;
color
:
#6D7278
;
line-height
:
21px
;
line-height
:
23px
;
margin
:
10px
0
;
}
.zcfg-bottom
{
...
...
Please
register
or
sign in
to post a comment