@import '../common/style/var.less'; .van-card { position: relative; display: flex; padding: 5px 15px; font-size: 12px; color: @text-color; background: @background-color-light; box-sizing: border-box; flex-wrap: wrap; &--center { align-items: center; justify-content: center; } &__thumb { position: relative; width: 90px; height: 90px; margin-right: 10px; flex: none; &:empty { display: none; } } &__img { width: 100%; height: 100%; } &__content { position: relative; height: 90px; flex: 1; } &__title, &__desc { line-height: 17px; word-break: break-all; } &__title { max-height: 34px; font-weight: bold; } &__desc { max-height: 17px; color: @gray-darker; } &__bottom { position: absolute; bottom: 0; left: 0; width: 100%; line-height: 17px; } &__price { display: inline-block; font-weight: bold; color: @red; } &__origin-price { display: inline-block; margin-left: 5px; font-size: 10px; color: @gray-darker; text-decoration: line-through; } &__num { float: right; } &__tag { position: absolute; top: 2px; left: 0; } &__footer { width: 100%; text-align: right; flex: none; } }