feat: 字体大小16px替换全局变量
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
.tab-text-active {
|
||||
color: $uni-text-color;
|
||||
font-size: 16px;
|
||||
font-size: $uni-font-size-lg;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.user-info-title {
|
||||
font-size: 16px;
|
||||
font-size: $uni-font-size-lg;
|
||||
font-weight: 600;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user