feat: 字体大小16px替换全局变量

This commit is contained in:
duanshuwen
2025-10-06 17:35:29 +08:00
parent 637c5f674b
commit 56f7f9d426
13 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
.notice-title {
display: flex;
align-items: center;
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: 500;
color: $uni-text-color;
}

View File

@@ -25,7 +25,7 @@
}
&__title {
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: 500;
color: $uni-text-color;
line-height: 22px;
@@ -94,7 +94,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: $uni-font-size-lg;
transition: all 0.3s ease;
outline: none;

View File

@@ -30,7 +30,7 @@
.tab-text-active {
color: $uni-text-color;
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: 600;
}

View File

@@ -5,7 +5,7 @@
}
.user-info-title {
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: 600;
margin-bottom: 14px;
}