- Subscription purchase now extends expire_time when user has active subscription, instead of cancelling and replacing - Admin subscription creation uses same extend logic - Subscribe page shows "续费" button and extend message for renewals - Help and contact pages: add pink header, centered icon + text
25 行
378 B
Plaintext
25 行
378 B
Plaintext
.placeholder-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 120rpx 40rpx;
|
|
}
|
|
|
|
.placeholder-icon {
|
|
font-size: 100rpx;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.placeholder-text {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.placeholder-sub {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|