77f3b5af by 任超

style:首页的修改

1 parent 0901f53f
......@@ -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>
......
......@@ -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: #0091FF;
color: #0e8ded;
}
/* 选中样式 */
.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
......
......@@ -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>
......