Showing
3 changed files
with
28 additions
and
0 deletions
@@ -40,6 +40,15 @@ | @@ -40,6 +40,15 @@ | ||
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | 42 | ||
43 | + <div class="on-site invitation"> | ||
44 | + <div class="title">方法四:使用APP站内分享功能</div> | ||
45 | + <div class="code-content"> | ||
46 | + <div class="ico"></div> | ||
47 | + <p class="site-info">1.商品详情页/店铺页面使用分享按钮;<br>2.好友浏览您的分享页面获取您的潮流口令;<br>3.好友使用您的潮流口令完成注册;<br> | ||
48 | + </p> | ||
49 | + </div> | ||
50 | + </div> | ||
51 | + | ||
43 | <input id="shareLink" type="hidden" value="{{url}}"> | 52 | <input id="shareLink" type="hidden" value="{{url}}"> |
44 | <input id="shareImg" type="hidden" value="{{sharePic}}"> | 53 | <input id="shareImg" type="hidden" value="{{sharePic}}"> |
45 | <input id="shareTitle" type="hidden" value="{{shareMainTitle}}"> | 54 | <input id="shareTitle" type="hidden" value="{{shareMainTitle}}"> |
public/img/activity/expand-new/ico.png
0 → 100644
1.21 KB
@@ -112,4 +112,23 @@ | @@ -112,4 +112,23 @@ | ||
112 | width: 560px; | 112 | width: 560px; |
113 | } | 113 | } |
114 | } | 114 | } |
115 | + | ||
116 | + .on-site { | ||
117 | + .ico { | ||
118 | + height: 90px; | ||
119 | + width: 90px; | ||
120 | + background-image: resolve("activity/expand-new/ico.png"); | ||
121 | + background-size: 100%; | ||
122 | + background-repeat: no-repeat; | ||
123 | + margin: 30px 20px 0 0; | ||
124 | + float: left; | ||
125 | + } | ||
126 | + | ||
127 | + .site-info { | ||
128 | + margin-top: 28px; | ||
129 | + color: #fff; | ||
130 | + font-size: 24px; | ||
131 | + line-height: 34px; | ||
132 | + } | ||
133 | + } | ||
115 | } | 134 | } |
-
Please register or login to post a comment