048f25f580
Show privacy popup on launch, gate login on legal consent, and link user agreement and privacy policy pages in the mini program. Co-authored-by: Cursor <cursoragent@cursor.com>
45 lines
638 B
Plaintext
45 lines
638 B
Plaintext
.legal-hub-page {
|
|
padding-top: 24rpx;
|
|
}
|
|
|
|
.legal-hub-card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24rpx;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.legal-hub-title {
|
|
font-size: 40rpx;
|
|
font-weight: 800;
|
|
color: #101820;
|
|
}
|
|
|
|
.legal-hub-desc {
|
|
font-size: 26rpx;
|
|
color: #475569;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.legal-hub-item {
|
|
padding: 24rpx;
|
|
border: 1rpx solid #dbe3eb;
|
|
border-radius: 12rpx;
|
|
background: #f8fafc;
|
|
}
|
|
|
|
.legal-hub-item-title {
|
|
display: block;
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
color: #0f766e;
|
|
}
|
|
|
|
.legal-hub-item-desc {
|
|
display: block;
|
|
margin-top: 8rpx;
|
|
font-size: 24rpx;
|
|
color: #64748b;
|
|
line-height: 1.6;
|
|
}
|