Authored by lea guo

发现好货

<div class="item-wrapper">
<div class="author-info" href="javascript:void(0)" onclick="onAuthorClick({{stringify this}})">
<img class="avatar-img" src="{{image2 authorHeadIco w=30 h=30 q=80}}" alt="" />
<img class="avatar-img" src="{{image2 authorHeadIco w=30 h=30 q=80 mode=1}}" alt="" />
<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}}" alt="" />
<img class="lazy" src="{{image2 findGood.productImage 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-5",
"version": "6.9.12-beta-6",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
html {
// stylelint-disable-next-line
font-family: "PingFangSC-Regular", "helvetica", "Arial", "黑体";
}
body {
height: 100%;
overflow: hidden;
... ... @@ -44,8 +49,11 @@ body {
font-size: 24px;
color: rgba(153, 153, 153, 0.85);
letter-spacing: 0.08px;
line-height: 13px;
padding-left: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 80%;
}
}
... ...