var meiriq_loading = (function() {
function meiriq_loading() {
this.msgArr = ['设计狮疯狂上色中…','攻城狮奋力敲出游戏代码…','产品汪吃力搬运页面元素…','小Q正在擦拭按钮…','游戏主角正在房间里化妆…','运营喵撰写得分文案中...','游戏正在空中赶过来…'];
this.currentIndex = 0;
this.onCreate();
}
meiriq_loading.prototype.onCreate = function() {
var content;
content = document.createElement('div');
content.setAttribute('id', 'meiriq-loading');
content.style.position = 'absolute';
content.style.width = '100%';
content.style.height = '100%';
content.style.top = '0';
content.style.textAlign = "center";
content.style.bottom = '0';
content.style.left = '0';
content.style.right = '0';
content.style.zIndex = 9999;
content.style.backgroundColor = '#ffffff';
content.innerHTML = '
设计狮疯狂上色中…