<div data-role="footer" data-position="fixed">
    <h1><button>按钮</button></h1>
  </div>

解决方案 »

  1.   

    他的按钮是相对父容器定的,你可以测试一下,把div大小调大调小试试
     <div data-role="content" style="width:200px;">
        <button>按钮</button>
      </div>
      

  2.   


    你这个还有背景,而且不只有按钮
    <div data-role="footer" 
    style='background:none;border:none' data-position="fixed">
        <h1><button>按钮</button></h1>
      </div>