Commit d3055f0d authored by zhangyanni's avatar zhangyanni

提交

parent 26f96540
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
document.getElementsByTagName("body")[0].style.height = "100%"; document.getElementsByTagName("body")[0].style.height = "100%";
document.getElementsByTagName("html")[0].style.overflow = "hidden"; document.getElementsByTagName("html")[0].style.overflow = "hidden";
document.getElementsByTagName("body")[0].style.height = "hidden"; document.getElementsByTagName("body")[0].style.height = "hidden";
document.getElementsByClassName("loginformWrap")[0].style.userSelect = "none";
document.getElementsByClassName("loginformWrap")[0].style.webkitUserSelect = "none";
document.getElementsByClassName("loginformWrap")[0].style.webkitTouchCallout = "none";
document.getElementsByClassName("loginformWrap")[0].style.khtmlUserSelect = "none";
document.getElementsByClassName("loginformWrap")[0].style.mozUserSelect = "none";
document.getElementsByClassName("loginformWrap")[0].style.msUserSelect = "none";
} }
var img=document.createElement("img"); var img=document.createElement("img");
if(document.location.href.indexOf("index.html")!=-1) img.src = "https://techbook-test.oss-cn-beijing.aliyuncs.com/public/articleShareLogo401.png"; if(document.location.href.indexOf("index.html")!=-1) img.src = "https://techbook-test.oss-cn-beijing.aliyuncs.com/public/articleShareLogo401.png";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment