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