system-copyright-react/src/App.css

14 lines
228 B
CSS
Raw Normal View History

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