jquery mobile header title左对齐 button右对齐

<div data-theme="b" data-role="header" data-position="fixed">
        <h1 style="text-align:left; margin-left:10px;">Muyeeeh</h1>
       <!--  <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right">  
         <a href="index.html" data-role="button" data-inline="true" >登录</a>
        <a href="index.html" data-role="button" data-inline="true" data-theme="b" >创建帐户</a>
      </div> -->
        <a href="www.google.com" data-icon="delete" style="left:auto; right:120px;">Cancel</a>
    <a href="www.google.com" data-icon="check" data-theme="b">Submit</a>
    </div>
原文地址:https://www.cnblogs.com/exmyth/p/7833253.html