animate popup
This commit is contained in:
@ -90,11 +90,17 @@
|
||||
z-index: 999;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
transition: transform 350ms cubic-bezier(.19, .1, .22, 1);
|
||||
transform: translateY(100%);
|
||||
background: var(--theme-bg-card);
|
||||
box-shadow: 0 -2rpx 20rpx rgba(0, 0, 0, .15);
|
||||
border-radius: 24rpx 24rpx 0 0;
|
||||
flex-direction: column;
|
||||
|
||||
&.visible {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.detail-content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user