forked from Gitlink/forgeplus-react
Merge pull request '样式优化cont.' (#563) from Eeeros/forgeplus-react:cs_news into cs_news
1
This commit is contained in:
commit
8032302eee
|
@ -166,7 +166,7 @@ function HeaderPage(props){
|
||||||
<span className="item_index">1</span>
|
<span className="item_index">1</span>
|
||||||
<Link to={`/zone/${deptId}/newdetail/${newsList[0].id}`} className="new_first_title task-hide">{newsList[0].name}</Link>
|
<Link to={`/zone/${deptId}/newdetail/${newsList[0].id}`} className="new_first_title task-hide">{newsList[0].name}</Link>
|
||||||
</p>
|
</p>
|
||||||
<p className="new_first_desc mt20 task-hide-2">{newsList[0].summary}</p>
|
<p className="new_first_desc mt20 task-hide">{newsList[0].summary}</p>
|
||||||
<p className="font-13 zone_n_value mt20" style={{color:"#8d95a3"}}>
|
<p className="font-13 zone_n_value mt20" style={{color:"#8d95a3"}}>
|
||||||
<span className="flexCenter">
|
<span className="flexCenter">
|
||||||
<img src={shijian} alt="" className="mr3" />
|
<img src={shijian} alt="" className="mr3" />
|
||||||
|
|
|
@ -106,7 +106,6 @@
|
||||||
}
|
}
|
||||||
.new_first_desc {
|
.new_first_desc {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
height: 20px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
|
|
Loading…
Reference in New Issue