20 lines
367 B
Plaintext
20 lines
367 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;
|
|
width: 60rpx;
|
|
font-size: 28rpx;
|
|
}
|