@import '../common/style/var.less'; .van-card { color: @text-color; height: 100px; font-size: 12px; background: #fafafa; position: relative; box-sizing: border-box; padding: 5px 15px 5px 115px; &--center, &__thumb { align-items: center; justify-content: center; } &__thumb { top: 5px; left: 15px; width: 90px; height: 90px; position: absolute; } &__img { border: none; max-width: 100%; max-height: 100%; } &, &__thumb, &__row { display: flex; } &__content { width: 100%; &--center { height: 90px; align-items: center; } } &__title, &__desc { line-height: 20px; word-break: break-all; } &__title { max-height: 40px; } &__desc { max-height: 20px; color: @gray-darker; } &__price, &__num { flex: 1; min-width: 80px; line-height: 20px; text-align: right; } &__num { color: @gray-darker; } &__tag { position: absolute; top: 2px; left: 0; } &__tag { position: absolute; top: 2px; left: 0; } &__footer { right: 15px; bottom: 5px; position: absolute; .van-button { margin-left: 5px; } } }