mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Card): adjust style (#5146)
This commit is contained in:
parent
abbee1062b
commit
00eeaedf17
@ -22,6 +22,7 @@
|
||||
width: @card-thumb-size;
|
||||
height: @card-thumb-size;
|
||||
margin-right: @padding-xs;
|
||||
border-radius: @card-thumb-border-radius;
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
@ -53,6 +53,7 @@
|
||||
@border-width-base: 1px;
|
||||
@border-radius-sm: 2px;
|
||||
@border-radius-md: 4px;
|
||||
@border-radius-lg: 8px;
|
||||
@border-radius-max: 999px;
|
||||
|
||||
// ActionSheet
|
||||
@ -138,7 +139,8 @@
|
||||
@card-font-size: @font-size-sm;
|
||||
@card-text-color: @text-color;
|
||||
@card-background-color: @background-color-light;
|
||||
@card-thumb-size: 90px;
|
||||
@card-thumb-size: 88px;
|
||||
@card-thumb-border-radius: @border-radius-lg;
|
||||
@card-title-line-height: 16px;
|
||||
@card-desc-color: @gray-7;
|
||||
@card-desc-line-height: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user