14 lines
237 B
Plaintext
Raw Normal View History

2025-12-15 18:19:04 +08:00
page {
background-color: #f3f3f4;
}
.invitation_title {
font-size: 30rpx;
font-weight: 500;
padding: 30rpx 30rpx 0 30rpx;
}
.form_card_box {
margin: 30rpx;
background-color: #fff;
padding: 0 30rpx;
border-radius: 15rpx;
}