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
77f3b5af
authored
2021-01-27 10:59:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页的修改
1 parent
0901f53f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
11 deletions
index.html
staticCss/pageHome.css
staticImages/home-yqlj.png
staticViews/gsgg.html
index.html
View file @
77f3b5a
...
...
@@ -166,7 +166,7 @@
<div
class=
"c_two convenient-service"
>
<h2
class=
"convenient-service-title"
>
<img
src=
"/staticImages/bianminfuwu.png"
/>
<a
href=
"/index.html"
title=
"便民服务"
>
便民服务
</a>
<a
href=
"/index.html"
class=
"service-title-href"
title=
"便民服务"
>
便民服务
</a>
</h2>
<ul
class=
"convenient-service-list"
>
<li>
...
...
@@ -425,8 +425,9 @@
<!-- 友情链接 -->
<div
class=
"c_five Links"
>
<div
class=
"subject"
>
<h2>
<a
href=
""
title=
"友情链接"
>
<h2
class=
"links-title"
>
<img
src=
"/staticImages/home-yqlj.png"
/>
<a
href=
"/index.html"
title=
"友情链接"
>
友情链接
</a>
</h2>
...
...
staticCss/pageHome.css
View file @
77f3b5a
...
...
@@ -202,6 +202,9 @@ div.c_five ul li a img {
-webkit-line-clamp
:
3
;
/*超出3行部分显示省略号,去掉该属性 显示全部*/
-webkit-box-orient
:
vertical
;
}
.news-module
.top-title
:hover
{
color
:
#5aa7e2
;
}
/* 新闻内容 */
.news-module-box
{
width
:
1200px
;
...
...
@@ -232,7 +235,7 @@ div.c_five ul li a img {
margin-right
:
100px
;
}
.news-module-box
.item-list
li
:hover
a
{
color
:
#0
091FF
;
color
:
#0
e8ded
;
}
/* 选中样式 */
.news-active
{
...
...
@@ -334,6 +337,9 @@ div.c_five ul li a img {
font-size
:
32px
;
font-weight
:
600
;
}
.convenient-service
.convenient-service-title
:hover
a
{
color
:
#5495FE
;
}
.convenient-service-list
{
width
:
1200px
;
margin
:
0
auto
;
...
...
@@ -758,3 +764,14 @@ div.c_five ul li a img {
position
:
relative
;
top
:
20px
;
}
/* 友情链接 */
.links-title
img
{
height
:
32px
;
position
:
relative
;
top
:
5px
;
}
.links-title
a
{
color
:
#3C4A66
;
font-size
:
32px
!important
;
font-weight
:
600
;
}
\ No newline at end of file
...
...
staticImages/home-yqlj.png
0 → 100644
View file @
77f3b5a
1.1 KB
staticViews/gsgg.html
View file @
77f3b5a
...
...
@@ -21,17 +21,32 @@
</div>
</div>
<div
class=
"mainbody"
>
<div
class=
"layui-tab layui-tab-brief"
>
<ul
class=
"layui-tab-title"
>
<li
class=
"layui-this"
><a
href=
""
>
全部
</a></li>
<li><a
href=
"/staticViews/gongshi/1.html"
>
公示
</a></li>
<li><a
href=
"/staticViews/gonggao/1.html"
>
公告
</a></li>
</ul>
</div>
<!-- 列表区域 -->
<div
class=
"listArea"
>
<div
class=
"announcement_list"
>
<ul
class=
"gglist"
id=
"notice-list"
>
<!-- 公示 -->
<li>
<a
href=
"/staticImages/notice/"
target=
"_blank"
>
<div
class=
"notice-item"
>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongongshi"
></use>
</svg>
<p
class=
"item_list"
>
2222222
</p>
</div>
</a>
</li>
<!-- 公告 -->
<li>
<a
href=
"/staticImages/notice/"
target=
"_blank"
>
<div
class=
"notice-item"
>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icongonggao1"
></use>
</svg>
<p
class=
"item_list"
>
2222222
</p>
</div>
</a>
</li>
</ul>
<div
id=
"page"
></div>
</div>
...
...
Please
register
or
sign in
to post a comment