forked from Gitlink/forgeplus-react
35 lines
1.1 KiB
JavaScript
35 lines
1.1 KiB
JavaScript
import React from 'react';
|
|
import Cards from '../Component/MemberCards';
|
|
|
|
export default (()=>{
|
|
return(
|
|
<div>
|
|
<div className="MemberBoxThree">
|
|
<Cards
|
|
img="https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3331079987,1190181307&fm=111&gp=0.jpg"
|
|
name="陈教授"
|
|
time="2020-04-29"
|
|
focusStatus={true}
|
|
/>
|
|
<Cards
|
|
img="https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3331079987,1190181307&fm=111&gp=0.jpg"
|
|
name="陈教授"
|
|
time="2020-04-29"
|
|
focusStatus={true}
|
|
/>
|
|
<Cards
|
|
img="https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3331079987,1190181307&fm=111&gp=0.jpg"
|
|
name="陈教授"
|
|
time="2020-04-29"
|
|
focusStatus={true}
|
|
/>
|
|
<Cards
|
|
img="https://dss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3331079987,1190181307&fm=111&gp=0.jpg"
|
|
name="陈教授"
|
|
time="2020-04-29"
|
|
focusStatus={true}
|
|
/>
|
|
</div>
|
|
</div>
|
|
)
|
|
}) |