This commit is contained in:
quantulr
2023-08-31 16:24:37 +08:00
parent 0288146b0d
commit 5bbe958729
32 changed files with 317 additions and 105 deletions

View File

@ -85,6 +85,37 @@ page {
animation: shake-crazy 1s infinite linear;
}
}
.t-swipe-cell__right {
view {
height: 100%;
}
}
.finance-list {
.left-icon {
width: 48rpx;
height: 48rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.btn-wrapper {
// height: 100%;
.btn {
display: inline-flex;
justify-content: center;
align-items: center;
width: 140rpx;
height: 100%;
color: white;
}
.delete-btn {
background-color: #e34d59;
}
}
}
.to-login {
height: 40vh;
display: flex;