【发布时间】:2016-03-02 13:15:22
【问题描述】:
我有这段代码:
<div style="float: right">
<button type="button" class="btn btn-link colorGrey " ng-click="ViewFactory.ShowView('WelcomepageModule')" ng-show="({IsActive: true, IsVisible: true, IsMandatory: true}).IsVisible" ng-disabled="!({IsActive: true, IsVisible: true, IsMandatory: true}).IsActive" ng-required="({IsActive: true, IsVisible: true, IsMandatory: true}).IsMandatory" required="required" style="font-size: 1.5em;">
<span class="fa fa-times" style="margin-right: 2px"></span> Close
</button>
</div>
我想将字体真棒图像与“关闭”一词的中心对齐。 我该怎么做?
【问题讨论】:
-
align到?right还是left?center?! -
我想将图像移到“关闭”一词的顶部
-
现在它们与底部对齐