144 lines
2.3 KiB
Plaintext
144 lines
2.3 KiB
Plaintext
.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;
|
|
}
|
|
|
|
.bargain .fui-goods-group {
|
|
margin-top: 88rpx;
|
|
padding: 0;
|
|
}
|
|
|
|
.fui-goods-group.block .fui-goods-item {
|
|
padding: 0;
|
|
padding-bottom: 16rpx;
|
|
}
|
|
|
|
.fui-goods-group.block .fui-goods-item:nth-child(2n-1) {
|
|
padding-right: 8rpx;
|
|
}
|
|
|
|
.fui-goods-group.block .fui-goods-item:nth-child(2n) {
|
|
padding-left: 8rpx;
|
|
}
|
|
|
|
.bargain .fui-goods-group.block .fui-goods-item .detail {
|
|
padding: 10px 24rpx 14rpx;
|
|
}
|
|
|
|
.fui-goods-item .detail .price {
|
|
font-size: 26rpx;
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.fui-goods-item .detail .price .text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fui-goods-item .detail .price .original_price {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
text-decoration: line-through;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.name image {
|
|
display: inline-block;
|
|
width: 50rpx;
|
|
height: 24rpx;
|
|
vertical-align: middle;
|
|
margin-top: -5rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.bargain .empty {
|
|
text-align: center;
|
|
padding-top: 88rpx;
|
|
}
|
|
|
|
.bargain .empty view {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 128rpx;
|
|
}
|
|
|
|
.bargain .empty view:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 140rpx;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
top: 60rpx;
|
|
left: 130rpx;
|
|
}
|
|
|
|
.bargain .empty view:after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 140rpx;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
top: 60rpx;
|
|
right: 130rpx;
|
|
}
|
|
|
|
.searchEmpty {
|
|
text-align: center;
|
|
padding-top: 196rpx;
|
|
}
|
|
|
|
.searchEmpty image {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
}
|
|
|
|
.searchEmpty .text {
|
|
line-height: 105rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.flex {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.flex1 {
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
} |