Authored by baoss

Merge branch 'feature/group-buy' of git.yoho.cn:fe/yohobuywap-node into feature/group-buy

... ... @@ -290,3 +290,19 @@
}
}
}
.dialog-wrapper .dialog-box.group-guide-mask {
width: 284px;
height: 278px;
background: url("img/activity/group/share-tip.png");
background-size: 100% 100%;
margin: 0 !important;
border: 0;
right: 92px;
top: 28px !important;
left: auto;
> * {
display: none !important;
}
}
... ...