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.

46 lines
634 B

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