114 lines
2.0 KiB
Plaintext
114 lines
2.0 KiB
Plaintext
.page {
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.fui-icon-group .fui-icon-col {
|
|
padding: 32rpx 0 12rpx;
|
|
}
|
|
|
|
.fui-icon-group .fui-icon-col .icon image {
|
|
height: 90rpx;
|
|
width: 90rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.fui-icon-group .fui-icon-col .text {
|
|
line-height: 64rpx;
|
|
color: #333;
|
|
padding: 0;
|
|
}
|
|
|
|
.fui-list-media image {
|
|
width: 170rpx;
|
|
height: 170rpx;
|
|
}
|
|
|
|
.fui-list {
|
|
padding: 36rpx 24rpx;
|
|
}
|
|
|
|
.fui-list-inner {
|
|
display: flex;
|
|
height: 170rpx;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.fui-list-inner .des {
|
|
font-size: 26rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.fui-list-inner .person {
|
|
min-width: 90rpx;
|
|
text-align: center;
|
|
padding: 0 12rpx;
|
|
box-shadow: 0 0 20rpx 0 rgba(255,221,221,0.8);
|
|
margin: 0 10rpx;
|
|
font-size: 22rpx;
|
|
font-weight: bold;
|
|
line-height: 34rpx;
|
|
color: #ff6000;
|
|
border-radius: 4rpx;
|
|
display: inline-block;
|
|
background-image: -webkit-gradient(linear,0 0,right 0,from(#ff6000),to(#ff8a00));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.fui-list-inner .price {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #ff5555;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.fui-list-inner .price text {
|
|
float: left;
|
|
}
|
|
|
|
.fui-list-inner .line {
|
|
font-size: 22rpx;
|
|
color: #b2b2b2;
|
|
font-weight: bold;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.fui-list-inner .price .groupbtn {
|
|
width: 152rpx;
|
|
line-height: 52rpx;
|
|
background: #ff5555;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
float: right;
|
|
margin-top: -16rpx;
|
|
}
|
|
|
|
.empty {
|
|
text-align: center;
|
|
}
|
|
|
|
.empty image {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
margin-top: 260rpx;
|
|
}
|
|
|
|
.empty .text {
|
|
font-size: 28rpx;
|
|
line-height: 110rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.backHome {
|
|
width:;
|
|
} |