Authored by ping

add

... ... @@ -63,7 +63,7 @@ video {
z-index: 30;
}
/*-----微信中的下载提示-----*/
/*-----微信中的下载提示-----*/chuan
.live-app-download-msg .wx-img1 {
display: none;
width: 43.33%;
... ...
... ... @@ -76,6 +76,17 @@ ul {
left: 78%;
}
#part_6 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6 a {
position: fixed;
bottom: 0;
}
#btn_down_yohobuy {
top: 18%;
}
... ...
... ... @@ -35,6 +35,7 @@ ul {
width: 100%;
height: auto;
overflow: hidden;
float: left;
}
.yohood_main_ul li img {
float: left;
... ... @@ -58,6 +59,28 @@ ul {
left: 78%;
}
#part_6_1 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6_1 img {
position: fixed;
bottom: 0;
}
#part_6_2 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6_2 a {
position: fixed;
bottom: 0;
}
#btn_down_yohobuy {
top: 18%;
}
... ...
... ... @@ -7,7 +7,7 @@ $.getJSON(_weChatInterface + "?pageurl=" + encodeURIComponent(location.href.spli
var _nonceStr = json.nonceStr.toString();
var _signature = json.signature.toString();
wx.config({
debug: true,
debug: false,
appId: _appId,
timestamp: _timestamp,
nonceStr: _nonceStr,
... ...