<div class="tableStyle" align="center"><table>
<tr>
<td>
<div align="center" style="position:relative;height:75px;"><img src = 'loading' id = '{{imageName}}' onclick="imageClick('{{imageName}}')" width = '120' height = '60' style="background:#d9dcdc;"/><div align="center" style="position:relative;top:-70px"><img src="imageBack@2x.png" id='{{imageName}}_center' width="48" height="50"/></div></div>
</td>
<td>
<div align="center" style="position:relative;height:75px;"><img src = 'loading' id = '{{videoImgUrl}}' onclick="videoClick('{{videoImgUrl}}')" width = '120' height = '60' style="background:#d9dcdc;"/><div align="center" style="position:relative;top:-70px"><img src="imageBack@2x.png" id='{{videoImgUrl}}_center' width="48" height="50"/></div></div>
</td>
</tr>
<tr>
<td><div class="contentStyle" style="font-family:'{{fontName}}';"><a href="{{structString}}">澎湃</a></div></td>
</tr>
</table></div>
|