haomingming cfa69efd15 优化
2023-03-22 09:01:58 +08:00

19 lines
351 B
Plaintext

.top{
width: 100vw;
background-color: cornflowerblue;
height: 370rpx;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
}
.name{
color: white;
margin-top: 30rpx;
text-align: justify;
text-justify:distribute-all-lines;
text-align-last: justify;
font-size: 28rpx;
}