2025-04-28 15:37:57 +08:00

16 lines
192 B
SCSS

//灰色
.b-font-gray-sm{
font-size: 12px;
color: $font-gray;
}
.b-font-gray-base{
font-size: 14px;
color: $font-gray;
}
//蓝色
.b-font-blue-sm{
font-size: 12px;
color: $font-blue;
}