@@ -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;
* @Author: Marte
* @Date: 2020-01-14 09:57:52
-* @Last Modified time: 2020-01-15 17:40:41
+* @Last Modified time: 2020-01-19 16:33:36
@@ -360,7 +360,7 @@ body{
}
#rulesPopup{
- height: 2004px;
background: url('../img/rules.png') no-repeat center;
@@ -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;
@@ -360,11 +360,11 @@
- G("rulesPopup").style.top = (-(rulesMark*640))+"px";