.buttonDiv{background-color: #4e4f50;
            border: 2px solid #83ABD3;
            border-radius: 4px;
            -khtml-opacity: 0.5;
            -moz-opacity: 0.5;
            opacity: 0.7;
            filter: alpha(opacity=40);
            color: #f4f4f4;
            text-align:center; 
            position:fixed;
            width:97.2%; 
            bottom: 0%;
}

 <div  class="buttonDiv">
        <a href="javascript:void(0)" class="easyui-linkbutton" onclick="submitForm()" style="    padding: 1px 7px;">保存</a>
        <a href="javascript:void(0)" class="easyui-linkbutton" onclick="clearForm()" style="    padding: 1px 7px;">重置</a>
    </div>

 

相关文章:

  • 2022-02-06
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-08-05
  • 2021-10-11
相关资源
相似解决方案