From 0acc59d3a033a984af95b216fd58099511ca9c83 Mon Sep 17 00:00:00 2001 From: Nevdev <51047891+Nevodev@users.noreply.github.com> Date: Sat, 2 Nov 2024 22:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=87=8F=E8=B0=83=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=9B=B4=E5=8A=A0=E5=AF=B9=E7=A7=B0?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E4=BD=8Eopacity=EF=BC=9B=E7=B4=A7=E6=80=A5?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D#284=E9=94=99=E8=AF=AF=E6=A0=B7=E5=BC=8F=20(#?= =?UTF-8?q?286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 音质标签样式更新 * 更新样式 * 更新播放控制图标及音量条图标 * 紧急修复#284 --- .../BouncingSlider/index.module.css | 4 +++ .../PrebuiltLyricPlayer/icon_pause.svg | 8 +++--- .../PrebuiltLyricPlayer/icon_play.svg | 6 ++-- .../PrebuiltLyricPlayer/index.module.css | 2 +- .../VolumeControlSlider/icon_speaker.svg | 10 +++---- .../VolumeControlSlider/icon_speaker_3.svg | 28 +++++++++---------- 6 files changed, 31 insertions(+), 27 deletions(-) diff --git a/packages/react-full/src/components/BouncingSlider/index.module.css b/packages/react-full/src/components/BouncingSlider/index.module.css index d7844821f..8aa115353 100644 --- a/packages/react-full/src/components/BouncingSlider/index.module.css +++ b/packages/react-full/src/components/BouncingSlider/index.module.css @@ -27,4 +27,8 @@ opacity: 0.4; } } + + & > svg{ + opacity: 0.5; + } } diff --git a/packages/react-full/src/components/PrebuiltLyricPlayer/icon_pause.svg b/packages/react-full/src/components/PrebuiltLyricPlayer/icon_pause.svg index 136900e97..eb68f7f81 100644 --- a/packages/react-full/src/components/PrebuiltLyricPlayer/icon_pause.svg +++ b/packages/react-full/src/components/PrebuiltLyricPlayer/icon_pause.svg @@ -1,5 +1,5 @@ - + - \ No newline at end of file + d="M8.46953 37C7.37801 37 6.56603 36.7271 6.03359 36.1814C5.51445 35.6489 5.25488 34.8502 5.25488 33.7854V4.21464C5.25488 3.14975 5.52111 2.35108 6.05355 1.81864C6.59931 1.27288 7.40463 1 8.46953 1H13.3813C14.4329 1 15.2249 1.27288 15.7574 1.81864C16.3031 2.35108 16.576 3.14975 16.576 4.21464V33.7854C16.576 34.8502 16.3031 35.6489 15.7574 36.1814C15.2249 36.7271 14.4329 37 13.3813 37H8.46953ZM24.6426 37C23.5644 37 22.759 36.7271 22.2266 36.1814C21.6942 35.6489 21.4279 34.8502 21.4279 33.7854V4.21464C21.4279 3.14975 21.6942 2.35108 22.2266 1.81864C22.7724 1.27288 23.5777 1 24.6426 1H29.5544C30.6193 1 31.4179 1.27288 31.9504 1.81864C32.4828 2.35108 32.7491 3.14975 32.7491 4.21464V33.7854C32.7491 34.8502 32.4828 35.6489 31.9504 36.1814C31.4179 36.7271 30.6193 37 29.5544 37H24.6426Z" + fill="currentColor" fill-rule="nonzero" id="path_0"/> + diff --git a/packages/react-full/src/components/PrebuiltLyricPlayer/icon_play.svg b/packages/react-full/src/components/PrebuiltLyricPlayer/icon_play.svg index b1b0ac2b6..b6b752485 100644 --- a/packages/react-full/src/components/PrebuiltLyricPlayer/icon_play.svg +++ b/packages/react-full/src/components/PrebuiltLyricPlayer/icon_play.svg @@ -1,5 +1,5 @@ - + + d="M5.80762 32.4896V5.4925C5.80762 4.305 6.12305 3.41438 6.75391 2.82063C7.38477 2.22688 8.13932 1.93 9.01758 1.93C9.78451 1.93 10.5391 2.14029 11.2812 2.56086L33.7324 15.6605C34.5859 16.1553 35.223 16.6562 35.6436 17.1634C36.0641 17.6582 36.2744 18.2705 36.2744 19.0003C36.2744 19.7054 36.0641 20.3177 35.6436 20.8372C35.223 21.3444 34.5859 21.8392 33.7324 22.3216L11.2812 35.4212C10.5391 35.8542 9.78451 36.0706 9.01758 36.0706C8.13932 36.0706 7.38477 35.7676 6.75391 35.1614C6.12305 34.5677 5.80762 33.6771 5.80762 32.4896Z" + fill="currentColor" fill-rule="nonzero"/> \ No newline at end of file diff --git a/packages/react-full/src/components/PrebuiltLyricPlayer/index.module.css b/packages/react-full/src/components/PrebuiltLyricPlayer/index.module.css index de80b457d..649b7f7c6 100644 --- a/packages/react-full/src/components/PrebuiltLyricPlayer/index.module.css +++ b/packages/react-full/src/components/PrebuiltLyricPlayer/index.module.css @@ -21,7 +21,7 @@ .controls { justify-content: space-between; - width: calc(100% - 16px); + width: calc(100% + 16px); margin-left: -8px; } diff --git a/packages/react-full/src/components/VolumeControlSlider/icon_speaker.svg b/packages/react-full/src/components/VolumeControlSlider/icon_speaker.svg index 92baac8c2..5dc78d005 100644 --- a/packages/react-full/src/components/VolumeControlSlider/icon_speaker.svg +++ b/packages/react-full/src/components/VolumeControlSlider/icon_speaker.svg @@ -1,5 +1,5 @@ - - - \ No newline at end of file + + + diff --git a/packages/react-full/src/components/VolumeControlSlider/icon_speaker_3.svg b/packages/react-full/src/components/VolumeControlSlider/icon_speaker_3.svg index 037ba2945..519369a02 100644 --- a/packages/react-full/src/components/VolumeControlSlider/icon_speaker_3.svg +++ b/packages/react-full/src/components/VolumeControlSlider/icon_speaker_3.svg @@ -1,14 +1,14 @@ - - - - - - \ No newline at end of file + + + + + +