2c0d81ad by 任超

style:新闻详情

1 parent f10c50e4
......@@ -134,6 +134,9 @@ div.navigation {
.release div {
display: inline-block;
}
.release div p {
display: inline-block;
}
.mainbody .DividingLine {
width: 1200px;
height: 1px;
......
......@@ -104,7 +104,7 @@
}
.business_titleList li a {
display: block;
height: 80px;
height: 142px;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
......@@ -112,7 +112,7 @@
}
.business_titleList li p:nth-child(1) {
font-size: 18px;
margin-top: 15px;
margin-top: 39px;
}
.itemTitleActive {
border-color: #0091FF!important;
......
......@@ -690,11 +690,11 @@ div.navigation {
.zcfg-top {
width: 200px;
height: 14px;
font-size: 14px;
font-weight: bold;
color: #4A4A4A;
line-height: 20px;
margin-bottom: 5px;
}
.zcfg-body {
......
......@@ -22,7 +22,7 @@ function newsDetail() {
if (result.code == 200 && result.data != null) {
$('.newsTitle').html(result.data.headline)
$('.releaseTime').html(result.data.addtime)
$('.source').html(result.data.source)
$('#source').html(result.data.source)
newsDetail.append(result.data.content)
}
}
......
......@@ -22,7 +22,7 @@
<div class="mainbody">
<div class="title newsTitle"></div>
<div class="release">
<div class="source"></div>
<div>发布单位:<p id="source"></p></div>
<div>发布日期:<p class="releaseTime"></p></div>
</div>
<div class="DividingLine"></div>
......
......@@ -24,7 +24,7 @@
</div>
<!-- -----------------个人信息------------------------ -->
<div class="central_area">
<div class="perinfo contentBox">
<div class="perinfo contentBox cardItem">
<div class="perinfo_left">
<img src="../staticImages/person.png" alt="">
<ul>
......