完善分享功能 console.log(item, '==2222222=')
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user