mirror of
https://github.com/Cola-Echo/Cola.git
synced 2026-06-06 03:35:50 +00:00
Add files via upload
This commit is contained in:
15
style.css
15
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user