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
0afd5a2d
authored
2021-01-25 14:56:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻样式
1 parent
5ddb34d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
staticCss/pageHome.css
staticCss/xwdt.css
staticCss/pageHome.css
View file @
0afd5a2
...
...
@@ -635,16 +635,23 @@ div.c_five ul li a img {
}
.news-title
.hot-focus
{
margin-right
:
100px
;
position
:
relative
;
}
.news-title
.hot-focus
::after
{
position
:
absolute
;
width
:
124px
;
height
:
1px
;
background-color
:
#006CFF
;
content
:
""
;
bottom
:
-20px
;
left
:
0
;
}
.news-title
li
:nth-child
(
2
)
{
margin-right
:
100px
;
}
.news-title
.hot-focus
img
{
width
:
1
6
px
;
height
:
17
px
;
width
:
1
9
px
;
height
:
20
px
;
position
:
relative
;
top
:
3px
;
}
...
...
staticCss/xwdt.css
View file @
0afd5a2
...
...
@@ -133,6 +133,11 @@ div.subject {
.xw-right
{
padding-right
:
10px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
/*超出3行部分显示省略号,去掉该属性 显示全部*/
-webkit-box-orient
:
vertical
;
}
.leftContainer
{
border-right
:
1px
solid
#DEDEDE
;
...
...
@@ -331,4 +336,5 @@ div.subject {
.sticky
.xw-right
{
font-size
:
16px
;
color
:
#4a4a4a
;
float
:
initial
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment