Authored by lea guo

发现好货

... ... @@ -4,7 +4,7 @@
<span class="avatar-name">{{authorName}}</span>
</div>
<div class="item-info" href="javascript:void(0)" onclick="onItemClick({{stringify this}})">
<img class="lazy" src="{{image2 findGood.productImage w=120 h=120 q=80 mode=1}}" alt="" />
<img class="lazy item-img" src="{{image2 coverImage w=120 h=120 q=80 mode=1}}" alt="" />
<div class="item-detail">
<div>
<div class="item-name">{{findGood.productName}}</div>
... ...
{
"name": "yohobuywap-node-activity",
"version": "6.9.12-beta-6",
"version": "6.9.12-beta-7",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -35,6 +35,10 @@ body {
border-bottom: 0;
}
.item-img {
border-radius: 8px;
}
.author-info {
display: flex;
align-items: center;
... ... @@ -69,7 +73,7 @@ body {
display: flex;
flex-direction: column;
flex: 1;
margin-left: 38px;
margin-left: 30px;
justify-content: space-between;
.item-name {
... ... @@ -81,6 +85,7 @@ body {
overflow: hidden;
text-overflow: ellipsis;
max-height: 92px;
font-weight: bold;
}
.item-desc {
... ... @@ -93,7 +98,6 @@ body {
-webkit-line-clamp: 2;
overflow: hidden;
-webkit-box-orient: vertical;
margin-top: 10px;
}
.action-tip {
... ...