This commit is contained in:
parent
d0f708eeb8
commit
ac43edd9d5
|
|
@ -939,13 +939,20 @@
|
|||
|
||||
.worth-goods-labels {
|
||||
margin-top: 8rpx;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.worth-label {
|
||||
font-size: 20rpx;
|
||||
font-size: 18rpx;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
margin-right: 12rpx;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.worth-label.red {
|
||||
|
|
|
|||
Loading…
Reference in New Issue