Files

25 lines
338 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.main-title {
margin: 32rpx;
display: inline-block;
}
.title-major {
font-size: 48rpx;
font-weight: 600;
line-height: 72rpx;
}
.title-sub {
font-size: 32rpx;
font-weight: 400;
line-height: 48rpx;
margin-top: 8rpx;
}
.action {
margin: 64rpx;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 64rpx;
}