62 lines
1.2 KiB
CSS
62 lines
1.2 KiB
CSS
.header {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.meta {
|
|
display: flex;
|
|
gap: 18px;
|
|
margin-top: 10px;
|
|
font-size: 15px;
|
|
color: var(--jx3-text-muted);
|
|
}
|
|
|
|
.item-icon {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 6px;
|
|
flex: 0 0 auto;
|
|
background: rgba(7, 26, 43, 0.6);
|
|
}
|
|
|
|
.item-name {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-weight: 700;
|
|
color: var(--jx3-text);
|
|
}
|
|
|
|
.price {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 4px;
|
|
white-space: nowrap;
|
|
font-weight: 700;
|
|
color: var(--jx3-gold-bright);
|
|
}
|
|
|
|
.money-part {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 2px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.money-icon {
|
|
width: 17px;
|
|
height: 17px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.sample {
|
|
font-weight: 700;
|
|
color: var(--jx3-text-secondary);
|
|
}
|
|
|
|
.time {
|
|
color: var(--jx3-text-muted);
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
}
|