ruichang-screen/src/page/HomePage/Component/TitleBox/index.css
2025-07-18 17:43:23 +08:00

16 lines
264 B
CSS

.title_box {
font-family: PingFangSC, PingFang SC;
font-size: 24px;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
}
.title_box img {
width: 24px;
height: 25px;
vertical-align: bottom;
margin-right: 8px;
position: relative;
top: -2px;
}