41_雪碧图.html 480 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <style>
  8. .sprite{
  9. width: 41px;
  10. height: 69px;
  11. background-image: url("./img/xiaomi/icon-slides.png");
  12. border:3px dashed red;
  13. background-position: -41px 0;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div class="sprite">
  19. </div>
  20. </body>
  21. </html>