@fle-ui/plus-im-record
Version:
62 lines (55 loc) • 996 B
text/less
@prefix: chart-messages-item;
.@{prefix}-order-goods {
max-width: 272px;
min-width: 200px;
padding: 12px;
padding-bottom: 6px;
&-summary {
margin-bottom: 8px;
}
&-item {
display: flex;
flex-flow: row;
padding: 8px 0;
&:not(:last-child) {
border-bottom: 1px solid #eee;
}
&-img {
flex-shrink: 0;
border-radius: 4px;
width: 60px;
height: 60px;
margin-right: 6px;
overflow: hidden;
object-fit: fill;
}
img {
width: 100%;
object-fit: contain;
}
&-right {
flex: 1;
overflow: hidden;
}
&-title {
line-height: 1.2;
margin-top: 2px;
margin-bottom: 4px;
}
&-price {
min-height: 14px;
font-size: 12px;
color: #6e7789;
}
&-btn {
font-size: 12px ;
padding: 0 ;
}
}
&-expand {
color: var(--prc);
text-align: center;
padding-top: 8px;
cursor: pointer;
}
}