hmtsai-cn-index-page/index.css

13 lines
146 B
CSS
Raw Normal View History

2024-05-02 13:44:52 +08:00
*{
padding:0;
margin:0;
color:#fff;
}
#naviBar{
height:55px;
width:100%;
background-color: #3f3f5f;
display: flex;
}