This commit is contained in:
杜恒
2021-03-05 15:49:33 +08:00
parent 6445143f90
commit e740c4070c
16 changed files with 116 additions and 292 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1776,23 +1776,6 @@
}
}
}
span.block {
display: block;
}
&-hide {
background: repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);
padding: 15px 0;
text-align: center;
position: relative;
user-select: none;
line-height: normal;
i {
position: relative;
font-style: normal;
cursor: pointer;
color: var(--theme);
}
}
&-player {
width: 100%;
height: 500px;
@@ -2147,22 +2130,6 @@
}
}
}
&-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

@@ -536,11 +536,6 @@ html {
}
}
}
&-mp3 {
.plyr {
max-width: 100%;
}
}
}
&__copyright {
.content {