1
移動元素我有這樣一段代碼:在按鈕標籤
<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'什麼? 「正確」還是「左」?兩個'中心'?! – Pedram
我想將圖像移動到「關閉」一詞的頂部 – boris
現在它們對齊到底部 – boris