wpfw_ewei_wxapp/pages/member/log/index.wxss
2023-02-26 08:10:18 +08:00

36 lines
581 B
Plaintext

.fui-list-angle {
text-align: right;
font-size: 28rpx;
color: #666;
margin-right: 4rpx;
line-height: 1.5;
}
.fui-list.goods-item {
height: 88rpx;
padding: 16rpx 24rpx;
}
.fui-list-group {
margin-top: 0;
}
.fui-list-group:first-of-type {
margin-top: 20rpx;
}
.fui-list-group::before {
content: " ";
position: absolute;
top: 0;
right: 20rpx;
height: 0;
border-top: 2rpx solid #ebebeb;
transform-origin: 0 0;
transform: scaleY(0.5);
left: 20rpx;
}
.fui-list-group:first-of-type:before {
display: none;
}