1 回答
TA贡献1802条经验 获得超10个赞
更新您的代码,如下所示:
.formSubmitLoad {
color: white;
background-color: rgba(0, 0, 0, 0.9);
}
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<div class="container-fluid h-100 w-100 formSubmitLoad position-fixed" id="loader">
<div class="row h-100" id="loadingIcon">
<div class="m-auto col-11 col-md-6 d-flex flex-column justify-content-center align-items-center bg-primary h-75">
<i class="fas fa-spinner fa-pulse fa-4x"></i>
<h2 class="pt-4">Loading</h2>
</div>
<div class="m-auto col-11 col-md-6 text-center bg-primary h-75 d-none">
<!-- Column content to replace above column-->
</div>
</div>
</div>
- 1 回答
- 0 关注
- 97 浏览
添加回答
举报