index.css 622 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .container {
  2. max-width: 960px;
  3. width: 90%;
  4. }
  5. #privacy {
  6. font-size: 16px;
  7. line-height: 2;
  8. }
  9. #privacy section {
  10. margin-bottom: 30px;
  11. }
  12. #privacy h2 {
  13. padding: 40px 0;
  14. font-size: 24px;
  15. text-align: center;
  16. }
  17. #privacy h3 {
  18. font-size: 16px;
  19. color: #455a64;
  20. }
  21. #privacy p {
  22. text-indent: 32px;
  23. }
  24. #privacy li {
  25. text-indent: 30px;
  26. word-break: break-all;
  27. }
  28. .bold {
  29. font-weight: bold;
  30. }
  31. .part-1 ol p,
  32. .part-1 ol ol {
  33. font-weight: normal;
  34. }
  35. .yours {
  36. padding: 50px 0 100px;
  37. font-size: 20px;
  38. font-weight: bold;
  39. color: #455a64;
  40. text-align: right;
  41. }
  42. .yiban-header {
  43. position: absolute !important;
  44. }