样式优化
This commit is contained in:
parent
bb0dd39ad9
commit
81e41eaa6b
|
|
@ -153,7 +153,7 @@ function HeaderPage(props){
|
|||
</p>
|
||||
<p className="new_first_desc mt20 task-hide-2">{newsList[0].summary}</p>
|
||||
<p className="font-13 zone_n_value mt20" style={{color:"#8d95a3"}}>
|
||||
<span>
|
||||
<span className="flexCenter">
|
||||
<img src={shijian} alt="" className="mr3" />
|
||||
{newsList[0].publishTime}
|
||||
</span>
|
||||
|
|
@ -173,7 +173,7 @@ function HeaderPage(props){
|
|||
</p>
|
||||
<p className="zone_n_desc task-hide-2">{i.summary}</p>
|
||||
<p className="zone_n_value">
|
||||
<span className="font-13" style={{color:"#8d95a3"}}>
|
||||
<span className="font-13 flexCenter" style={{color:"#8d95a3"}}>
|
||||
<img src={shijian} alt="" className="mr3" />
|
||||
{i.publishTime}
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
line-height: 13px;
|
||||
}
|
||||
.zone_btn{
|
||||
padding-right: 20px;
|
||||
|
|
@ -514,6 +514,7 @@
|
|||
.vip_list{
|
||||
margin-top: 50px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 35px;
|
||||
width: 1200px;
|
||||
background-image: url('./img/vipListBg.png'), linear-gradient(180deg,#009f7d 0%,#0f6754 100%);
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in New Issue