feat: 限制用户单日提问次数
This commit is contained in:
@@ -263,3 +263,20 @@
|
||||
.safe-bottom {
|
||||
height: calc(14rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
/* Quota Bar */
|
||||
.quota-bar {
|
||||
text-align: center;
|
||||
padding: 6rpx 0 2rpx;
|
||||
}
|
||||
|
||||
.quota-text {
|
||||
font-size: 22rpx;
|
||||
color: #90A4AE;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.quota-text.warn {
|
||||
color: #EF4444;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user