/* pages/card/cardSuitStore.wxss */ .zan-col { font-size: 12px; height: 80px; } .zan-row .location { display: flex; align-items: center; text-align: center; justify-content: center; padding: 10px; } .border { border-top: 1px solid #e6e6fa; } .icon_location { height: 32px; width: 32px; } .distance { color: #999999; font-size: 13px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }