mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[improvement] Card: 更新价格部分样式
This commit is contained in:
parent
d3e29b7cbc
commit
06eae02f8e
@ -5,8 +5,8 @@
|
||||
padding: 5px 15px;
|
||||
font-size: 12px;
|
||||
color: @text-color;
|
||||
box-sizing: border-box;
|
||||
background-color: @background-color-light;
|
||||
box-sizing: border-box;
|
||||
|
||||
&--center {
|
||||
align-items: center;
|
||||
@ -36,9 +36,9 @@
|
||||
|
||||
&__content {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
height: 90px;
|
||||
min-width: 0; /* hack for flex box ellipsis */
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&__title,
|
||||
@ -48,8 +48,8 @@
|
||||
|
||||
&__title {
|
||||
max-height: 32px;
|
||||
line-height: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
&__desc {
|
||||
@ -59,11 +59,7 @@
|
||||
}
|
||||
|
||||
&__bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
line-height: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
&__price {
|
||||
|
Loading…
x
Reference in New Issue
Block a user