service.wxss 338 B

123456789101112131415161718192021
  1. .service-agreement.data-v-1d9b9e1d {
  2. padding: 20px;
  3. font-family: Arial, sans-serif;
  4. }
  5. h1.data-v-1d9b9e1d {
  6. text-align: center;
  7. color: #333;
  8. }
  9. h2.data-v-1d9b9e1d {
  10. margin-top: 20px;
  11. color: #007bff;
  12. }
  13. h3.data-v-1d9b9e1d {
  14. margin-top: 15px;
  15. color: #0056b3;
  16. }
  17. p.data-v-1d9b9e1d {
  18. line-height: 1.6;
  19. margin-bottom: 10px;
  20. }