mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
54 lines
750 B
Plaintext
54 lines
750 B
Plaintext
.zan-card {
|
|
margin-left: 0px;
|
|
width: auto;
|
|
padding: 5px 15px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.zan-card__thumb {
|
|
width: 90px;
|
|
height: 90px;
|
|
float: left;
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
overflow: hidden;
|
|
background-size: cover;
|
|
}
|
|
|
|
.zan-card__img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.zan-card__detail {
|
|
margin-left: 100px;
|
|
width: auto;
|
|
position: relative;
|
|
}
|
|
|
|
.zan-card__detail-row {
|
|
overflow: hidden;
|
|
line-height: 20px;
|
|
min-height: 20px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.zan-card__right-col {
|
|
float: right;
|
|
}
|
|
|
|
.zan-card__left-col {
|
|
margin-right: 80px;
|
|
}
|
|
|