Files
Pet3/miniprogram/pages/agreement/agreement.wxss
2026-06-25 18:24:29 +08:00

45 lines
862 B
Plaintext

/* 法律文本通用排版(用户协议 / 隐私政策共用同一套视觉) */
.legal {
height: 100vh;
padding: 40rpx 48rpx calc(56rpx + env(safe-area-inset-bottom));
}
.legal-head {
padding-bottom: 28rpx;
border-bottom: 2rpx solid var(--line);
margin-bottom: 28rpx;
}
.legal-title {
font-size: 40rpx;
font-weight: 600;
letter-spacing: 1rpx;
}
.legal-meta {
margin-top: 12rpx;
font-size: 22rpx;
color: var(--ink-3);
}
.legal-intro {
margin-bottom: 12rpx;
}
.sec-h {
margin: 36rpx 0 12rpx;
font-size: 30rpx;
font-weight: 600;
color: var(--ink);
}
.sec-p {
margin-top: 12rpx;
font-size: 26rpx;
line-height: 1.8;
color: var(--ink-2);
text-align: justify;
}
.legal-foot {
margin-top: 48rpx;
padding-top: 24rpx;
border-top: 2rpx solid var(--line);
font-size: 22rpx;
color: var(--ink-3);
line-height: 1.7;
}