index.css 429 B

123456789101112131415161718192021222324
  1. .btn{
  2. margin-bottom: 1rem;
  3. border: 1px solid #615e5e;
  4. width: 240px;
  5. height: 30px;
  6. text-align: center;
  7. background-color: #1379cb;
  8. color: #ffffff;
  9. border-radius: 20px;
  10. line-height: 30px;
  11. }
  12. .btn a{
  13. color: #ffffff;
  14. }
  15. a {
  16. text-decoration: none;
  17. text-align: center;
  18. line-height: 30px;
  19. }
  20. .jyw{
  21. margin-bottom: 5rem;
  22. }