vant-weapp/dist/card/index.wxss
2017-01-03 19:55:48 +08:00

55 lines
766 B
Plaintext

.zui-card {
margin-left: 0px;
width: auto;
padding: 5px 15px;
overflow: hidden;
position: relative;
font-size: 14px;
}
.zui-card__thumb {
width: 90px;
height: 90px;
float: left;
position: relative;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-size: cover;
}
.zui-card__img {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.zui-card__detail {
margin-left: 100px;
width: auto;
position: relative;
}
.zui-card__detail-row {
overflow: hidden;
line-height: 20px;
min-height: 20px;
margin-bottom: 3px;
}
.zui-card__right-col {
float: right;
}
.zui-card__left-col {
margin-right: 80px;
}