diff --git a/xiaomusic/static/iwebplayer/iwebplayer.html b/xiaomusic/static/iwebplayer/iwebplayer.html index 212c7db..adc51c1 100644 --- a/xiaomusic/static/iwebplayer/iwebplayer.html +++ b/xiaomusic/static/iwebplayer/iwebplayer.html @@ -238,31 +238,7 @@ box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.3); } } - .inline-save-btn { - background: rgba(236, 72, 153, 0.1); - color: var(--primary); - border: none; - border-radius: 8px; - flex-shrink: 0; - width: 30px; - height: 30px; - display: none; - align-items: center; - justify-content: center; - cursor: pointer; - transition: background 0.2s, transform 0.1s, opacity 0.2s; - } - @media (prefers-color-scheme: dark) { - .inline-save-btn { background: rgba(236, 72, 153, 0.15); } - } - .inline-save-btn:active { - opacity: 0.8; - transform: scale(0.95); - } - .inline-save-btn.show { - display: flex; - animation: fadeIn 0.2s; - } + .playlist-container-search { flex: 0 0 auto !important; max-width: 160px; } .search-inline-wrap { @@ -1075,8 +1051,7 @@ .text-mf { color: var(--primary) !important; } .text-lx { color: #10b981 !important; } - .bg-mf { background: rgba(236, 72, 153, 0.1) !important; color: var(--primary) !important; } - .bg-lx { background: rgba(16, 185, 129, 0.1) !important; color: #10b981 !important; } + li.select-option[data-value="LXServer"].active { color: #10b981 !important; } .lx-opts .select-option.active { color: #10b981 !important; background: var(--bg-color) !important; } @keyframes spin-hourglass { 100% { transform: rotate(180deg); } } @@ -1483,6 +1458,12 @@ #voice-pane #radio-lx:checked::after { background-color: #10b981; } #voice-pane .radio-item:has(#radio-lx:checked) .radio-label { color: #10b981; } .radio-item:has(input[name="voice-strategy"]:checked) .radio-label { color: var(--primary); font-weight: bold; } + + .select-option.disabled { + color: var(--text-sub); + opacity: 0.5; + cursor: not-allowed; + } @@ -1509,7 +1490,7 @@ 批量定制
  • - 下载设置 + 下载设置
  • 后台配置 @@ -1562,6 +1543,12 @@
    加载中
    + + +
    @@ -1584,10 +1571,25 @@
    + + -
    @@ -1602,21 +1604,36 @@
    -
    - -
    +
    + +
    +
    + + +
    + + +
    - + +
    - - - - - -
    正在加载音乐...
    @@ -1721,6 +1738,7 @@
  • 支持调用LX Server接口(搜歌曲/搜歌单)
  • 提供免签发Web App安装
  • +