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

69 lines
1.2 KiB
Plaintext

.fui-list-inner .subtitle {
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
color: #000;
}
.fui-list-angle {
font-size: 26rpx;
color: #666;
}
.fui-list-media image {
width: 160rpx;
height: 160rpx;
}
.fui-list-inner {
height: 160rpx;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-direction: column;
}
.fui-list-group-title::after {
content: " ";
position: absolute;
top: 0;
right: 20rpx;
height: 0;
border-top: 2rpx solid #ebebeb;
transform-origin: 0 0;
transform: scaleY(0.5);
left: 20rpx;
}
.btns {
height: 100%;
}
.btn {
border-radius: 0;
height: 100%;
line-height: 90rpx;
font-size: 28rpx;
color: #fff;
margin: 0;
margin-left: 2rpx;
width: 160rpx;
border: 0;
}
.fui-footer .tool {
padding-right: 0;
}
.fui-list-group-title .text {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}