Files
ai_wht_wechat/miniprogram/miniprogram/pages/agreement/user-agreement/user-agreement.wxss
2026-01-07 12:18:55 +08:00

58 lines
847 B
Plaintext

/* pages/agreement/user-agreement/user-agreement.wxss */
page {
background: #FFFFFF;
height: 100%;
}
.agreement-container {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
background: #FFFFFF;
}
.content-scroll {
flex: 1;
width: 100%;
box-sizing: border-box;
}
.agreement-content {
padding: 30rpx 40rpx 120rpx;
box-sizing: border-box;
}
.agreement-title {
font-size: 44rpx;
font-weight: bold;
color: #1a1a1a;
text-align: center;
margin-bottom: 16rpx;
}
.update-time {
font-size: 24rpx;
color: #999;
text-align: center;
margin-bottom: 40rpx;
}
.section {
margin-bottom: 40rpx;
}
.section-title {
font-size: 32rpx;
font-weight: 600;
color: #333;
margin-bottom: 20rpx;
}
.section-content {
font-size: 28rpx;
color: #666;
line-height: 1.8;
white-space: pre-line;
}