67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
.fui-goods-item .detail.goods_list_detail .name {
|
|
height: 56rpx;
|
|
line-height: 56rpx;
|
|
-webkit-line-clamp: 1;
|
|
}
|
|
|
|
.fui-goods-item .detail .price {
|
|
margin-top: 0;
|
|
height: 46rpx;
|
|
line-height: 46rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.fui-goods-item .detail .price .text {
|
|
color: #999;
|
|
}
|
|
|
|
.fui-goods-item .detail .price .text.original {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.fui-goods-item .detail .currentPrice {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #ff5555;
|
|
}
|
|
|
|
.fui-goods-remark {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 26rpx;
|
|
margin-left: 30rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.navbar .empty {
|
|
text-align: center;
|
|
padding-top: 88rpx;
|
|
}
|
|
|
|
.navbar .empty view {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 128rpx;
|
|
}
|
|
|
|
.navbar .empty view:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 140rpx;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
top: 60rpx;
|
|
left: 130rpx;
|
|
}
|
|
|
|
.navbar .empty view:after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 140rpx;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
top: 60rpx;
|
|
right: 130rpx;
|
|
} |