19c3318c by 任超

style:首页

1 parent b30f1599
......@@ -94,7 +94,28 @@
<!-- 新闻模块 -->
<div class="news-module">
<a class="top-title">党的十八大以来 双拥工将生产能力烈士来作综述:为实现中国梦强军梦凝聚强大力量</a>
<div class="news-module-box">
<img class="news-img" src="/staticImages/default-news.png" />
<ul class="news-title">
<li class="hot-focus">
<img src="/staticImages/redian.png" />
热点聚焦
</li>
<li>
新闻动态
</li>
<li class="see-more">
<a>查看全部</a>
<img src="/staticImages/more.png" />
</li>
</ul>
<ul class="hotspot-list">
</ul>
<ul class="news-information-list">
</ul>
</div>
</div>
<div class="c_one">
......
......@@ -388,6 +388,8 @@ div.top-logo .top_logo_search i {
/* 头部搜索区域 */
.head-search {
padding: 40px 0;
background: url('../staticImages/top_back-ground.png') no-repeat;
background-size: cover;
}
.head-contentBox {
width: 1200px;
......
......@@ -606,10 +606,54 @@ div.c_five ul li a img {
color: #4A4A4A;
line-height: 45px;
margin: 0 auto;
padding-top: 40px;
padding: 40px 0 35px 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/
-webkit-box-orient: vertical;
}
/* 新闻内容 */
.news-module-box {
width: 1200px;
margin: 0 auto;
}
.news-module-box .news-img{
float: left;
width: 680px;
}
.news-title {
float: right;
border-bottom: 1px solid #EAEAEA;
padding-bottom: 20px;
}
.news-title li {
display: inline-block;
font-size: 22px;
color: #4A4A4A;
cursor: pointer;
}
.news-title .hot-focus {
margin-right: 100px;
}
.news-title li:nth-child(2) {
margin-right: 100px;
}
.news-title .hot-focus img{
width: 16px;
height: 17px;
position: relative;
top: 3px;
}
.news-title .see-more {
position: relative;
top: -5px;
}
.news-title .see-more a{
color: #9B9B9B;
font-size: 16px;
}
.news-title .see-more img{
width: 6px;
height: 12px;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>示公</title>
<title>公告</title>
<script type="text/javascript" src="../../staticJs/head.js"></script>
<link rel="stylesheet" type="text/css" href="../../staticCss/gsgg.css">
</head>
......@@ -24,8 +24,8 @@
<div class="layui-tab layui-tab-brief">
<ul class="layui-tab-title">
<li class="layui-this"><a href="">全部</a></li>
<li><a href="">公示</a></li>
<li><a href="">公告</a></li>
<li><a href="/staticViews/gongshi/1.html">公示</a></li>
<li><a href="/staticViews/gonggao/1.html">公告</a></li>
</ul>
</div>
<!-- 列表区域 -->
......