148 lines
2.5 KiB
Plaintext
148 lines
2.5 KiB
Plaintext
.page {
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.fui-header::after {
|
|
display: none;
|
|
}
|
|
|
|
.fui-header .searchbar {
|
|
position: relative;
|
|
}
|
|
|
|
.fui-header .cancel {
|
|
width: 80rpx;
|
|
}
|
|
|
|
.fui-header .searchbar text.icox {
|
|
height: 36rpx;
|
|
vertical-align: middle;
|
|
position: absolute;
|
|
top: 15rpx;
|
|
left: 30rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.fui-header .searchbar input {
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
padding-left: 62rpx;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border: none;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.fui-header .icon {
|
|
padding-right: 4rpx;
|
|
}
|
|
|
|
.fui-header .cancel {
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.groups .fui-list-group {
|
|
margin-top: 88rpx;
|
|
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: 40rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.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;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.empty .btn {
|
|
width: 300rpx;
|
|
height: 72rpx;
|
|
border-radius: 72rpx;
|
|
line-height: 72rpx;
|
|
} |