es.3.icon.css 558 B

12345678910111213141516171819202122232425262728
  1. .es-icon-default{
  2. background-image: url("@/static/logo.png");
  3. }
  4. .es-icon-play{
  5. background-image: url("@/static/images/course/play.png");
  6. }
  7. .es-icon-ret-white{
  8. background-image: url("@/static/images/course/ret-white.png");
  9. width: 18rpx;
  10. height: 31rpx;
  11. background-size: 100% 100%;
  12. }
  13. /* .es-top-bg{
  14. background-image: url(/static/image/home/home_top_bg.png);
  15. } */
  16. .es-icon-ret-right{
  17. background-image: url("@/static/images/course/ret-right2.png");
  18. width: 19rpx;
  19. height: 19rpx;
  20. background-size: 100% 100%;
  21. margin-top: 3rpx;
  22. margin-left: 6rpx;
  23. }