Browse Source

分享页面调整

wangshan 9 years ago
parent
commit
d4d1152b38

BIN
core/src/web/staticres/wxswordfish/images/share-cj.png


+ 8 - 9
core/src/web/templates/swordfish/wxshare.html

@@ -11,16 +11,15 @@
 <script>
 <script>
 	initShare({{.T.signature}},{{.T.shareid}});
 	initShare({{.T.signature}},{{.T.shareid}});
 </script>
 </script>
+<style>
+.lotteryBg{ width:100%; height:100%; margin:0 auto; background:url(/images/activeimages/lotteryBg.jpg) no-repeat center center; position:relative; overflow:hidden;background-size: 375px 603px;}
+#run{ width:178px; height:178px; position:absolute; left:50%; top:50%;  margin-left:-90px; margin-top:-8px; z-index:1; transform:rotate(0deg); -ms-transform:rotate(0deg); }
+</style>
 </head>
 </head>
-<body style="margin:0px;">
-<div style="width: 100%;height: 603px; margin: 0 auto;background: url(/wxswordfish/images/share-cj.png) no-repeat top center;overflow: hidden;background-size: 375px 603px">
+<body style="margin:0px; background-color:#C5F7FE;">
+<div class="lotteryBg" style="width: 100%;height: 603px; margin: 0 auto;background: url(/wxswordfish/images/share-cj.png) no-repeat center center; position:relative; overflow: hidden;background-size: 375px 603px">
+
+    	<img id="run" src="/front/weixinshare/{{.T.shareid}}" />
 </div>
 </div>
-<table align=center width=100%>
-	<tr>
-		<td width=80><img src="/front/weixinshare/{{.T.shareid}}" style="width:80px; height:80px;" /></td>
-		<td style="word-break:break-all;word-wrap:break-word;line-height:22px;max-width:210px;">
- 长按图片识别二维码<br/>回复“抽奖”,有机会抽取iPad mini</td>
-	</tr>
-</table>
 </body>
 </body>
 </html>
 </html>