分享卡片

This commit is contained in:
李瑞
2025-09-15 01:03:59 +08:00
parent c3da686483
commit 8726999d80
4 changed files with 743 additions and 23 deletions

View File

@@ -1,3 +1,9 @@
:global {
.guide-bar {
z-index: 9999;
}
}
.listPage {
background-color: #fefefe;
@@ -29,7 +35,7 @@
}
.listNavWrapper {
position: relative;
position: relative;
}
.toggleElement {
@@ -39,10 +45,10 @@
left: 0;
width: 100%;
height: 100%;
/* 过渡动画设置,实现平滑切换 */
transition: opacity 0.5s ease, transform 0.5s ease;
display: flex;
align-items: center;
justify-content: center;
@@ -75,5 +81,6 @@
.hidden {
opacity: 0;
transform: translateY(20px);
pointer-events: none; /* 隐藏时不响应鼠标事件 */
pointer-events: none;
/* 隐藏时不响应鼠标事件 */
}