123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .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;
- }
|