Files
memind/miniapp/pages/legal/privacy/index.wxss
T
john 048f25f580 feat(miniapp): add privacy consent and legal pages
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>
2026-07-12 12:18:54 +08:00

48 lines
611 B
Plaintext

.legal-page {
padding-bottom: 48rpx;
}
.legal-card {
display: flex;
flex-direction: column;
gap: 28rpx;
padding: 32rpx;
}
.legal-title {
font-size: 40rpx;
font-weight: 800;
color: #101820;
line-height: 1.4;
}
.legal-meta {
font-size: 24rpx;
color: #64748b;
line-height: 1.5;
}
.legal-section {
display: flex;
flex-direction: column;
gap: 16rpx;
}
.legal-heading {
font-size: 30rpx;
font-weight: 700;
color: #132028;
line-height: 1.5;
}
.legal-paragraph,
.legal-item {
font-size: 26rpx;
color: #334155;
line-height: 1.8;
}
.legal-item {
padding-left: 8rpx;
}