fix: 优化白嫖号码布局

This commit is contained in:
QLHazyCoder
2026-05-29 10:21:14 +08:00
parent 56f52cb858
commit 0357688cbc
3 changed files with 27 additions and 10 deletions
+17 -3
View File
@@ -2535,12 +2535,26 @@ header {
}
.hero-sms-free-phone-cell {
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
gap: 4px;
}
.hero-sms-free-phone-input-row,
.hero-sms-free-phone-status-row {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
}
.hero-sms-free-phone-status-row {
padding-left: 66px;
}
.hero-sms-manual-phone-input {
flex: 1 1 150px;
min-width: 120px;
flex: 1 1 auto;
min-width: 0;
}
.hero-sms-free-phone-country {