21 lines
321 B
Plaintext
21 lines
321 B
Plaintext
|
|
.content-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.content-title {
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
color: black;
|
|
}
|
|
|
|
.content-body {
|
|
font-size: 24rpx;
|
|
color: gray;
|
|
margin-top: 20rpx;
|
|
padding: 20rpx;
|
|
} |