2024-01-24 01:05:37 +08:00
|
|
|
.playIcon {
|
|
|
|
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.pauseIcon {
|
|
|
|
background-image: url(~@/app/components/develop/secret-key/assets/pause.svg);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2024-04-09 15:10:58 +08:00
|
|
|
}
|