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
c231d6a8
authored
2021-02-05 14:56:54 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
54b290f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
staticCss/pageHome.css
staticCss/pageHome.css
View file @
c231d6a
...
...
@@ -300,11 +300,18 @@ div.c_five ul li a img {
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
373
px
;
width
:
430
px
;
text-align
:
left
;
position
:
relative
;
padding-left
:
10px
;
}
.item-list
li
img
{
width
:
30px
;
height
:
18px
;
float
:
right
;
position
:
relative
;
top
:
13px
;
}
.item-list
li
.newest
{
width
:
325px
;
}
...
...
@@ -566,6 +573,7 @@ div.c_five ul li a img {
width
:
440px
;
float
:
left
;
margin-right
:
55px
;
margin-top
:
-2px
;
}
.public-announcement
ul
:nth-of-type
(
1
)
{
padding-bottom
:
10px
;
...
...
@@ -623,6 +631,13 @@ div.c_five ul li a img {
padding-left
:
10px
;
line-height
:
45px
;
}
.public-announcement
ul
:nth-of-type
(
2
)
li
span
{
font-size
:
16px
;
color
:
#9B9B9B
;
float
:
right
;
position
:
relative
;
top
:
15px
;
}
.public-announcement
ul
:nth-of-type
(
2
)
li
a
:hover
{
color
:
#0091FF
;
}
...
...
Please
register
or
sign in
to post a comment