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.

53 lines
796 B

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