【发布时间】:2016-07-06 14:52:34
【问题描述】:
我必须使离子标题图像和文本出现在同一行,但文本放置在比图像低一点的位置。
<ion-header-bar class="bar-positive" align-title="center">
<h1 class="title" >
<img class="title-image" src="http://www.fnordware.com/superpng/pngtest16rgba.png" height="80%" />
<span>App Project</span>
</h1>
</ion-header-bar>
【问题讨论】:
标签: css angularjs ionic-framework