2024-01-25 13:47:25 +08:00

33 lines
437 B
Plaintext

page {
width: 100%;
height: 100%;
}
._wxkf_html {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
._wxkf_page_body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
._wxkf_image_bx {
width: 520rpx;
height: 520rpx;
}
._wxkf_tips_t > text {
line-height: 1;
font-size: 50rpx;
color: #333;
font-weight: 500;
}