9 lines
161 B
SCSS
9 lines
161 B
SCSS
|
|
|
|
.title {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
margin-bottom: 10px;
|
|
} |