|
|
|
@ -43,11 +43,11 @@ class RegisListviewdata extends React.Component {
|
|
|
|
|
<img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}>
|
|
|
|
|
|
|
|
|
|
</img>
|
|
|
|
|
<p style={{
|
|
|
|
|
<a className="maxnamewidth78" title={item.creator.name} style={{
|
|
|
|
|
color: "#999999", fontSize: "14px",
|
|
|
|
|
width: "78px",
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>{item.creator.name}</p>
|
|
|
|
|
}}>{item.creator.name}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div style={{
|
|
|
|
|
marginTop: "29px",
|
|
|
|
|