更新 front/templates/payPage.html
This commit is contained in:
parent
15f296806f
commit
6c0b41639b
|
@ -59,7 +59,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 200px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.loading-spinner {
|
||||
|
@ -139,7 +139,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Loading状态 -->
|
||||
<div id="loading" class="loading-container" style="display: block;">
|
||||
<div id="loading" class="loading-container" style="display: flex;">
|
||||
<div class="loading-spinner"></div>
|
||||
<p class="loading-text">支付处理中,请稍等...</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue