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.

26 lines
416 B

3 years ago
  1. <style type="text/css">
  2. .sucIndex{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .sucIndex img{
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .sucIndex .shi{
  11. width: 6.35rem;
  12. height: 2.71rem;
  13. position: absolute;
  14. left: 50%;
  15. top:50%;
  16. transform: translate(-50%,-50%);
  17. }
  18. </style>
  19. <div class="sucIndex">
  20. <p class="bgm"><img src="img/success/bgm.png" /></p>
  21. <div class="shi">
  22. <img src="img/success/word.png"/>
  23. </div>
  24. </div>