Skip to content

Commit

Permalink
又改版
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonperl committed Aug 23, 2016
1 parent 817cb17 commit 80bc92d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="section">
<img class="bg" src="static/images/1_bg.jpg" />
<img class="onlywidth" src="static/images/1_1.png" id="anm1_1" style="top:0;left:0;" />
<img class="resizeform" src="static/images/1_2.png" id="anm1_2" style="bottom:0;left:0;width:calc(348rem/640)" />
<img class="resizeform" src="static/images/1_3.png" id="anm1_3" style="bottom:calc(79rem/640);right:0;width:calc(292rem/640)" />
<img class="resizeform" src="static/images/1_t.png" id="anm1_4" style="bottom:calc(539rem/640);right:calc(253rem/640);width:calc(67rem/640)" />
<img class="onlywidth" src="static/images/1_2.png?h=j" id="anm1_2" style="bottom:0;left:0;" />
<img class="resizeform" src="static/images/1_3.png" id="anm1_3" style="bottom:calc(103rem/640);right:0;width:calc(294rem/640)" />
<img class="resizeform" src="static/images/1_t.png?v=1" id="anm1_4" style="bottom:calc(537rem/640);right:calc(195rem/640);width:calc(61rem/640)" />
</div>
<div class="section">
<img class="bg" src="static/images/2_bg.jpg" />
Expand Down Expand Up @@ -85,6 +85,6 @@
<div class="music fixed center"><span></span></div>
<audio loop="loop"></audio>
<script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script src="static/js/js.js"></script>
<script src="static/js/js.js?v=1"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions static/js/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ sys.tm = function(e) {

if (sys.startY > sys.endY) {
if (ahk.step == $(".section").length - 1) {
$("#section_" + ahk.step).j_transform({
/*$("#section_" + ahk.step).j_transform({
y: (-sys.yInit - dis) + "px"
})
})*/
} else {
$("#section_" + (ahk.step + 1)).j_transform({
y: (-sys.yInit - dis) + "px"
Expand Down Expand Up @@ -581,7 +581,7 @@ $(function() {
});
wx.ready(function() {
wx.onMenuShareAppMessage({ //发送给好友
title: '沈刚都来啦,你还等什么?', // 分享标题
title: '沈刚在拜博,你更有信心!', // 分享标题
desc: '上海拜博口腔招聘啦!', // 分享描述
link: 'http://m.ibyersh.com/zt/2016/zhaop/', // 分享链接
imgUrl: 'http://m.ibyersh.com/zt/2016/zhaop/static/images/face.jpg', // 分享图标
Expand All @@ -596,7 +596,7 @@ $(function() {
});

wx.onMenuShareTimeline({ //分享到朋友圈
title: '沈刚都来啦,你还等什么?', // 分享标题
title: '沈刚在拜博,你更有信心!', // 分享标题
link: 'http://m.ibyersh.com/zt/2016/zhaop/', // 分享链接
imgUrl: 'http://m.ibyersh.com/zt/2016/zhaop/static/images/face.jpg', // 分享图标
success: function() {
Expand Down

0 comments on commit 80bc92d

Please sign in to comment.