我在让一段 html 垂直居中时遇到了可怕的麻烦。代码如下。超链接中的内容需要垂直对齐,但我不知道如何。请问有什么帮助吗?!非常感谢
<a class="x" href="#">
<span class="time">xxxx</span>
<span class="time">yyyy</span>
<span class="time">zzzz</span>
<table>
<tr>
<td>
<span class="Test">
<span>HELLO</span>
</span>
</td>
</tr>
</table>
</a>