增加补充相关资料和小程序源码

This commit is contained in:
Wang Beihong
2026-02-07 23:14:57 +08:00
parent a0febb1e5b
commit a9be1dd6b9
1255 changed files with 476253 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
.fui-swipe__action-wrap {
position: relative;
overflow: hidden;
}
.fui-swipe__action-inner {
display: flex;
flex-shrink: 0;
position: relative;
}
.fui-swipe__action-left {
width: 100%;
position: relative;
z-index: 10;
flex: 1;
}
.fui-swipe__action-right {
display: inline-flex;
box-sizing: border-box;
flex-direction: row;
position: absolute;
top: 0;
bottom: 0;
right: 0;
transform: translateX(100%);
}
.fui-swipe__action-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0 48rpx;
}
.fui-swipe__action-text {
flex-shrink: 0;
}
.fui-swipe__action-ani {
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}