Files

38 lines
555 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: 64r px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 64rpx;
}
.slot-body {
margin-top: 8rpx;
text-align: center;
color: var(--td-text-color-secondary);
font-size: 32rpx;
font-weight: 400;
line-height: 48rpx;
}
.slot-body .guide-demo-image {
margin-top: 48rpx;
}