style:新闻详情
Showing
6 changed files
with
9 additions
and
6 deletions
... | @@ -134,6 +134,9 @@ div.navigation { | ... | @@ -134,6 +134,9 @@ div.navigation { |
134 | .release div { | 134 | .release div { |
135 | display: inline-block; | 135 | display: inline-block; |
136 | } | 136 | } |
137 | .release div p { | ||
138 | display: inline-block; | ||
139 | } | ||
137 | .mainbody .DividingLine { | 140 | .mainbody .DividingLine { |
138 | width: 1200px; | 141 | width: 1200px; |
139 | height: 1px; | 142 | height: 1px; | ... | ... |
... | @@ -104,7 +104,7 @@ | ... | @@ -104,7 +104,7 @@ |
104 | } | 104 | } |
105 | .business_titleList li a { | 105 | .business_titleList li a { |
106 | display: block; | 106 | display: block; |
107 | height: 80px; | 107 | height: 142px; |
108 | border: 1px solid #eee; | 108 | border: 1px solid #eee; |
109 | border-radius: 5px; | 109 | border-radius: 5px; |
110 | text-align: center; | 110 | text-align: center; |
... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
112 | } | 112 | } |
113 | .business_titleList li p:nth-child(1) { | 113 | .business_titleList li p:nth-child(1) { |
114 | font-size: 18px; | 114 | font-size: 18px; |
115 | margin-top: 15px; | 115 | margin-top: 39px; |
116 | } | 116 | } |
117 | .itemTitleActive { | 117 | .itemTitleActive { |
118 | border-color: #0091FF!important; | 118 | border-color: #0091FF!important; | ... | ... |
... | @@ -690,11 +690,11 @@ div.navigation { | ... | @@ -690,11 +690,11 @@ div.navigation { |
690 | 690 | ||
691 | .zcfg-top { | 691 | .zcfg-top { |
692 | width: 200px; | 692 | width: 200px; |
693 | height: 14px; | ||
694 | font-size: 14px; | 693 | font-size: 14px; |
695 | font-weight: bold; | 694 | font-weight: bold; |
696 | color: #4A4A4A; | 695 | color: #4A4A4A; |
697 | line-height: 20px; | 696 | line-height: 20px; |
697 | margin-bottom: 5px; | ||
698 | } | 698 | } |
699 | 699 | ||
700 | .zcfg-body { | 700 | .zcfg-body { | ... | ... |
... | @@ -22,7 +22,7 @@ function newsDetail() { | ... | @@ -22,7 +22,7 @@ function newsDetail() { |
22 | if (result.code == 200 && result.data != null) { | 22 | if (result.code == 200 && result.data != null) { |
23 | $('.newsTitle').html(result.data.headline) | 23 | $('.newsTitle').html(result.data.headline) |
24 | $('.releaseTime').html(result.data.addtime) | 24 | $('.releaseTime').html(result.data.addtime) |
25 | $('.source').html(result.data.source) | 25 | $('#source').html(result.data.source) |
26 | newsDetail.append(result.data.content) | 26 | newsDetail.append(result.data.content) |
27 | } | 27 | } |
28 | } | 28 | } | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | <div class="mainbody"> | 22 | <div class="mainbody"> |
23 | <div class="title newsTitle"></div> | 23 | <div class="title newsTitle"></div> |
24 | <div class="release"> | 24 | <div class="release"> |
25 | <div class="source"></div> | 25 | <div>发布单位:<p id="source"></p></div> |
26 | <div>发布日期:<p class="releaseTime"></p></div> | 26 | <div>发布日期:<p class="releaseTime"></p></div> |
27 | </div> | 27 | </div> |
28 | <div class="DividingLine"></div> | 28 | <div class="DividingLine"></div> | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </div> | 24 | </div> |
25 | <!-- -----------------个人信息------------------------ --> | 25 | <!-- -----------------个人信息------------------------ --> |
26 | <div class="central_area"> | 26 | <div class="central_area"> |
27 | <div class="perinfo contentBox"> | 27 | <div class="perinfo contentBox cardItem"> |
28 | <div class="perinfo_left"> | 28 | <div class="perinfo_left"> |
29 | <img src="../staticImages/person.png" alt=""> | 29 | <img src="../staticImages/person.png" alt=""> |
30 | <ul> | 30 | <ul> | ... | ... |
-
Please register or sign in to post a comment