Files

23 lines
333 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.demo-rate {
background-color: var(--bg-color-demo);
color: var(--td-text-color-primary);
padding: 32rpx;
margin-top: 32rpx;
margin-bottom: 32rpx;
}
.rate-wrapper {
display: flex;
justify-content: center;
}
.desc {
text-align: center;
margin-top: 24rpx;
}
.desc--active {
color: #ed7b2f;
font-weight: 600;
}