|
|
|
@ -27,7 +27,7 @@ |
|
|
|
<div class="info f-flex"> |
|
|
|
<div> |
|
|
|
<p class="title f-ellipsis-1">{{goods.name}}</p> |
|
|
|
<p class="rule">{{goods.shortDesc}}</p> |
|
|
|
<p class="rule f-ellipsis-1">{{goods.shortDesc}}</p> |
|
|
|
<div class="full" v-if="toJSON(goods.smallLabel)"><i>{{toJSON(goods.smallLabel)}}</i></div> |
|
|
|
</div> |
|
|
|
<div class="f-flex"> |
|
|
|
@ -277,13 +277,14 @@ |
|
|
|
.rule { |
|
|
|
font-size: 0.22rem; |
|
|
|
color: #999; |
|
|
|
padding: 0.1rem 0 0.16rem; |
|
|
|
line-height: 1; |
|
|
|
padding: 0.1rem 0 0; |
|
|
|
// line-height: 1; |
|
|
|
} |
|
|
|
.full { |
|
|
|
height: 0.3rem; |
|
|
|
font-size:0.2rem; |
|
|
|
color:rgba(244,163,83,1); |
|
|
|
margin: 0.16rem 0 0.1rem; |
|
|
|
i { |
|
|
|
background:rgba(255,242,229,1); |
|
|
|
padding: 1px 3px; |
|
|
|
|