parent
822af87855
commit
80e8ca938f
|
|
@ -207,7 +207,7 @@ function News(props) {
|
|||
</div>}
|
||||
</div>}
|
||||
{/* 第二个顺序栏目 */}
|
||||
{secondDir && <div className='secondDir_NSCC flex1 ml30'>
|
||||
{secondDir && <div className='secondDir_NSCC flex1 ml20'>
|
||||
{/* <Divider type="vertical" style={{width: '3px', height: '17px', backgroundColor: "#466aff", marginBottom: '5px'}}/> */}
|
||||
{/* <Link to={`/zone/${key}/news/${secondDir.id}`} onClick={()=>{window.scrollTo(0,450)}} className="font-18 font-bd">{secondDir.name}</Link> */}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@ function Source({data, nsccTitle}) {
|
|||
</div>
|
||||
<Spin spinning={isSpin} style={{minHeight: '300px'}}>
|
||||
<div className='df wrap gap20 fadeUpNSCCHome'>
|
||||
{sourceList.map(i => {
|
||||
{sourceList.map((i, index) => {
|
||||
const time = i.updateTime || i.createTime
|
||||
return <div className='s_1_souce_NSCC mt30'>
|
||||
return <div className={`s_1_souce_NSCC ${index < 3 ? 'mt30' : ''}`}>
|
||||
<Link to={`/zone/${key}/source/${i.id}`}>
|
||||
<div className='flexCenter between'>
|
||||
<span className='souce_icon_box'>
|
||||
|
|
|
|||
|
|
@ -963,7 +963,7 @@
|
|||
background-size: 100% 100%;
|
||||
}
|
||||
.proTypeBox {
|
||||
padding: 4px 15px;
|
||||
padding: 4px 24px;
|
||||
&.active {
|
||||
color: $primary-color;
|
||||
background-color: #ffffff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue