38 lines
554 B
Plaintext
38 lines
554 B
Plaintext
.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: 63rpx;
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 63rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|