24 lines
433 B
Plaintext
24 lines
433 B
Plaintext
page{
|
|
background-color: #F4F4F4;
|
|
}
|
|
.top{
|
|
width: 100vw;
|
|
background-color: rgb(255, 255, 255);
|
|
height: 370rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
flex-direction: column;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.name{
|
|
color: white;
|
|
margin-top: 30rpx;
|
|
text-align: justify;
|
|
text-justify:distribute-all-lines;
|
|
text-align-last: justify;
|
|
font-size: 28rpx;
|
|
width: 180rpx;
|
|
}
|