Authored by hongweigao

修改样式,埋点字段

... ... @@ -55,7 +55,7 @@ function getProListData() {
$good.find('.list-box li').each(function() {
keys.push($(this).find('a').html());
});
goodObj.KEYWORD_WORD = keys.join(',');
goodObj.KEYWORD = keys.join(',');
}
// 普通商品
... ... @@ -442,7 +442,7 @@ $(function() {
// 热门搜索
if (recType === 'hotSearchTerm') {
goodData.KEYWORD_WORD = $(this).html();
goodData.KEYWORD = $(this).html();
}
$.extend(goodData, getProData($good));
yas.givePoint('YB_NEW_ARRIVAL_FLR_C', goodData);
... ...
... ... @@ -137,6 +137,7 @@
width: 1150px;
font-size: 14px;
background: #fff;
padding: 10px 0;
z-index: 999;
.catagory-text {
... ... @@ -350,9 +351,10 @@
background-color: #000;
color: #fff;
text-align: center;
width: 80px;
width: 75px;
height: 32px;
line-height: 32px;
padding-right: 5px;
font-size: 13px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
opacity: .9;
... ... @@ -383,7 +385,7 @@
> a {
color: #fff;
line-height: 22px;
line-height: 26px;
}
.msg-app {
... ...