You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
652 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .box {
  6. width: 100%;
  7. /*height: 100%;*/
  8. height: 100vh;
  9. position: relative;
  10. background:url('../img/indexBgm2.png') no-repeat;
  11. background-size: 100% 100%;
  12. }
  13. .box img {
  14. width: 100%;
  15. height: 100%;
  16. object-fit:cover;
  17. }
  18. .btn {
  19. position: absolute;
  20. left: 50%;
  21. bottom: .46rem;
  22. transform: translateX(-50%);
  23. display: flex;
  24. width: 2.91rem;
  25. height: .46rem;
  26. background: #3B7BFF;
  27. justify-content: center;
  28. border-radius: .04rem;
  29. }
  30. .btn span {
  31. font-size: .18rem;
  32. color: #fff;
  33. line-height: .46rem;
  34. }
  35. .btn p {
  36. display: flex;
  37. align-items: center;
  38. }
  39. .btn img {
  40. width: .23rem;
  41. height: .22rem;
  42. margin-right: .1rem;
  43. }