style: 更新运营商标签配色

This commit is contained in:
hectorzhao
2026-08-12 17:22:43 +08:00
parent 4994841709
commit 16135e5a3e
4 changed files with 12 additions and 4 deletions
+4 -3
View File
@@ -1077,6 +1077,7 @@
.ui-carrier-tag {
align-items: center;
border: 1px solid transparent;
border-radius: var(--radius-full);
display: inline-flex;
font-size: var(--font-size-xs);
@@ -1088,9 +1089,9 @@
white-space: nowrap;
}
.ui-carrier-tag--mobile { background: #e7ebf0; color: #536170; }
.ui-carrier-tag--unicom { background: #eeeae7; color: #6a6058; }
.ui-carrier-tag--telecom { background: #e7ece9; color: #58685e; }
.ui-carrier-tag--mobile { background: #e8f1f7; border-color: #c9dde9; color: #2f6f91; }
.ui-carrier-tag--unicom { background: #f6eaea; border-color: #e8cece; color: #875758; }
.ui-carrier-tag--telecom { background: #f0ecf7; border-color: #ddd1ea; color: #73538f; }
.ui-carrier-tag--neutral { background: #eceff2; color: #596474; }
.ui-tabs {