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.
49 lines
593 B
49 lines
593 B
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.main {
|
|
width: 90%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-family: PingFang SC;
|
|
}
|
|
|
|
.sub_title {
|
|
font-size: 28rpx;
|
|
color: rgba(0, 0, 0, 0.6);
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
.font_title_2 {
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
font-family: "PingFang SC";
|
|
}
|
|
.title {
|
|
margin-bottom: 20rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.image_container {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|