Wang 5 éve
szülő
commit
4eb1e14e3d

BIN
h5v2/mw_20200108_act.zip


+ 2 - 2
h5v2/mw_20200108_act/css/page.css

@@ -2,7 +2,7 @@
 /* @Author: Wang
 * @Date:   2020-01-09 15:27:23
 * @Last Modified by:   Marte
-* @Last Modified time: 2020-01-16 23:35:39
+* @Last Modified time: 2020-01-19 16:36:57
 */
 html, body, ul, li, p, img { margin:0; padding:0; }
 ul, ol { list-style:none; }
@@ -207,7 +207,7 @@ body{
 
 .popup{
     width: 1280px;
-    height: 1831px;
+    height: 1883px;
     position: absolute;
     top: 0;
     left: 0;

+ 2 - 2
h5v2/mw_20200108_act/css/page1.css

@@ -2,7 +2,7 @@
 * @Author: Marte
 * @Date:   2020-01-14 09:57:52
 * @Last Modified by:   Marte
-* @Last Modified time: 2020-01-15 17:40:41
+* @Last Modified time: 2020-01-19 16:33:36
 */
 html, body, ul, li, p, img { margin:0; padding:0; }
 ul, ol { list-style:none; }
@@ -360,7 +360,7 @@ body{
 }
 
 #rulesPopup{
-    height: 2004px;
+    height: 1883px;
     background: url('../img/rules.png') no-repeat center;
 }
 

BIN
h5v2/mw_20200108_act/img/rules.png


BIN
h5v2/mw_20200108_act/img/rules1.png


+ 2 - 2
h5v2/mw_20200108_act/index.html

@@ -170,11 +170,11 @@
                         if(this.event.keyCode == 40 || this.event.keyCode == "DOWN"){
                             if(rulesMark<2)rulesMark+=1;
                             G("miniBar").style.top = rulesMark*200+"px";
-                            G("rulesPopup").style.top = (-(rulesMark*540))+"px";
+                            G("rulesPopup").style.top = (-(rulesMark*580))+"px";
                         }else if(this.event.keyCode == 38 || this.event.keyCode == "UP"){
                             if(rulesMark>0)rulesMark-=1;
                             G("miniBar").style.top = rulesMark*200+"px";
-                            G("rulesPopup").style.top = (-(rulesMark*540))+"px";
+                            G("rulesPopup").style.top = (-(rulesMark*580))+"px";
                         }
 
                     }

+ 2 - 2
h5v2/mw_20200108_act/index1.html

@@ -360,11 +360,11 @@
                         if(this.event.keyCode == 40 || this.event.keyCode == "DOWN"){
                             if(rulesMark<2)rulesMark+=1;
                             G("miniBar").style.top = rulesMark*200+"px";
-                            G("rulesPopup").style.top = (-(rulesMark*640))+"px";
+                            G("rulesPopup").style.top = (-(rulesMark*580))+"px";
                         }else if(this.event.keyCode == 38 || this.event.keyCode == "UP"){
                             if(rulesMark>0)rulesMark-=1;
                             G("miniBar").style.top = rulesMark*200+"px";
-                            G("rulesPopup").style.top = (-(rulesMark*640))+"px";
+                            G("rulesPopup").style.top = (-(rulesMark*580))+"px";
                         }
 
                     }