allen 3 years ago
parent
commit
61d6fee485
2 changed files with 24 additions and 11 deletions
  1. 24 11
      public/js/default.thm.js
  2. 0 0
      public/js/main.min.js

+ 24 - 11
public/js/default.thm.js

@@ -2423,7 +2423,7 @@ window.skins=window.skins||{};
 	__extends(RankEndPageSkin, _super);
 	function RankEndPageSkin() {
 		_super.call(this);
-		this.skinParts = ["tipImg","bar","closeBtn","btn0","btn1","gTop","gTop2","scDan","gNew","scTop"];
+		this.skinParts = ["tipImg","bar","closeBtn","btn0","btn1","gTop","gTop2","scDan","gNew","gNew2","scTop"];
 		
 		this.height = 1600;
 		this.width = 750;
@@ -2557,29 +2557,42 @@ window.skins=window.skins||{};
 		t.scrollPolicyH = "off";
 		t.scrollPolicyV = "on";
 		t.width = 604.55;
-		t.x = 74;
+		t.x = 77.99;
 		t.y = 413;
-		t.viewport = this.gNew_i();
+		t.viewport = this.gNew2_i();
 		return t;
 	};
-	_proto.gNew_i = function () {
+	_proto.gNew2_i = function () {
 		var t = new eui.Group();
-		this.gNew = t;
+		this.gNew2 = t;
 		t.layout = this._VerticalLayout3_i();
-		t.elementsContent = [this._Image3_i()];
+		t.elementsContent = [this._Image3_i(),this.gNew_i()];
 		return t;
 	};
 	_proto._VerticalLayout3_i = function () {
 		var t = new eui.VerticalLayout();
+		t.paddingTop = 10;
 		return t;
 	};
 	_proto._Image3_i = function () {
 		var t = new eui.Image();
-		t.scaleX = 1;
-		t.scaleY = 1;
-		t.source = "img/rankNotOver.png";
-		t.x = 0;
-		t.y = 91.14999999999992;
+		t.source = "img/danBar.jpg";
+		t.x = 93;
+		t.y = 1.52;
+		return t;
+	};
+	_proto.gNew_i = function () {
+		var t = new eui.Group();
+		this.gNew = t;
+		t.width = 604;
+		t.x = 90;
+		t.y = 145;
+		t.layout = this._VerticalLayout4_i();
+		return t;
+	};
+	_proto._VerticalLayout4_i = function () {
+		var t = new eui.VerticalLayout();
+		t.gap = 15;
 		return t;
 	};
 	return RankEndPageSkin;

File diff suppressed because it is too large
+ 0 - 0
public/js/main.min.js


Some files were not shown because too many files changed in this diff