Authored by rqq

本来生活

... ... @@ -5,7 +5,7 @@ html,body {
.coupon-page{
position: relative;
background-image: resolve('life/coupon/bg.jpg');
background-size: contain;
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
... ... @@ -16,7 +16,7 @@ html,body {
text-align: center;
border: none;
position: absolute;
top: 684px;
top: 62%;
left: 30%;
font-size: 24px;
background-color: #FFFFFF;
... ...
... ... @@ -17,6 +17,7 @@
<div class="late">
<a href="/life/index" class="sure"></a>
</div>
<img src="{{shareImg}}" style="display: none;">
{{#wxshare}}
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<input id="shareLink" type="hidden" value="{{shareLink}}">
... ...