替换评论样式
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 2m6s

This commit is contained in:
speakeloudest 2026-03-25 10:12:08 +02:00
parent b6caf1c38b
commit 5f67cf76bd
3 changed files with 5 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<svg viewBox="17 0 99 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 140 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="17" y="11" width="8.57529" height="8.60876" fill="currentColor"/>
<rect x="26.3549" y="11" width="8.57529" height="8.60876" fill="currentColor"/>
<rect x="17" y="20.3914" width="8.57529" height="8.60876" fill="currentColor"/>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,4 +1,4 @@
<svg viewBox="15 0 96 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 140 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1511_3352)">
<path d="M28.2965 31C29.0321 31 29.6736 30.3585 29.6736 29.623V26.4069H30.5931C31.1448 26.4069 31.5126 26.0391 31.5126 25.4874V16.302H20.4875V25.4875C20.4875 26.0392 20.8553 26.407 21.407 26.407H22.3265V29.623C22.3265 30.3586 22.9679 31.0001 23.7036 31.0001C24.4391 31.0001 25.0805 30.3586 25.0805 29.623V26.407H26.9195V29.623C26.9195 30.3585 27.5609 31 28.2965 31Z" fill="currentColor"/>
<path d="M33.8092 25.4875C34.5448 25.4875 35.1861 24.8461 35.1861 24.1105V17.6785C35.1861 16.9468 34.5448 16.302 33.8092 16.302C33.0735 16.302 32.4321 16.9468 32.4321 17.6785V24.1105C32.4321 24.846 33.0735 25.4875 33.8092 25.4875Z" fill="currentColor"/>

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -7,7 +7,7 @@
<!-- Static More Reviews Button, 不受动画影响随时可点 -->
<router-link
to="/reviews"
class="absolute top-[18px] right-4 z-20 cursor-pointer text-[10px] text-white underline decoration-white underline-offset-4 transition-colors hover:text-[#ADFF5B] md:top-[24px] md:right-5 md:text-sm"
class="absolute top-[18px] right-4 z-20 cursor-pointer text-[10px] text-white underline decoration-white underline-offset-4 transition-colors hover:text-[#ADFF5B] md:top-[16px] md:right-5 md:text-sm"
>
More Reviews
</router-link>
@ -148,19 +148,12 @@ onUnmounted(() => {
.fade-enter-active,
.fade-leave-active {
transition:
opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-enter-from {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
transform: translateY(-20px);
}
.review-card {