调整讲解详情页播放器按钮定位
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-15 18:27:09 +08:00
parent 6566d38cb0
commit 8db50667ce

View File

@@ -1111,6 +1111,7 @@ const handleBack = () => {
.detail-audio-dock-main {
height: 50px;
padding-left: 58px;
display: flex;
align-items: center;
gap: 14px;
@@ -1148,6 +1149,13 @@ const handleBack = () => {
color: #94948f;
}
.detail-audio-play {
position: absolute;
top: 14px;
left: 22px;
z-index: 1;
}
.detail-audio-retry {
height: 32px;
padding: 0 10px;