基本变更
This commit is contained in:
+2
-58
@@ -349,7 +349,7 @@ img {
|
|||||||
.header-banner .layer-nav-col li a {
|
.header-banner .layer-nav-col li a {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
|
font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: rgba(220, 228, 240, 0.9);
|
color: rgba(220, 228, 240, 0.9);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -359,69 +359,13 @@ img {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========== 大标题区 ========== */
|
|
||||||
.headline-box {
|
|
||||||
position: absolute;
|
|
||||||
top: 489px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: 1200px;
|
|
||||||
height: 105px;
|
|
||||||
background: rgba(255, 255, 255, 0.3);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 10px;
|
|
||||||
z-index: 2;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headline-box .headline-main {
|
|
||||||
font-size: 40px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #0b408a;
|
|
||||||
line-height: 1.2;
|
|
||||||
text-align: center;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headline-box .headline-subs {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 8px 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headline-box .headline-subs li {
|
|
||||||
font-size: 16px;
|
|
||||||
color: #0b408a;
|
|
||||||
line-height: 1.4;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========== 板块5 ========== */
|
|
||||||
.block-5 {
|
|
||||||
position: absolute;
|
|
||||||
top: 614px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: 1200px;
|
|
||||||
height: 400px;
|
|
||||||
background: #FDFDFD;
|
|
||||||
z-index: 2;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========== Footer ========== */
|
/* ========== Footer ========== */
|
||||||
.footer {
|
.footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 522px;
|
height: 522px;
|
||||||
background: url("assest/网站底部1600 1.png") center top / 100% 100% no-repeat;
|
background: url("assest/网站底部1600 1.png") center top / 100% 100% no-repeat;
|
||||||
margin-top: 540px;
|
margin-top: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -134,22 +134,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 板块4:大标题区 -->
|
|
||||||
<section class="headline-box">
|
|
||||||
<h2 class="headline-main">习近平在全军高级干部培训班开班式上发表重要讲话</h2>
|
|
||||||
<ul class="headline-subs">
|
|
||||||
<li>【学习新共同条令】</li>
|
|
||||||
<li>【形式战备教育参考资料片】</li>
|
|
||||||
<li>【环球70秒系列短视频】</li>
|
|
||||||
<li>【优秀教案】</li>
|
|
||||||
<li>【军队住房政策服务“直通车”】</li>
|
|
||||||
<li>【“治理”“五多”问题信箱】</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- 板块5:内容区 -->
|
|
||||||
<section class="block-5"></section>
|
|
||||||
|
|
||||||
<!-- 板块:Footer -->
|
<!-- 板块:Footer -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<a class="footer-link footer-link-stats" href="javascript:;">信息统计</a>
|
<a class="footer-link footer-link-stats" href="javascript:;">信息统计</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user