12345678910111213141516171819202122232425262728293031323334353637383940
  1. .container {
  2. padding: 20px;
  3. }
  4. .agreement-title {
  5. width: 100%;
  6. height: 65px;
  7. font-size: 16px;
  8. font-weight: 600;
  9. text-align: center;
  10. line-height: 65px;
  11. color: #3e84e9;
  12. letter-spacing: 1px;
  13. }
  14. .agreement {
  15. max-height: calc(100vh - 387px);
  16. overflow: auto;
  17. color:#666;
  18. line-height: 25px;
  19. }
  20. .agreement a{
  21. color:#3e84e9;
  22. }
  23. .agreement p{
  24. color: #000;
  25. }
  26. .agree-btn {
  27. width: 120px;
  28. height: 40px;
  29. color: white;
  30. text-align: center;
  31. line-height: 40px;
  32. font-size: 16px;
  33. border-radius: 40px;
  34. background-color: #3e84e9;
  35. margin: 30px auto 0;
  36. cursor: pointer;
  37. }