You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
297 B
22 lines
297 B
.container {
|
|
padding: 60rpx 50rpx 0;
|
|
}
|
|
|
|
.page-title {
|
|
color: #333 ;
|
|
font-size: 54rpx;
|
|
font-weight: 500;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.page-subtitle {
|
|
color: #333;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.page-main {
|
|
margin-top: 16px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|