[improvement] Card: 更新价格部分样式

This commit is contained in:
rex 2019-01-20 14:05:47 +08:00 committed by GitHub
parent d3e29b7cbc
commit 06eae02f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {