73 lines
1.2 KiB
Plaintext
73 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;
|
|
}
|
|
|
|
.invalidText {
|
|
width: 80rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
background: #f7f7f7;
|
|
border-radius: 20rpx;
|
|
} |