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.

19 lines
307 B

  1. .bgm img{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .btn {
  6. position: absolute;
  7. left: 50%;
  8. bottom: .55rem;
  9. transform: translateX(-50%);
  10. width: 2.83rem;
  11. height: .72rem;
  12. background: #E40006;
  13. border-radius: .12rem;
  14. text-align: center;
  15. line-height: .72rem;
  16. color: #fff;
  17. font-size: .36rem;
  18. font-weight: bold;
  19. }