File: /www/wwwroot/www.tarqx.com/js/yoyo.main.js
document.writeln("<style>");
document.writeln(".line_msg {");
document.writeln(" display:none;");
document.writeln(" position:fixed;");
document.writeln(" top:0;");
document.writeln(" right:0;");
document.writeln(" left:0;");
document.writeln(" text-align:center;");
document.writeln(" z-index:9999;");
document.writeln("}");
document.writeln(".line_msg_img {");
document.writeln(" width:100%;");
document.writeln(" height:auto;");
document.writeln(" max-width:800px;");
document.writeln("}");
document.writeln(".addfriends_popup {");
document.writeln(" position:fixed;");
document.writeln(" display:none;");
document.writeln(" top:0;");
document.writeln(" left:0;");
document.writeln(" width:100%;");
document.writeln(" height:100%;");
document.writeln(" background-color:rgba(0,0,0,0.2);");
document.writeln(" perspective:1000px;");
document.writeln(" z-index:20;");
document.writeln(" cursor:pointer;");
document.writeln("}");
document.writeln(".addfriends_popup_img {");
document.writeln(" width:260px;");
document.writeln(" height:400px;");
document.writeln(" left:0;");
document.writeln(" right:0;");
document.writeln(" top:0;");
document.writeln(" bottom:0;");
document.writeln(" margin:auto;");
document.writeln("}");
document.writeln(".close-btn {");
document.writeln(" position:absolute;");
document.writeln(" font-size:40px;");
document.writeln(" left:auto;");
document.writeln(" right:20px;");
document.writeln(" top:10px;");
document.writeln(" color:#fff;");
document.writeln(" cursor:pointer;");
document.writeln(" z-index:2;");
document.writeln("}");
document.writeln(".popup_box {");
document.writeln(" color:#fff;");
document.writeln(" position:relative;");
document.writeln(" width:260px;");
document.writeln(" height:400px;");
document.writeln(" background-color:#2B2F3E;");
document.writeln(" margin:100px auto 0;");
document.writeln("}");
document.writeln("</style>");
document.writeln("<!--LINE msg-->");
document.writeln("<div id='line_msg' class='line_msg'>");
document.writeln(" <img id='line_msg_img' class='line_msg_img' onclick='showlinebtj()'>");
document.writeln("</div>");
document.writeln("<!--/LINE msg-->");
document.writeln("<!--LINE popup-->");
document.writeln("<div id='addfriends_popup' class='addfriends_popup'>");
document.writeln(" <div class='popup_box'>");
document.writeln(" <span class='close-btn' onclick='close_popup()'>×</span>");
document.writeln(" <img id='addfriends_popup_img' src='https://img.alicdn.com/imgextra/i3/1593099316/O1CN01nb94tj2IgmKXtaDGa_!!1593099316.jpg' class='addfriends_popup_img'");
document.writeln(" onclick='showlinebtj()'>");
document.writeln(" </div>");
document.writeln("</div>");
document.writeln("<!--/LINE popup-->");
var u = navigator.userAgent;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1;
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
var img_src;
var popupstatus;
if (isAndroid !== false && isiOS == false) {
img_src = "https://img.alicdn.com/imgextra/i3/1593099316/O1CN01c9dcGq2IgmKYjbLtN_!!1593099316.png";
} else if (isAndroid == false && isiOS !== false) {
img_src = "https://img.alicdn.com/imgextra/i4/1593099316/O1CN01eLHV2v2IgmKapcfC2_!!1593099316.png";
} else {
img_src = "https://img.alicdn.com/imgextra/i3/1593099316/O1CN01c9dcGq2IgmKYjbLtN_!!1593099316.png";
}
window.onload = function () {
this.setTimeout(msg_img_src, 10000);
this.setTimeout(msg_img_display, 40000);
document.getElementById('line_msg').onclick = click_line_msg;
document.getElementById('addfriends_popup').onclick = close_popup;
this.setTimeout(dis_popup, 120000);
}
function msg_img_src() {
document.getElementById('line_msg_img').src = img_src;
}
function msg_img_display() {
document.getElementById('line_msg').style.display = "block";
}
function click_line_msg() {
document.getElementById('line_msg').style.display = "none";
}
function close_popup() {
document.getElementById('addfriends_popup').style.display = "none";
}
function dis_popup() {
document.getElementById('addfriends_popup').style.display = "block";
}