|
|
@@ -2434,14 +2434,23 @@ window.skins=window.skins||{};
|
|
|
__extends(RankPageSkin, _super);
|
|
|
function RankPageSkin() {
|
|
|
_super.call(this);
|
|
|
- this.skinParts = ["bar","closeBtn","btn0","btn1","rankMe","gTop","scTop","gNew","scNew"];
|
|
|
+ this.skinParts = ["tipImg","bar","closeBtn","btn0","btn1","rankMe","gTop","scTop","gNew","scNew"];
|
|
|
|
|
|
this.height = 1600;
|
|
|
this.width = 750;
|
|
|
- this.elementsContent = [this._Image1_i(),this.bar_i(),this.closeBtn_i(),this.btn0_i(),this.btn1_i(),this.rankMe_i(),this.scTop_i(),this.scNew_i()];
|
|
|
+ this.elementsContent = [this.tipImg_i(),this._Image1_i(),this.bar_i(),this.closeBtn_i(),this.btn0_i(),this.btn1_i(),this.rankMe_i(),this.scTop_i(),this.scNew_i()];
|
|
|
}
|
|
|
var _proto = RankPageSkin.prototype;
|
|
|
|
|
|
+ _proto.tipImg_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ this.tipImg = t;
|
|
|
+ t.source = "img/tip01.jpg";
|
|
|
+ t.visible = false;
|
|
|
+ t.x = 0;
|
|
|
+ t.y = 0;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
_proto._Image1_i = function () {
|
|
|
var t = new eui.Image();
|
|
|
t.source = "img/rankBg.png";
|
|
|
@@ -3026,7 +3035,7 @@ window.skins=window.skins||{};
|
|
|
var t = new eui.Image();
|
|
|
t.source = "img/ruleImg.png";
|
|
|
t.x = 144;
|
|
|
- t.y = 545;
|
|
|
+ t.y = 384.41;
|
|
|
return t;
|
|
|
};
|
|
|
_proto.closeRuleBtn_i = function () {
|
|
|
@@ -3037,7 +3046,7 @@ window.skins=window.skins||{};
|
|
|
t.height = 84.42;
|
|
|
t.width = 97.58;
|
|
|
t.x = 525;
|
|
|
- t.y = 536;
|
|
|
+ t.y = 375.41;
|
|
|
return t;
|
|
|
};
|
|
|
_proto.gShare_i = function () {
|