huaanglimeng/pages/privacy/privacy.wxss

108 lines
1.8 KiB
Plaintext

/* 隐私政策页面样式 */
.privacy-container {
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 40rpx 0;
}
.privacy-header {
text-align: center;
padding: 40rpx 30rpx;
background: rgba(255, 255, 255, 0.95);
margin: 0 30rpx 30rpx;
border-radius: 20rpx;
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1);
}
.privacy-title {
display: block;
font-size: 48rpx;
font-weight: bold;
color: #2d3748;
margin-bottom: 16rpx;
}
.update-date {
display: block;
font-size: 24rpx;
color: #718096;
}
.privacy-content {
height: calc(100vh - 280rpx);
padding: 0 30rpx;
}
.section {
background: rgba(255, 255, 255, 0.95);
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 24rpx;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
}
.section-title {
display: block;
font-size: 32rpx;
font-weight: bold;
color: #2d3748;
margin-bottom: 20rpx;
padding-bottom: 12rpx;
border-bottom: 2rpx solid #e2e8f0;
}
.section-text {
display: block;
font-size: 28rpx;
color: #4a5568;
line-height: 1.8;
margin-bottom: 16rpx;
}
.list-item {
display: flex;
margin-bottom: 16rpx;
padding-left: 8rpx;
}
.bullet {
color: #667eea;
font-size: 28rpx;
margin-right: 12rpx;
flex-shrink: 0;
}
.list-text {
flex: 1;
font-size: 26rpx;
color: #4a5568;
line-height: 1.7;
}
.section-note {
display: block;
font-size: 24rpx;
color: #718096;
margin-top: 16rpx;
padding: 16rpx;
background: #f7fafc;
border-radius: 8rpx;
border-left: 4rpx solid #667eea;
}
.footer {
text-align: center;
padding: 40rpx 30rpx;
background: rgba(255, 255, 255, 0.95);
border-radius: 16rpx;
margin-bottom: 40rpx;
}
.footer-text {
display: block;
font-size: 28rpx;
color: #667eea;
font-weight: 500;
}