左滑删除ui修复

feasure
lld 2026-02-20 21:16:43 +08:00
parent 8920d6117b
commit 4ee91d99b0
1 changed files with 10 additions and 2 deletions

View File

@ -396,12 +396,15 @@ page {
// #ifdef MP-WEIXIN
height: 198rpx !important;
// #endif
// #ifdef H5
height: 192rpx !important;
// #endif
margin-right: 10rpx;
border-radius: 12rpx;
box-shadow: 8rpx 5rpx 10rpx #999;
}
.list-item,/deep/.tn-swipe-action-item {
height: 190rpx;
height: 190rpx !important;
/* 移除border-bottom改为margin-top并且把列表项背景设为半透明白色 */
// #ifdef H5
margin-bottom: 20rpx;
@ -415,9 +418,14 @@ page {
// #endif
}
.list-item:active {
background-color: #F5F5F5;
transform: scale(0.98);
}
.item-card:active {
background-color: #F5F5F5;
// #ifdef MP-WEIXIN
transform: scale(0.98);
// #endif
}
.item-title {
font-size: 28rpx;