Authored by ping

add

@@ -63,7 +63,7 @@ video { @@ -63,7 +63,7 @@ video {
63 z-index: 30; 63 z-index: 30;
64 } 64 }
65 65
66 -/*-----微信中的下载提示-----*/ 66 +/*-----微信中的下载提示-----*/chuan
67 .live-app-download-msg .wx-img1 { 67 .live-app-download-msg .wx-img1 {
68 display: none; 68 display: none;
69 width: 43.33%; 69 width: 43.33%;
@@ -76,6 +76,17 @@ ul { @@ -76,6 +76,17 @@ ul {
76 left: 78%; 76 left: 78%;
77 } 77 }
78 78
  79 +#part_6 {
  80 + float: left;
  81 + width: 100%;
  82 + height: 2.5rem;
  83 +}
  84 +
  85 +#part_6 a {
  86 + position: fixed;
  87 + bottom: 0;
  88 +}
  89 +
79 #btn_down_yohobuy { 90 #btn_down_yohobuy {
80 top: 18%; 91 top: 18%;
81 } 92 }
@@ -35,6 +35,7 @@ ul { @@ -35,6 +35,7 @@ ul {
35 width: 100%; 35 width: 100%;
36 height: auto; 36 height: auto;
37 overflow: hidden; 37 overflow: hidden;
  38 + float: left;
38 } 39 }
39 .yohood_main_ul li img { 40 .yohood_main_ul li img {
40 float: left; 41 float: left;
@@ -58,6 +59,28 @@ ul { @@ -58,6 +59,28 @@ ul {
58 left: 78%; 59 left: 78%;
59 } 60 }
60 61
  62 +#part_6_1 {
  63 + float: left;
  64 + width: 100%;
  65 + height: 2.5rem;
  66 +}
  67 +
  68 +#part_6_1 img {
  69 + position: fixed;
  70 + bottom: 0;
  71 +}
  72 +
  73 +#part_6_2 {
  74 + float: left;
  75 + width: 100%;
  76 + height: 2.5rem;
  77 +}
  78 +
  79 +#part_6_2 a {
  80 + position: fixed;
  81 + bottom: 0;
  82 +}
  83 +
61 #btn_down_yohobuy { 84 #btn_down_yohobuy {
62 top: 18%; 85 top: 18%;
63 } 86 }
@@ -7,7 +7,7 @@ $.getJSON(_weChatInterface + "?pageurl=" + encodeURIComponent(location.href.spli @@ -7,7 +7,7 @@ $.getJSON(_weChatInterface + "?pageurl=" + encodeURIComponent(location.href.spli
7 var _nonceStr = json.nonceStr.toString(); 7 var _nonceStr = json.nonceStr.toString();
8 var _signature = json.signature.toString(); 8 var _signature = json.signature.toString();
9 wx.config({ 9 wx.config({
10 - debug: true, 10 + debug: false,
11 appId: _appId, 11 appId: _appId,
12 timestamp: _timestamp, 12 timestamp: _timestamp,
13 nonceStr: _nonceStr, 13 nonceStr: _nonceStr,