Files
ClassContent/历届学生/罗朝/项目练习/cp/css/about.css
2024-09-27 02:06:13 +08:00

15 lines
228 B
CSS

body {
background: #fff;
}
.top-title {
width: 100%;
height: 4rem;
display: flex;
justify-content: space-around;
align-items: center;
padding: 0 .5rem;
}
.top-title h2{
font-size: .54rem;
padding-left: .4rem;
}