16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.sectionTitle {
|
|
.flex(@justifyCenter: flex-start);
|
|
gap: 12px;
|
|
.font(@fontFamily: @baseFontBold, @fontSize: 42px);
|
|
color: @COLOR_GRAY08;
|
|
|
|
span {
|
|
display: inline-block;
|
|
.size(@w: 6px, @h: 36px);
|
|
background-color: @PRIMARY_COLOR_RED;
|
|
}
|
|
}
|