@fle-ui/plus-im-record
Version:
85 lines (77 loc) • 1.46 kB
text/less
@prefix: chart-messages-item;
.@{prefix}-order {
max-width: 272px;
min-width: 200px;
padding-bottom: 2px;
&-info {
display: flex;
flex-flow: row;
padding: 12px;
cursor: pointer;
border-radius: 4px;
background-color: #fff;
&-img {
flex-shrink: 0;
border-radius: 3px;
width: 72px;
height: 72px;
margin-right: 6px;
overflow: hidden;
object-fit: fill;
background: url() no-repeat;
}
img {
width: 100%;
object-fit: contain;
}
&-right {
flex: 1;
overflow: hidden;
}
&-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 5px;
.one-line-text {
flex: 1;
padding-right: 3px;
}
.anticon {
color: #aaa;
transition: 0.1;
}
.anticon:hover {
transform: scale(1.1);
color: #2c6bffff;
}
}
&-price {
font-size: 12px;
color: #aaa;
}
&-bottom {
display: flex;
}
&-tags {
flex: 1;
}
&-state {
margin-bottom: 2px;
align-self: flex-end;
font-size: 12px;
color: #8c8c8c;
line-height: 16px;
}
}
&-tip {
margin-top: 5px;
height: 24px;
padding-left: 5px;
line-height: 24px;
background: rgba(225, 11, 25, 0.06);
border-radius: 4px;
color: #e10b19;
font-size: 12px;
}
}