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;
|
padding: 5px 15px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
box-sizing: border-box;
|
|
||||||
background-color: @background-color-light;
|
background-color: @background-color-light;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -36,9 +36,9 @@
|
|||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1;
|
|
||||||
height: 90px;
|
height: 90px;
|
||||||
min-width: 0; /* hack for flex box ellipsis */
|
min-width: 0; /* hack for flex box ellipsis */
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title,
|
&__title,
|
||||||
@ -48,8 +48,8 @@
|
|||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
max-height: 32px;
|
max-height: 32px;
|
||||||
line-height: 16px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__desc {
|
&__desc {
|
||||||
@ -59,11 +59,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__bottom {
|
&__bottom {
|
||||||
position: absolute;
|
line-height: 20px;
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
line-height: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__price {
|
&__price {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user