【发布时间】:2019-06-03 10:21:37
【问题描述】:
这是我的 div 的代码:
<div height="45" align="center" valign="middle" style="font-family: 'Lato', sans-serif; font-size: 14px; border-radius: 6px;
color: #ffffff;line-height:15px;background-color: #24b646;width: 180px;padding: 0px;margin: 30px 0 30px 60px;height: 45px;"
class="mobileWidth100 mobilePadding0">
<a valign="middle" width="auto" href="" target="_blank" alias="" style="font-family: 'Lato', sans-serif;
text-decoration: none; color: #ffffff;font-weight:bold; letter-spacing:1px;margin: auto;height: 45px;
line-height: 15px;">{% trans 'Manage Team'%}</a>
</div>
我在 div 上设置了 45px 的高度。我已经将 valign 设置为中间,甚至将边距设置为 auto,但仍然没有运气。它看起来像这样:
【问题讨论】:
标签: html angularjs css django-templates