|
|
@ -28,7 +28,7 @@ class RecommendShixun extends Component {
|
|
|
|
<div className="recomments clearfix df" key={index}>
|
|
|
|
<div className="recomments clearfix df" key={index}>
|
|
|
|
<a href={`/shixuns/${_shixun.identifier}/challenges`} style={{height:'76px'}} target="_blank">
|
|
|
|
<a href={`/shixuns/${_shixun.identifier}/challenges`} style={{height:'76px'}} target="_blank">
|
|
|
|
|
|
|
|
|
|
|
|
<img alt={`${_shixun.id}`} style={{maxHeight:'76px'}} src={`/images/${_shixun.image_url}`} width="100" >
|
|
|
|
<img alt={`${_shixun.id}`} style={{maxHeight:'76px'}} src={`/${_shixun.image_url}`} width="100" >
|
|
|
|
</img>
|
|
|
|
</img>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<div className="ml10 flex1">
|
|
|
|
<div className="ml10 flex1">
|
|
|
|