限制手机号注册流程使用号码复用

This commit is contained in:
QLHazyCoder
2026-05-15 18:23:41 +08:00
parent 81fc40706a
commit 4c2ab31b07
9 changed files with 929 additions and 26 deletions
+13
View File
@@ -2475,6 +2475,19 @@ header {
white-space: nowrap;
}
.hero-sms-price-control.is-disabled,
.hero-sms-settings-cell.is-disabled,
.hero-sms-runtime-cell.is-disabled {
opacity: 0.56;
}
.hero-sms-price-control.is-disabled .toggle-switch,
.hero-sms-settings-cell.is-disabled .toggle-switch,
.hero-sms-runtime-cell.is-disabled .data-input,
.hero-sms-runtime-cell.is-disabled .btn {
cursor: not-allowed;
}
.data-unit {
font-size: 12px;
font-weight: 600;