| 1 | @keyframes changeright
|
| 2 | 0%, 50%, 100%
|
| 3 | transform: rotate(0deg) scale(1.1)
|
| 4 | box-shadow: 0 0 2px #ffffff00
|
| 5 | 25%, 75%
|
| 6 | transform: rotate(90deg) scale(1.1)
|
| 7 | box-shadow: 0 0 14px #ffffff
|
| 8 |
|
| 9 | @keyframes playingShadow
|
| 10 | 0%, 100%
|
| 11 | box-shadow: 0 0px 12px -3px #00000000
|
| 12 | 50%
|
| 13 | box-shadow: 0 0px 12px 0px var(--default-bg-color)
|
| 14 |
|
| 15 | @keyframes lightBar
|
| 16 | 0%, 100%
|
| 17 | opacity: 0.1
|
| 18 | 60%
|
| 19 | opacity: 0.3
|
| 20 |
|
| 21 | .aplayer.aplayer-narrow
|
| 22 | .aplayer-body,
|
| 23 | .aplayer-pic
|
| 24 | height: 66px
|
| 25 | width: 66px
|
| 26 |
|
| 27 | #nav-music
|
| 28 | display: flex
|
| 29 | align-items: center
|
| 30 | position: fixed
|
| 31 | z-index: 10000
|
| 32 | bottom: 10px
|
| 33 | left: 10px
|
| 34 | cursor: pointer
|
| 35 | transition: all 0.5s, left 0s
|
| 36 | transform-origin: left bottom
|
| 37 | box-shadow: var(--liushen-nav-shadow)
|
| 38 | border-radius: 40px
|
| 39 | overflow: hidden
|
| 40 |
|
| 41 | &:active
|
| 42 | transform: scale(0.97)
|
| 43 |
|
| 44 | &.playing
|
| 45 | border: var(--liushen-card-border)
|
| 46 | box-shadow: 0 0px 12px -3px #00000000
|
| 47 | animation: playingShadow 5s linear infinite
|
| 48 |
|
| 49 | .aplayer.aplayer-withlrc
|
| 50 | .aplayer-pic
|
| 51 | box-shadow: 0 0 14px #ffffffa6
|
| 52 | transform: rotate(0deg) scale(1.1)
|
| 53 | border-color: white
|
| 54 | animation-play-state: running
|
| 55 |
|
| 56 | .aplayer-info
|
| 57 | color: white
|
| 58 |
|
| 59 | #nav-music-hoverTips
|
| 60 | width: 0
|
| 61 |
|
| 62 | .aplayer
|
| 63 | background: var(--default-bg-color)
|
| 64 | border: var(--liushen-card-border)
|
| 65 | backdrop-filter: saturate(180%) blur(20px)
|
| 66 | transform: translateZ(0)
|
| 67 |
|
| 68 | .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played
|
| 69 | animation-play-state: running
|
| 70 |
|
| 71 | &:hover:not(.playing) #nav-music-hoverTips
|
| 72 | opacity: 1
|
| 73 |
|
| 74 | .aplayer.aplayer-withlrc
|
| 75 | .aplayer-pic
|
| 76 | height: 25px
|
| 77 | width: 25px
|
| 78 | border-radius: 40px
|
| 79 | z-index: 1
|
| 80 | transition: 0.3s
|
| 81 | transform: rotate(0deg) scale(1)
|
| 82 | border: var(--liushen-card-border)
|
| 83 | animation: changeright 24s linear infinite
|
| 84 | animation-play-state: paused
|
| 85 |
|
| 86 | .aplayer-info
|
| 87 | height: 100%
|
| 88 | color: var(--liushen-text)
|
| 89 | margin: 0
|
| 90 | padding: 0
|
| 91 | display: flex
|
| 92 | align-items: center
|
| 93 |
|
| 94 | #nav-music-hoverTips
|
| 95 | color: white
|
| 96 | background: var(--default-bg-color)
|
| 97 | width: 100%
|
| 98 | height: 100%
|
| 99 | position: absolute
|
| 100 | top: 0
|
| 101 | left: 0
|
| 102 | align-items: center
|
| 103 | justify-content: center
|
| 104 | display: flex
|
| 105 | border-radius: 40px
|
| 106 | opacity: 0
|
| 107 | font-size: 12px
|
| 108 | z-index: 2
|
| 109 | transition: 0.3s
|
| 110 |
|
| 111 | .aplayer
|
| 112 | background: var(--liushen-card-bg)
|
| 113 | border-radius: 60px
|
| 114 | height: 41px
|
| 115 | display: flex
|
| 116 | margin: 0
|
| 117 | transition: 0.3s
|
| 118 | border: var(--liushen-card-border)
|
| 119 | box-shadow: none
|
| 120 |
|
| 121 | .aplayer-notice,
|
| 122 | .aplayer-miniswitcher,
|
| 123 | .aplayer-list
|
| 124 | display: none
|
| 125 |
|
| 126 | .aplayer-body
|
| 127 | position: relative
|
| 128 | display: flex
|
| 129 | align-items: center
|
| 130 | min-width: 180px
|
| 131 |
|
| 132 | .aplayer-info
|
| 133 | .aplayer-music
|
| 134 | margin: 0
|
| 135 | display: flex
|
| 136 | align-items: center
|
| 137 | padding: 0 12px 0 8px
|
| 138 | cursor: pointer
|
| 139 | z-index: 1
|
| 140 | height: 100%
|
| 141 |
|
| 142 | .aplayer-title
|
| 143 | cursor: pointer
|
| 144 | line-height: 1
|
| 145 | display: inline-block
|
| 146 | white-space: nowrap
|
| 147 | max-width: 120px
|
| 148 | overflow: hidden
|
| 149 | text-overflow: ellipsis
|
| 150 | transition: 0.3s
|
| 151 | user-select: none
|
| 152 |
|
| 153 | .aplayer-controller
|
| 154 | position: absolute
|
| 155 | width: 100%
|
| 156 | height: 100%
|
| 157 | top: 0
|
| 158 | left: 0
|
| 159 |
|
| 160 | .aplayer-bar-wrap
|
| 161 | margin: 0
|
| 162 | padding: 0
|
| 163 |
|
| 164 | .aplayer-bar
|
| 165 | height: 100%
|
| 166 | background: 0 0
|
| 167 |
|
| 168 | .aplayer-loaded
|
| 169 | display: none
|
| 170 |
|
| 171 | .aplayer-played
|
| 172 | height: 100%
|
| 173 | opacity: 0.1
|
| 174 | background-color: white !important
|
| 175 | animation: lightBar 5s ease infinite
|
| 176 | animation-play-state: paused
|
| 177 |
|
| 178 | .aplayer-pic
|
| 179 | pointer-events: none
|
| 180 |
|
| 181 | .aplayer-button
|
| 182 | bottom: 50%
|
| 183 | right: 50%
|
| 184 | transform: translate(50%, 50%)
|
| 185 | margin: 0
|
| 186 | transition: 0.3s
|
| 187 | pointer-events all
|
| 188 |
|
| 189 | &:has(.aplayer-button.aplayer-play)
|
| 190 | animation-play-state: paused
|
| 191 | transform: rotate(0deg) scale(1) !important
|
| 192 |
|
| 193 | margin-left: 8px
|
| 194 |
|
| 195 | .aplayer-info .aplayer-controller .aplayer-time,
|
| 196 | .aplayer-info .aplayer-music .aplayer-author
|
| 197 | display: none
|
| 198 |
|
| 199 | &.aplayer-withlist .aplayer-info
|
| 200 | border: none
|
| 201 |
|
| 202 | .aplayer-lrc
|
| 203 | width: 0
|
| 204 | opacity: 0
|
| 205 | transition: 0.3s
|
| 206 | margin-bottom: -26px
|
| 207 |
|
| 208 | p.aplayer-lrc-current
|
| 209 | color: white
|
| 210 | border: none
|
| 211 | min-height: 20px
|
| 212 | filter: none
|
| 213 |
|
| 214 | &:after,
|
| 215 | &:before
|
| 216 | display: none
|
| 217 |
|
| 218 | p
|
| 219 | color: #ffffffb3
|
| 220 | filter: blur(.8px)
|
| 221 |
|
| 222 | @media screen and (min-width: 600px)
|
| 223 | #nav-music.stretch .aplayer.aplayer-withlrc .aplayer-lrc
|
| 224 | width: 200px
|
| 225 | margin-left: 8px
|
| 226 | opacity: 1
|
| 227 |
|
| 228 | .aplayer-thumb
|
| 229 | width: 0 !important
|
| 230 | height: 0 !important
|
| 231 |
|