Authored by shuaiguo

Merge branch 'refs/heads/release/6.9.17'

<div class="new-index-filter-list-item" data-item-idx="{{@index}}" data-activity-id="{{activity_id}}" data-product-skn="{{product_skn}}">
<div class="new-index-filter-list-item" data-item-idx="{{index}}" data-activity-id="{{activity_id}}" data-product-skn="{{product_skn}}">
<div class="group-product-header">
{{!-- {{#ifcond joinLimitStr "==" "邀新团"}}
<div class="new-group-product-left-icon">
... ...
... ... @@ -774,7 +774,8 @@ class Group extends Page {
let appendHtml = '';
list.forEach((item, index) => {
appendHtml += groupListItem(item, index);
item.index = index;
appendHtml += groupListItem(item);
});
if (isLoad) {
$('.new-goods-list').append(appendHtml);
... ...
... ... @@ -19,7 +19,7 @@
height: 88px;
.guess-tab {
min-width: 160px;
min-width: 134px;
display: flex;
flex-direction: column;
align-items: center;
... ... @@ -43,11 +43,11 @@
}
.guess-like-tab {
width: 140px;
width: 134px;
line-height: 88px;
text-align: center;
font-size: 28px;
font-weight: 600;
font-weight: 450;
color: #b0b0b0;
}
... ...
... ... @@ -37,8 +37,8 @@
}
.floors {
border-bottom: 10px solid #f0f0f0;
background: #f0f0f0;
border-bottom: 10px solid #f5f5f5;
background: #f5f5f5;
}
.tab {
... ...
.goods-container {
background: #f0f0f0;
background: #f5f5f5;
}
.goods-list-title {
... ... @@ -116,11 +116,11 @@
letter-spacing: 0;
box-sizing: border-box;
height: 32px;
line-height: 32px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
border-radius: 15px;
border: 0.8px #222 solid;
border: 1px #222 solid;
color: #222;
}
... ...