分享功能优化

This commit is contained in:
kron
2025-06-21 21:40:31 +08:00
parent a9f4f22622
commit 70ddea8ff4
7 changed files with 123 additions and 43 deletions

View File

@@ -138,4 +138,12 @@ button::after {
animation: pumpIn 0.3s ease-out forwards;
transform-origin: center center;
}
.share-canvas {
width: 302px;
height: 534px;
position: absolute;
top: -1000px;
left: 0;
}
</style>