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
d1ce4dbf
authored
2020-11-21 11:04:39 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
8190fb04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
14 deletions
index.html
staticCss/pageHome.css
index.html
View file @
d1ce4db
...
...
@@ -144,49 +144,61 @@
</a>
</h2>
<ul
class=
"notice_list"
>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"1地信中心开展外业安全生产监控系统培训工作"
>
1地信中心开展外业安全生产监控系统培训工作
<p>
1地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongonggao1"
></use>
</svg>
</a>
</li>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"2地信中心开展外业安全生产监控系统培训工作"
>
2地信中心开展外业安全生产监控系统培训工作
<p>
2地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongonggao1"
></use>
</svg>
</a>
</li>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"3地信中心开展外业安全生产监控系统培训工作"
>
3地信中心开展外业安全生产监控系统培训工作
<p>
3地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongongshi"
></use>
</svg>
</a>
</li>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"4地信中心开展外业安全生产监控系统培训工作"
>
4地信中心开展外业安全生产监控系统培训工作
<p>
4地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongongshi"
></use>
</svg>
</a>
</li>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"5地信中心开展外业安全生产监控系统培训工作"
>
5地信中心开展外业安全生产监控系统培训工作
<p>
5地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongongshi"
></use>
</svg>
</a>
</li>
<li>
<li
class=
"item_notice"
>
<a
href=
""
title=
"6地信中心开展外业安全生产监控系统培训工作"
>
6地信中心开展外业安全生产监控系统培训工作
<p>
6地信中心开展外业安全生产监控系统培训工作
</p>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongongshi"
></use>
</svg>
...
...
staticCss/pageHome.css
View file @
d1ce4db
...
...
@@ -330,7 +330,7 @@ div.c_one div:first-child .notice {
float
:
right
;
height
:
25px
;
width
:
11%
;
margin-top
:
5
px
;
margin-top
:
8
px
;
}
/*<h2><a href=""><span>新闻动态</span><i>查看全部</i></a></h2>*/
...
...
@@ -404,7 +404,7 @@ div.c_one #ulNews .news_item{
div
.c_one
.news_item
.icon
{
float
:
left
;
height
:
29px
;
width
:
1
6
%
;
width
:
1
4
%
;
margin-top
:
7.5px
;
margin-right
:
7px
;
margin-left
:
-3px
;
...
...
@@ -461,6 +461,25 @@ div.c_one .news ul {
height
:
21px
;
float
:
left
;
}
/* 公告 */
.item_notice
{
font-size
:
0
;
text-align
:
left
;
}
.item_notice
a
{
height
:
42px
;
line-height
:
42px
;
display
:
block
;
}
.item_notice
p
{
font-size
:
14px
;
display
:
inline-block
;
width
:
85%
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-align
:
left
;
}
div
.c_two
{
...
...
Please
register
or
sign in
to post a comment