mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] Card: add thumb link prop (#1879)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user