@@ -33,7 +33,7 @@ html,body{height:100%;overflow: hidden;background: -webkit-linear-gradient(300de
margin-bottom:10px;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
font-weight: 100;
- font-size: 72px;
+ font-size: 4.5rem;
}
.section-center .container .cover-description{
margin-bottom: 30px;
@@ -24,9 +24,16 @@ block content
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
-
- init();
- animate();
+ window.onload = function(){
+ init();
+ animate();
+ //- baidu Ans
+ var _hmt = _hmt || [];
+ var hm = document.createElement("script");
+ hm.src = "//hm.baidu.com/hm.js?99d1e1ee6b085485bc6ec3e23b821b49";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+ };
function init() {