| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .privacy-container {
- min-height: 100vh;
- background-color: #f5f5f5;
- padding: 30rpx;
- }
- .privacy-content {
- background-color: #ffffff;
- border-radius: 16rpx;
- padding: 40rpx 30rpx;
- }
- .section {
- margin-bottom: 40rpx;
- }
- .section:last-child {
- margin-bottom: 0;
- }
- .section-title {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 20rpx;
- }
- .update-time {
- font-size: 24rpx;
- color: #999;
- margin-bottom: 30rpx;
- }
- .sub-title {
- font-size: 32rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 20rpx;
- }
- .content {
- font-size: 28rpx;
- color: #666;
- line-height: 1.6;
- }
- .list-item {
- margin: 16rpx 0 16rpx 20rpx;
- position: relative;
- }
|