Add files via upload

This commit is contained in:
Cola-Echo
2025-12-23 01:37:48 +08:00
committed by GitHub
parent 37e172bfa9
commit c47ee87e40
4 changed files with 168 additions and 15 deletions

View File

@@ -9468,6 +9468,15 @@
background: rgba(255, 255, 255, 0.1);
}
.wechat-listen-ctrl-btn.active {
color: #07c160;
background: rgba(7, 193, 96, 0.15);
}
.wechat-listen-ctrl-btn.active:hover {
background: rgba(7, 193, 96, 0.25);
}
.wechat-listen-play-btn {
background: rgba(255, 255, 255, 0.9);
padding: 14px;
@@ -9559,17 +9568,17 @@
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.3);
flex-shrink: 0;
}
.wechat-listen-input-text {
flex: 1;
padding: 10px 14px;
padding: 8px 14px;
background: rgba(255, 255, 255, 0.1);
border: none;
border-radius: 20px;
border-radius: 18px;
color: #fff;
font-size: 14px;
outline: none;