[improvement] Card: add thumb link prop (#1879)

This commit is contained in:
neverland
2018-09-30 15:58:59 +08:00
committed by GitHub
parent 6c983929c6
commit 93d8c809f9
6 changed files with 35 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
.van-card {
color: $text-color;
height: 100px;
font-size: 16px;
font-size: 12px;
background: #fafafa;
position: relative;
box-sizing: border-box;
@@ -63,10 +63,7 @@
&__desc {
color: $gray-darker;
font-size: 12px;
max-height: 20px;
@include ellipsis;
}
&__price,
@@ -77,13 +74,8 @@
text-align: right;
}
&__price {
font-size: 14px;
}
&__num {
color: $gray-darker;
font-size: 12px;
}
&__tag {