12345678910111213141516171819202122232425262728 |
- .es-icon-default{
- background-image: url("@/static/logo.png");
- }
- .es-icon-play{
- background-image: url("@/static/images/course/play.png");
- }
- .es-icon-ret-white{
- background-image: url("@/static/images/course/ret-white.png");
- width: 18rpx;
- height: 31rpx;
- background-size: 100% 100%;
- }
- /* .es-top-bg{
- background-image: url(/static/image/home/home_top_bg.png);
- } */
- .es-icon-ret-right{
- background-image: url("@/static/images/course/ret-right2.png");
- width: 19rpx;
- height: 19rpx;
- background-size: 100% 100%;
- margin-top: 3rpx;
- margin-left: 6rpx;
- }
|