Files
ClassContent/历届学生/罗朝/2019-05-07/天气预报/css/index.css
2024-09-27 02:06:13 +08:00

15 lines
228 B
CSS

.header {
display: flex;
justify-content: space-between;
padding: .05rem .1rem;
height: .4rem;
align-items: center;
}
.header p{
width: 100%;
text-align: center;
}
.header .icon {
width: .3rem;
height: .3rem;
}