完善分享功能 console.log(item, '==2222222=')

This commit is contained in:
cbb
2026-01-28 17:54:45 +08:00
parent 5d0700ee70
commit 990f2df972
12 changed files with 1368 additions and 743 deletions

View File

@@ -108,6 +108,7 @@
}
.avatar-container {
flex-shrink: 0;
position: relative;
justify-content: center;
align-items: center;
@@ -121,7 +122,9 @@
width: 100%;
height: 100%;
background-color: #ececec;
transition: opacity 0.3s, background-color 0.1s ease-out;
transition:
opacity 0.3s,
background-color 0.1s ease-out;
&.skeleton-animation {
animation: breath 2s linear 0.3s infinite;
@@ -134,6 +137,7 @@
}
.avatar-image {
flex-shrink: 0;
width: 80rpx !important;
height: 80rpx !important;
border-radius: 80rpx !important;