Authored by zhangxiaoru

我的邀请码添加

... ... @@ -40,6 +40,15 @@
</div>
</div>
<div class="on-site invitation">
<div class="title">方法四:使用APP站内分享功能</div>
<div class="code-content">
<div class="ico"></div>
<p class="site-info">1.商品详情页/店铺页面使用分享按钮;<br>2.好友浏览您的分享页面获取您的潮流口令;<br>3.好友使用您的潮流口令完成注册;<br>
</p>
</div>
</div>
<input id="shareLink" type="hidden" value="{{url}}">
<input id="shareImg" type="hidden" value="{{sharePic}}">
<input id="shareTitle" type="hidden" value="{{shareMainTitle}}">
... ...
... ... @@ -112,4 +112,23 @@
width: 560px;
}
}
.on-site {
.ico {
height: 90px;
width: 90px;
background-image: resolve("activity/expand-new/ico.png");
background-size: 100%;
background-repeat: no-repeat;
margin: 30px 20px 0 0;
float: left;
}
.site-info {
margin-top: 28px;
color: #fff;
font-size: 24px;
line-height: 34px;
}
}
}
... ...