style: 更新运营商标签配色
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user