zoukankan      html  css  js  c++  java
  • bootstrap模态框,等待遮盖层

    <div class="modal fade" id="loadingModal">
    <div style=" 200px;height:20px; z-index: 20000; position: absolute; text-align: center; left: 50%; top: 50%;margin-left:-100px;margin-top:-10px">
    <div class="progress progress-striped active" style="margin-bottom: 0;">
    <div class="progress-bar" style=" 100%;"></div>
    </div>
    <h5 style="color:black"> <strong>正在加载...查询可融资金额概需花费2-5分钟,请稍等!</strong> </h5>
    </div>
    </div>

    打开和隐藏:


    $("#loadingModal").modal('show');
    $('#loadingModal').modal('hide');

  • 相关阅读:
    习惯
    mysql
    mysql
    mysql
    MYSQL
    MYSQL
    mysql
    手动从Spring中获取指定对象
    jdbc连接数据库
    java代码调用exe(cmd命令)
  • 原文地址:https://www.cnblogs.com/yizw/p/7890943.html
Copyright © 2011-2022 走看看