完整测试
This commit is contained in:
parent
1e28a526db
commit
0db2211f6a
20
recharge.php
20
recharge.php
@ -371,11 +371,25 @@ $bep20_addr = $settings['usdt_bep20_address'] ?? '0x742d35Cc6634C0532925a3b844Bc
|
|||||||
.chat-column { display: none !important; }
|
.chat-column { display: none !important; }
|
||||||
.info-side {
|
.info-side {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
min-height: 100vh !important;
|
min-height: auto !important;
|
||||||
border-radius: 24px !important;
|
border-radius: 24px !important;
|
||||||
|
padding: 1.25rem !important;
|
||||||
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.modal-dialog { margin: 0; }
|
.modal-dialog {
|
||||||
.modal-content { border-radius: 0; height: 100vh; }
|
margin: 10px !important;
|
||||||
|
min-height: calc(100vh - 20px);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.modal-content {
|
||||||
|
border-radius: 24px !important;
|
||||||
|
height: auto !important;
|
||||||
|
max-height: 85vh !important;
|
||||||
|
overflow-y: auto !important;
|
||||||
|
}
|
||||||
|
.display-5 { font-size: 2.2rem !important; }
|
||||||
|
h2 { font-size: 1.4rem !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Premium Desktop Styling */
|
/* Premium Desktop Styling */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user