Files
YGChatCS/components/ModuleTitle/styles/index.scss
2025-08-18 19:15:39 +08:00

27 lines
362 B
SCSS

.module-header {
position: relative;
padding: 6px 2px 2px;
display: inline-block;
}
.module-title {
font-size: 18px;
font-family: PingFang SC, PingFang SC;
color: #000;
position: relative;
z-index: 1;
}
.underline {
position: absolute;
bottom: 3px;
left: 0;
width: 100%;
height: 10px;
z-index: 0;
}
.mb12 {
margin-bottom: 4px;
}