This commit is contained in:
haoouba
2021-02-27 21:00:05 +08:00
parent baec17728e
commit 96085cc371
10 changed files with 288 additions and 240 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2128,6 +2128,23 @@
}
}
}
&-mp3 {
.plyr {
max-width: 450px;
margin: 0 auto;
}
.plyr--audio{
box-shadow: var(--box-shadow);
background: var(--classD);
border-radius: 26px;
padding: 0 5px;
--plyr-audio-control-color: var(--routine);
.plyr__controls{
background: var(--classD);
}
}
}
}
&__agree {
display: flex;

File diff suppressed because one or more lines are too long

View File

@@ -403,6 +403,11 @@ html {
}
}
}
&-mp3 {
.plyr {
max-width: 100%;
}
}
}
}
.joe_comment {