agreement.wxss 718 B

12345678910111213141516171819202122232425262728293031323334
  1. .agreement-container.data-v-b6d09298 {
  2. max-width: 800px;
  3. margin: 20px auto;
  4. padding: 30px;
  5. font-family: "微软雅黑", sans-serif;
  6. }
  7. .agreement-header.data-v-b6d09298 {
  8. text-align: center;
  9. margin-bottom: 30px;
  10. }
  11. .agreement-header h1.data-v-b6d09298 {
  12. color: #2c3e50;
  13. margin-bottom: 10px;
  14. }
  15. .agreement-content h2.data-v-b6d09298 {
  16. color: #3498db;
  17. margin: 20px 0 10px;
  18. border-bottom: 2px solid #e0e0e0;
  19. padding-bottom: 5px;
  20. }
  21. .agreement-content p.data-v-b6d09298 {
  22. line-height: 1.8;
  23. text-indent: 2em;
  24. color: #555;
  25. }
  26. .agreement-footer.data-v-b6d09298 {
  27. margin-top: 40px;
  28. padding-top: 20px;
  29. border-top: 1px solid #e0e0e0;
  30. font-size: 0.9em;
  31. color: #7f8c8d;
  32. text-align: center;
  33. }