system-copyright-react/src/App.css
2025-04-11 16:20:46 +08:00

14 lines
228 B
CSS

.phoneBox{
display: flex;
justify-content: center;
margin-top: 20px;
}
.phoneBoxInput{
display: flex;
}
.phoneBoxTitle{
font-size: 16px;
margin-right: 10px;
line-height: 42px;
/* color: #929292; */
}