16 lines
192 B
SCSS
Raw Permalink Normal View History

2025-04-14 10:57:27 +08:00
//灰色
.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;
}