main.css 522 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .home_img img {
  2. width: 100%;
  3. }
  4. .home_img section {
  5. margin-top: 0.6rem;
  6. }
  7. .home_img section:first-child {
  8. margin-top: 1.1rem;
  9. }
  10. .home_img section span {
  11. display: block;
  12. margin-top: 1.125rem;
  13. }
  14. .home_img section span:first-child {
  15. font-size: 1.625rem;
  16. }
  17. .home_img section>p>span:nth-child(2) {
  18. height: 0.0625rem;
  19. width: 2.9375rem;
  20. background-color: #fff;
  21. }
  22. .home_img section {
  23. position: relative;
  24. }
  25. .home_img p {
  26. position: absolute;
  27. bottom: 2.01rem;
  28. left: 2.01rem;
  29. color: white;
  30. font-size: 1.125rem;
  31. }