index.wxss 568 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .agreement-container {
  2. padding: 20px;
  3. background-color: #fff;
  4. min-height: 100vh;
  5. }
  6. .title {
  7. font-size: 20px;
  8. font-weight: bold;
  9. text-align: center;
  10. margin-bottom: 20px;
  11. color: #333;
  12. }
  13. .content {
  14. font-size: 14px;
  15. color: #666;
  16. line-height: 1.8;
  17. }
  18. .h3 {
  19. font-size: 16px;
  20. font-weight: bold;
  21. color: #333;
  22. margin-top: 20px;
  23. margin-bottom: 10px;
  24. }
  25. .p {
  26. margin-bottom: 10px;
  27. text-align: justify;
  28. }
  29. .footer {
  30. margin-top: 40px;
  31. text-align: right;
  32. font-weight: bold;
  33. padding-bottom: 40px;
  34. }