index.wxss 675 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .privacy-container {
  2. min-height: 100vh;
  3. background-color: #f5f5f5;
  4. padding: 30rpx;
  5. }
  6. .privacy-content {
  7. background-color: #ffffff;
  8. border-radius: 16rpx;
  9. padding: 40rpx 30rpx;
  10. }
  11. .section {
  12. margin-bottom: 40rpx;
  13. }
  14. .section:last-child {
  15. margin-bottom: 0;
  16. }
  17. .section-title {
  18. font-size: 36rpx;
  19. font-weight: bold;
  20. color: #333;
  21. margin-bottom: 20rpx;
  22. }
  23. .update-time {
  24. font-size: 24rpx;
  25. color: #999;
  26. margin-bottom: 30rpx;
  27. }
  28. .sub-title {
  29. font-size: 32rpx;
  30. font-weight: bold;
  31. color: #333;
  32. margin-bottom: 20rpx;
  33. }
  34. .content {
  35. font-size: 28rpx;
  36. color: #666;
  37. line-height: 1.6;
  38. }
  39. .list-item {
  40. margin: 16rpx 0 16rpx 20rpx;
  41. position: relative;
  42. }