我正试图在标题处对齐多个图标。请告诉我我要去哪里。提前致谢。以下是我的代码。 我想要酒吧图标,标题,搜索图标,然后返回按钮
<div data-role="header">
<a href="#mypanel" data-rel="popup" data-transition="slideup" data-icon="bars" data-iconpos="notext" class=" buttonbg" style=" background-color:#D3D3D3;" >Bars</a>
<h1>My Training </h1>
<a href="#" data-icon="bars" data-iconpos="notext" >Bars</a>
<a href="home.html" class=" ui-btn-right buttonbg buttontext" data-icon="back" data-mini="true" rel="external" style="border-radius:20px;">Back</a></div>